2
0
Эх сурвалжийг харах

borg create --ignore-inode: add explanatory text to long help

Marian Beermann 9 жил өмнө
parent
commit
c16ed82285
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      borg/archiver.py

+ 6 - 0
borg/archiver.py

@@ -964,6 +964,12 @@ class Archiver:
         traversing all paths specified. The archive will consume almost no disk space for
         files or parts of files that have already been stored in other archives.
 
+
+        To speed up pulling backups over sshfs and similar network file systems which do
+        not provide correct inode information the --ignore-inode flag can be used. This
+        potentially decreases reliability of change detection, while avoiding always reading
+        all files on these file systems.
+
         See the output of the "borg help patterns" command for more help on exclude patterns.
         """)