forked from TrueCloudLab/restic
Merge pull request #4140 from restic/doc-manual
doc: Update manual page with --no-scan
This commit is contained in:
commit
8f53ffb921
1 changed files with 2 additions and 1 deletions
|
@ -111,9 +111,10 @@ command:
|
||||||
--iexclude-file file same as --exclude-file but ignores casing of filenames in patterns
|
--iexclude-file file same as --exclude-file but ignores casing of filenames in patterns
|
||||||
--ignore-ctime ignore ctime changes when checking for modified files
|
--ignore-ctime ignore ctime changes when checking for modified files
|
||||||
--ignore-inode ignore inode number changes when checking for modified files
|
--ignore-inode ignore inode number changes when checking for modified files
|
||||||
|
--no-scan do not run scanner to estimate size of backup
|
||||||
-x, --one-file-system exclude other file systems, don't cross filesystem boundaries and subvolumes
|
-x, --one-file-system exclude other file systems, don't cross filesystem boundaries and subvolumes
|
||||||
--parent snapshot use this parent snapshot (default: last snapshot in the repository that has the same target files/directories, and is not newer than the snapshot time)
|
--parent snapshot use this parent snapshot (default: last snapshot in the repository that has the same target files/directories, and is not newer than the snapshot time)
|
||||||
--read-concurrency n read n file concurrently. (default: $RESTIC_READ_CONCURRENCY or 2)
|
--read-concurrency n read n file concurrently (default: $RESTIC_READ_CONCURRENCY or 2)
|
||||||
--stdin read backup from stdin
|
--stdin read backup from stdin
|
||||||
--stdin-filename filename filename to use when reading from stdin (default "stdin")
|
--stdin-filename filename filename to use when reading from stdin (default "stdin")
|
||||||
--tag tags add tags for the new snapshot in the format `tag[,tag,...]` (can be specified multiple times) (default [])
|
--tag tags add tags for the new snapshot in the format `tag[,tag,...]` (can be specified multiple times) (default [])
|
||||||
|
|
Loading…
Reference in a new issue