Merge pull request #180 from niknah/dry_run

Added backup --dry-run option.
This commit is contained in:
gilbertchen
2017-09-18 22:32:21 -04:00
committed by GitHub
6 changed files with 41 additions and 20 deletions

View File

@@ -50,6 +50,7 @@ OPTIONS:
-stats show statistics during and after backup
-threads <n> number of uploading threads
-limit-rate <kB/s> the maximum upload rate (in kilobytes/sec)
-dry-run dry run for testing, don't backup anything. Use with -stats and -d
-vss enable the Volume Shadow Copy service (Windows only)
-storage <storage name> backup to the specified storage instead of the default one
```