mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-07 21:44:47 +08:00
Allow upload/download speed to have different units
This commit is contained in:
parent
9c7e3d5dc0
commit
aac0883303
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ empty_config_dict = {
|
|||
# Minimum time between two backups, in minutes
|
||||
# Set to zero in order to disable time checks
|
||||
"minimum_backup_age": 1440,
|
||||
"upload_speed": 1000000, # in KiB, use 0 for unlimited upload speed
|
||||
"upload_speed": "100Mb", # Mb(its) or MB(ytes), use 0 for unlimited upload 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
|
||||
"retention_strategy": {
|
||||
|
|
Loading…
Add table
Reference in a new issue