Explorar o código

Explain multiple tarball import with ignore-zeros

Artem Sheremet %!s(int64=2) %!d(string=hai) anos
pai
achega
c999d5dded
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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(