mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
Merge pull request #6085 from hexagonrecursion/fix-build-man
Fix exceptions thrown by `setup.py build_man`
This commit is contained in:
commit
03ab4dc116
2 changed files with 2 additions and 0 deletions
1
docs/usage/import-tar.rst
Normal file
1
docs/usage/import-tar.rst
Normal file
|
@ -0,0 +1 @@
|
|||
.. include:: import-tar.rst.inc
|
|
@ -1656,6 +1656,7 @@ def do_recreate(self, args, repository, manifest, key, cache):
|
|||
|
||||
@with_repository(cache=True, exclusive=True, compatibility=(Manifest.Operation.WRITE,))
|
||||
def do_import_tar(self, args, repository, manifest, key, cache):
|
||||
"""Create a backup archive from a tarball"""
|
||||
self.output_filter = args.output_filter
|
||||
self.output_list = args.output_list
|
||||
|
||||
|
|
Loading…
Reference in a new issue