aboutsummaryrefslogtreecommitdiff
path: root/handlers/dup.helper.in
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-06-24 13:32:34 +0000
committerintrigeri <intrigeri@boum.org>2008-06-24 13:32:34 +0000
commitf0caa9cc1bc25a9944ceb82d33a116e14bee4632 (patch)
tree6fee96e031a05fec75272686e06de5e90e2c34d5 /handlers/dup.helper.in
parentc0ca5e3ddaee51add13199ef11e892162c788da5 (diff)
downloadbackupninja-f0caa9cc1bc25a9944ceb82d33a116e14bee4632.tar.gz
backupninja-f0caa9cc1bc25a9944ceb82d33a116e14bee4632.tar.bz2
dup: support every duplicity-supported transport with new configuration option desturl (Closes: #483712, #346040, Trac#2)
Diffstat (limited to 'handlers/dup.helper.in')
-rw-r--r--handlers/dup.helper.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in
index eee0256..96828ef 100644
--- a/handlers/dup.helper.in
+++ b/handlers/dup.helper.in
@@ -397,6 +397,12 @@ incremental = $dup_incremental
#keep = yes
keep = $dup_keep
+# full destination URL, in duplicity format; if set, desturl overrides
+# sshoptions, destdir, desthost and destuser, and disables testconnect
+# 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
bandwidthlimit = $dup_bandwidth