mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 21:17:47 +08:00
Update backup age explanation
This commit is contained in:
parent
6233168e09
commit
2dc9b19d18
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ backup:
|
||||||
repo:
|
repo:
|
||||||
repository:
|
repository:
|
||||||
password:
|
password:
|
||||||
## Backup age, in seconds, which is the minimum time between two backups
|
# Backup age, in minutes, which is the minimum time between two backups
|
||||||
minimum_backup_age: 86400
|
minimum_backup_age: 1440
|
||||||
upload_speed: 0 # in KiB, use 0 for unlimited upload speed
|
upload_speed: 0 # in KiB, use 0 for unlimited upload speed
|
||||||
download_speed: 0 # in KiB, use 0 for unlimited download speed
|
download_speed: 0 # in KiB, use 0 for unlimited download speed
|
||||||
backend_connections: 0 # Fine tune simultaneous connections to backend, use 0 for standard configuration
|
backend_connections: 0 # Fine tune simultaneous connections to backend, use 0 for standard configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue