瀏覽代碼

Explain multiple tarball import with ignore-zeros

Artem Sheremet 2 年之前
父節點
當前提交
c999d5dded
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/borg/archiver/tar_cmds.py

+ 3 - 0
src/borg/archiver/tar_cmds.py

@@ -445,6 +445,9 @@ class TarMixIn:
         - 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(