mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
Explain multiple tarball import with ignore-zeros
This commit is contained in:
parent
8071ef6280
commit
c999d5dded
1 changed files with 3 additions and 0 deletions
|
@ -445,6 +445,9 @@ def build_parser_tar(self, subparsers, common_parser, mid_common_parser):
|
|||
- UNIX V7 tar
|
||||
- SunOS tar with extended attributes
|
||||
|
||||
To import multiple tarballs into a single archive, they can be simply
|
||||
concatenated (e.g. using "cat") into a single file, and imported with an
|
||||
``--ignore-zeros`` option to skip through the stop markers between them.
|
||||
"""
|
||||
)
|
||||
subparser = subparsers.add_parser(
|
||||
|
|
Loading…
Reference in a new issue