Fix a few minor errors.

stored -> stores
#backup-name -> ### backup-name
Added note that VSS snapshots require Duplicati to be run with admin privileges.
This commit is contained in:
Tyler Gill
2018-03-23 15:37:00 -06:00
parent 58dd3daba4
commit 60df237498
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ Set this option if you prefer to have the commandline version automatically upda
`--auto-vacuum = false`
Some operations that manipulate the local database leave unused entries behind. These entries are not deleted from a hard drive until a VACUUM operation is run. This operation saves disk space in the long run but needs to temporarily create a copy of all valid entries in the database. Setting this to true will allow Duplicati to perform VACUUM operations at its discretion.
#backup-name
### backup-name
`--backup-name = Duplicati.CommandLine`
A display name that is attached to this backup. Can be used to identify the backup when sending mail or running scripts.