瀏覽代碼

clearify doc for same filesystems

Benedikt Heine 8 年之前
父節點
當前提交
d3a2f36b03
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      borg/archiver.py
  2. 1 1
      docs/usage/create.rst.inc

+ 1 - 1
borg/archiver.py

@@ -1373,7 +1373,7 @@ class Archiver:
                                help='write checkpoint every SECONDS seconds (Default: 300)')
                                help='write checkpoint every SECONDS seconds (Default: 300)')
         subparser.add_argument('-x', '--one-file-system', dest='one_file_system',
         subparser.add_argument('-x', '--one-file-system', dest='one_file_system',
                                action='store_true', default=False,
                                action='store_true', default=False,
-                               help='stay in same file system, do not cross mount points')
+                               help='stay in same file system')
         subparser.add_argument('--numeric-owner', dest='numeric_owner',
         subparser.add_argument('--numeric-owner', dest='numeric_owner',
                                action='store_true', default=False,
                                action='store_true', default=False,
                                help='only store numeric user and group identifiers')
                                help='only store numeric user and group identifiers')

+ 1 - 1
docs/usage/create.rst.inc

@@ -58,7 +58,7 @@ borg create
       -c SECONDS, --checkpoint-interval SECONDS
       -c SECONDS, --checkpoint-interval SECONDS
                             write checkpoint every SECONDS seconds (Default: 300)
                             write checkpoint every SECONDS seconds (Default: 300)
       -x, --one-file-system
       -x, --one-file-system
-                            stay in same file system, do not cross mount points
+                            stay in same file system
       --numeric-owner       only store numeric user and group identifiers
       --numeric-owner       only store numeric user and group identifiers
       --noatime             do not store atime into archive
       --noatime             do not store atime into archive
       --noctime             do not store ctime into archive
       --noctime             do not store ctime into archive