Skip to content

Commit c999d5d

Browse files
committed
Explain multiple tarball import with ignore-zeros
1 parent 8071ef6 commit c999d5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/borg/archiver/tar_cmds.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ def build_parser_tar(self, subparsers, common_parser, mid_common_parser):
445445
- UNIX V7 tar
446446
- SunOS tar with extended attributes
447447
448+
To import multiple tarballs into a single archive, they can be simply
449+
concatenated (e.g. using "cat") into a single file, and imported with an
450+
``--ignore-zeros`` option to skip through the stop markers between them.
448451
"""
449452
)
450453
subparser = subparsers.add_parser(

0 commit comments

Comments
 (0)