Skip to content

Commit

Permalink
reworked CLI help and doco to match
Browse files Browse the repository at this point in the history
  • Loading branch information
madmickstar committed Jan 7, 2017
1 parent be560e3 commit a0f60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ date | integer | YYYYMMDD | | Date to restore files, date will be used to find
-pm | integer | -pm {0-2147483647} | 0 | Limit restore of files to plus/minus hours each side of the supplied date and hour
-vd | string | -vd {absolute or relative path of DIR} | .stversions | Sets the location of the syncthing versioning folder, by default script looks in directory script is run from
-rd | string | -rd {absolute or relative path of DIR} | restore | Enables the ability to restore to a location other than the default
-dd | string | -dd {absolute or relative path of DIR} | \user\homedir\\.restorething | Enables the ability to use a database file in a different location, default behaviour is to store database file in users home directory
-dd | string | -dd {absolute or relative path of DIR} | \home\username\\.restorething | Enables the ability to use a database file in a different location, default behaviour is to store database file in users home directory
-df | string | -df {filename} | st_restore.sqlite | Enables the ability to use a database file with a different name
-nf | switch | -nf | disabled | Enables indexing archived files every time script is run, by default script will reuse existing DB file for 24 hours
-nd | switch | -nd | disabled | Enables restoring files that have been deleted or changed due to renaming, by default deleted or renamed files are not included in restore
Expand Down

0 comments on commit a0f60af

Please sign in to comment.