1
0
Fork 0
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:
Artem Sheremet 2023-03-22 11:13:19 +01:00
parent 8071ef6280
commit c999d5dded

View file

@ -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(