|
@@ -46,11 +46,7 @@ def export_tar_archive(
|
|
+ (('--dry-run',) if dry_run else ())
|
|
+ (('--dry-run',) if dry_run else ())
|
|
+ (('--tar-filter', tar_filter) if tar_filter else ())
|
|
+ (('--tar-filter', tar_filter) if tar_filter else ())
|
|
+ (('--strip-components', str(strip_components)) if strip_components else ())
|
|
+ (('--strip-components', str(strip_components)) if strip_components else ())
|
|
- + flags.make_repository_archive_flags(
|
|
|
|
- repository,
|
|
|
|
- archive,
|
|
|
|
- local_borg_version,
|
|
|
|
- )
|
|
|
|
|
|
+ + flags.make_repository_archive_flags(repository, archive, local_borg_version,)
|
|
+ (destination_path,)
|
|
+ (destination_path,)
|
|
+ (tuple(paths) if paths else ())
|
|
+ (tuple(paths) if paths else ())
|
|
)
|
|
)
|