diff options
author | Erich Eckner <git@eckner.net> | 2024-04-29 18:21:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-04-29 18:21:50 +0200 |
commit | 86c82d54457b2c0c348253873c5621f145d27339 (patch) | |
tree | d2d2db114347a86899e11fed1f46720f42dd82ef /backup.conf | |
parent | 81cbc0739397fee392468ce4fe7b68409f7fd0d4 (diff) | |
download | hardlinkedBackups-86c82d54457b2c0c348253873c5621f145d27339.tar.xz |
accept bwlimit
Diffstat (limited to 'backup.conf')
-rw-r--r-- | backup.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backup.conf b/backup.conf index 3d3350f..86ccd25 100644 --- a/backup.conf +++ b/backup.conf @@ -14,6 +14,11 @@ declare -A backups backups['directBackup']='/path/to/destination/ user@source:path' backups['proxiedBackup']='/path/to/destination/ user@source:path proxy_user@ssh_host' +# bwlimits of the respective backups (consult "man rsync" for details) +declare -A backupLimits + +backupLimits['slowBackup']='500k' + # which directories must be mounted before we can run successfully neededMounts=('/data') |