aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-05-06 20:05:20 +0200
committerintrigeri <intrigeri@boum.org>2010-05-06 20:05:20 +0200
commit99434c8b07f29fd45d1db55b30b5820a47d5a1ab (patch)
tree2154b025f0b315e6635d32b64b1ad88e0f170792 /examples
parent219a6eb958a6f8cc9dce34f9f87a95c02ef0c322 (diff)
downloadbackupninja-99434c8b07f29fd45d1db55b30b5820a47d5a1ab.tar.gz
backupninja-99434c8b07f29fd45d1db55b30b5820a47d5a1ab.tar.bz2
Added ftp_password option.
This is the only way to securely transmit the FTP password from backupninja to duplicity.
Diffstat (limited to 'examples')
-rw-r--r--examples/example.dup7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/example.dup b/examples/example.dup
index 2c0c41d..f260d3a 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -170,7 +170,7 @@ exclude = /home/*/.gnupg
## desturl = file:///usr/local/backup
## desturl = rsync://user@other.host//var/backup/bla
## desturl = s3+http://
-## desturl = ftp://myftpuser[:myftppassword]@ftp.example.org/remote/ftp/path
+## desturl = ftp://myftpuser@ftp.example.org/remote/ftp/path
## the default value of this configuration option is not set:
##
## Default:
@@ -185,6 +185,11 @@ exclude = /home/*/.gnupg
# awsaccesskeyid =
# awssecretaccesskey =
+## FTP password, needed for backups using desturl = ftp://...
+##
+## Default:
+# ftp_password =
+
## bandwith limit, in kbit/s ; default is 0, i.e. no limit
## if using 'desturl' above, 'bandwidthlimit' must not be set
## an example setting of 128 kbps would be: