Merge pull request #47 from drwtsn32x/master

Update requirements for interval options.
This commit is contained in:
kees-z 2019-10-10 08:52:48 +02:00 committed by GitHub
commit 8e8804719b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ If a backup is interrupted there will likely be partial files present on the bac
### auto-compact-interval ### auto-compact-interval
`--auto-compact-interval = 0m` `--auto-compact-interval = 0m`
The minimum amount of time that must elapse after the last compaction before another will be automatically triggered at the end of a backup job. Automatic compaction can be a long-running process and may not be desirable to run after every single backup. The minimum amount of time that must elapse after the last compaction before another will be automatically triggered at the end of a backup job. Automatic compaction can be a long-running process and may not be desirable to run after every single backup. Requires `--no-auto-compact = false`.
### auto-update ### auto-update
`--auto-update = false` `--auto-update = false`
@ -53,7 +53,7 @@ Some operations that manipulate the local database leave unused entries behind.
### auto-vacuum-interval ### auto-vacuum-interval
`--auto-vacuum-interval = 0m` `--auto-vacuum-interval = 0m`
The minimum amount of time that must elapse after the last vacuum before another will be automatically triggered at the end of a backup job. Automatic vacuum can be a long-running process and may not be desirable to run after every single backup. The minimum amount of time that must elapse after the last vacuum before another will be automatically triggered at the end of a backup job. Automatic vacuum can be a long-running process and may not be desirable to run after every single backup. Requires `--auto-vacuum = true`.
### backup-name ### backup-name
`--backup-name = Duplicati.CommandLine` `--backup-name = Duplicati.CommandLine`