Backing out a ZFS change that hasn't been confirmed working quite yet.
This commit is contained in:
parent
bcc463688a
commit
8854b9ad20
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ def remove_data_source_dumps(hook_config, config, borgmatic_runtime_directory, d
|
|||
continue
|
||||
|
||||
if not dry_run:
|
||||
shutil.rmtree(snapshots_directory, ignore_errors=True)
|
||||
shutil.rmtree(snapshots_directory)
|
||||
|
||||
# Destroy snapshots.
|
||||
full_snapshot_names = get_all_snapshots(zfs_command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue