mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
check: Document behavior of --with-cache a bit better
Also see https://forum.restic.net/t/how-to-speed-up-tiny-incremental-checks/5905
This commit is contained in:
parent
cf6dfd6d36
commit
9888443f5c
@ -65,7 +65,7 @@ func init() {
|
||||
// MarkDeprecated only returns an error when the flag is not found
|
||||
panic(err)
|
||||
}
|
||||
f.BoolVar(&checkOptions.WithCache, "with-cache", false, "use the cache")
|
||||
f.BoolVar(&checkOptions.WithCache, "with-cache", false, "use existing cache, only read uncached data from repository")
|
||||
}
|
||||
|
||||
func checkFlags(opts CheckOptions) error {
|
||||
|
Loading…
Reference in New Issue
Block a user