Merge pull request #54 from irinabilalova/patch-1

Update 04-using-duplicati-from-the-command-line.md
This commit is contained in:
kees-z 2020-02-12 23:19:50 +01:00 committed by GitHub
commit 620ee9196b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,9 @@ Tries to repair the backup. If no local database is found or the database is emp
`Duplicati.CommandLine.exe repair <storage-URL> [<options>]` `Duplicati.CommandLine.exe repair <storage-URL> [<options>]`
Example for B2 storage:
`Duplicati.CommandLine.exe repair "b2://blacksmith/photos?auth-username=1234567890&auth-password=123ABc456dEfGH" --dbpath="C:\Users\User1\AppData\Local\Duplicati\SONSONSHE.sqlite" --passphrase="1234567890ABCdef"`
## The AFFECTED command ## The AFFECTED command
Returns a report explaining what backup sets and files are affected by a remote file. You can use this option to see what source files are affected if one or more remote files are damaged or deleted. The advanced option `dbpath` is required to specify the location of the local database. Usage: Returns a report explaining what backup sets and files are affected by a remote file. You can use this option to see what source files are affected if one or more remote files are damaged or deleted. The advanced option `dbpath` is required to specify the location of the local database. Usage: