瀏覽代碼

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

Marian Beermann 9 年之前
父節點
當前提交
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.
         """)