|
@@ -77,9 +77,9 @@ def dump_data_sources(
|
|
|
|
|
|
|
|
def remove_data_source_dumps(hook_config, config, borgmatic_runtime_directory, patterns, dry_run):
|
|
def remove_data_source_dumps(hook_config, config, borgmatic_runtime_directory, patterns, dry_run):
|
|
|
'''
|
|
'''
|
|
|
- Given a bootstrap configuration dict, a configuration dict, the borgmatic runtime directory, and
|
|
|
|
|
- whether this is a dry run, then remove the manifest file created above. If this is a dry run,
|
|
|
|
|
- then don't actually remove anything.
|
|
|
|
|
|
|
+ Given a bootstrap configuration dict, a configuration dict, the borgmatic runtime directory, the
|
|
|
|
|
+ configured patterns, and whether this is a dry run, then remove the manifest file created above.
|
|
|
|
|
+ If this is a dry run, then don't actually remove anything.
|
|
|
'''
|
|
'''
|
|
|
dry_run_label = ' (dry run; not actually removing anything)' if dry_run else ''
|
|
dry_run_label = ' (dry run; not actually removing anything)' if dry_run else ''
|
|
|
|
|
|