mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
clearify doc for same filesystems
This commit is contained in:
parent
455a9c0292
commit
d3a2f36b03
2 changed files with 2 additions and 2 deletions
|
@ -1373,7 +1373,7 @@ def build_parser(self, args=None, prog=None):
|
|||
help='write checkpoint every SECONDS seconds (Default: 300)')
|
||||
subparser.add_argument('-x', '--one-file-system', dest='one_file_system',
|
||||
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',
|
||||
action='store_true', default=False,
|
||||
help='only store numeric user and group identifiers')
|
||||
|
|
|
@ -58,7 +58,7 @@ borg create
|
|||
-c SECONDS, --checkpoint-interval SECONDS
|
||||
write checkpoint every SECONDS seconds (Default: 300)
|
||||
-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
|
||||
--noatime do not store atime into archive
|
||||
--noctime do not store ctime into archive
|
||||
|
|
Loading…
Reference in a new issue