pre-commands should run before creating folders
djay opened this issue · 1 comments
djay commented
For example if pre-commands is to mount the backup drive
Just need to reverse these lines if I get aggreement
utils.check_folders(storages, backup_blobs=backup_blobs,
only_blobs=only_blobs)
utils.execute_or_fail(pre_command)
mauritsvanrees commented
I have released 2.19 with this fix. Thanks!