dup: warn about bandwithlimit being unused when desturl is set
[matthijs/upstream/backupninja.git] / examples / example.dup
index d490f745f3777458e72f5af8e2b74ecb27b12823..830a47d6555d882489102b4976b4b27207b92412 100644 (file)
@@ -120,6 +120,12 @@ exclude = /home/*/.gnupg
 #keep = 60
 #keep = yes
 
+# full destination URL, in duplicity format; if set, desturl overrides
+# sshoptions, destdir, desthost and destuser; it also disables testconnect and
+# bandwithlimit. For details, see duplicity manpage, section "URL FORMAT".
+#desturl = file:///usr/local/backup
+#desturl = rsync://user@other.host//var/backup/bla
+
 # bandwith limit, in kbit/s ; default is 0, i.e. no limit
 #bandwidthlimit = 128