From 5d576ebce6c20e24b947bda8025093710c65379c Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Fri, 10 Nov 2017 14:03:04 -0500 Subject: [PATCH] Updated restore (markdown) --- restore.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/restore.md b/restore.md index d63adcc..c173166 100644 --- a/restore.md +++ b/restore.md @@ -10,6 +10,7 @@ OPTIONS: -hash detect file differences by hash (rather than size and timestamp) -overwrite overwrite existing files in the repository -delete delete files not in the snapshot + -ignore-owner do not set the original uid/gid on restored files -stats show statistics during and after restore -threads number of downloading threads -limit-rate the maximum download rate (in kilobytes/sec) @@ -22,6 +23,8 @@ By default the restore procedure will not overwriting existing files, unless the The `-delete` option indicates that files not in the snapshot will be removed. +f the -ignore-owner option is specified, the restore procedure will not attempt to restore the original user/group id ownership on restored files (all restored files will be owned by the current user); this can be useful when restoring to a new or different machine. This option is available in a version later than 2.0.9. + If the `-stats` option is specified, statistical information such as transfer speed, and number of chunks will be displayed throughout the restore procedure. The `-threads` option can be used to specify more than one thread to download chunks.