diff --git a/GUIDE.md b/GUIDE.md index 74b6077..0dc48d4 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -192,7 +192,7 @@ USAGE: OPTIONS: -id retrieve from the snapshot with the specified id - -r the revision number of the snapshot + -r the revision number of the snapshot -storage retrieve the file from the specified storage ``` @@ -266,18 +266,18 @@ USAGE: duplicacy prune [command options] [arguments...] OPTIONS: - -id delete snapshots with the specified id instead of the default one - -all, -a match against all snapshot IDs - -r [+] delete snapshots with the specified revisions - -t [+] delete snapshots with the specifed tags - -keep [+] retention policy (e.g., 7:30 means weekly month-old snapshots) - -exhaustive remove all unreferenced chunks (not just those referenced by deleted snapshots) - -exclusive assume exclusive acess to the storage (disable two-step fossil collection) - -ignore [+] ignore snapshots with the specified id when deciding if fossils can be deleted - -dry-run, -d show what would have been deleted - -delete-only delete fossils previsouly collected (if deletable) and don't collect fossils - -collect-only identify and collect fossils, but don't delete fossils previously collected - -storage prune snapshots from the specified storage + -id delete snapshots with the specified id instead of the default one + -all, -a match against all snapshot IDs + -r [+] delete snapshots with the specified revisions + -t [+] delete snapshots with the specifed tags + -keep [+] retention policy (e.g., 7:30 means weekly month-old snapshots) + -exhaustive remove all unreferenced chunks (not just those referenced by deleted snapshots) + -exclusive assume exclusive acess to the storage (disable two-step fossil collection) + -ignore [+] ignore snapshots with the specified id when deciding if fossils can be deleted + -dry-run, -d show what would have been deleted + -delete-only delete fossils previsouly collected (if deletable) and don't collect fossils + -collect-only identify and collect fossils, but don't delete fossils previously collected + -storage prune snapshots from the specified storage ``` #### Password @@ -286,10 +286,10 @@ SYNOPSIS: duplicacy password - Change the storage password USAGE: - duplicacy password [command options] [arguments...] + duplicacy password [command options] OPTIONS: - -storage change the password used to access the specified storage + -storage change the password used to access the specified storage ``` #### Add @@ -306,7 +306,7 @@ OPTIONS: -max-chunk-size, -max 16M the maximum size of chunks (defaults to chunk-size * 4) -min-chunk-size, -min 1M the minimum size of chunks (defaults to chunk-size / 4) -compression-level, -l compression level (defaults to -1) - -copy make the new storage compatiable with an existing one to allow for copy operations + -copy make the new storage copy-compatiable with an existing one ``` #### Set