diff options
Diffstat (limited to 'etc/backup.d/example.dup')
-rw-r--r-- | etc/backup.d/example.dup | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/backup.d/example.dup b/etc/backup.d/example.dup index b8c2661..faea3b8 100644 --- a/etc/backup.d/example.dup +++ b/etc/backup.d/example.dup @@ -75,7 +75,10 @@ exclude = /home/*/.gnupg #keep = 60 #keep = yes -## passed directly to ssh/scp +# bandwith limit, in kbit/s ; default is 0, i.e. no limit +#bandwidthlimit = 128 + +# passed directly to ssh and scp sshoptions = -i /root/.ssh/id_dsa_duplicity # put the backups under this directory |