diff options
author | intrigeri <intrigeri@boum.org> | 2010-05-06 20:05:20 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-05-06 20:05:20 +0200 |
commit | 99434c8b07f29fd45d1db55b30b5820a47d5a1ab (patch) | |
tree | 2154b025f0b315e6635d32b64b1ad88e0f170792 /handlers/dup.helper.in | |
parent | 219a6eb958a6f8cc9dce34f9f87a95c02ef0c322 (diff) | |
download | backupninja-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 'handlers/dup.helper.in')
-rw-r--r-- | handlers/dup.helper.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index a47064d..ea27844 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -430,13 +430,16 @@ keep = $dup_keep #desturl = file:///usr/local/backup #desturl = rsync://user@other.host//var/backup/bla #desturl = s3+http://your_bucket -#desturl = ftp://myftpuser[:myftppassword]@ftp.example.org/remote/ftp/path +#desturl = ftp://myftpuser@ftp.example.org/remote/ftp/path # Amazon Web Services Access Key ID and Secret Access Key, needed for backups # to S3 buckets. #awsaccesskeyid = YOUR_AWS_ACCESS_KEY_ID #awssecretaccesskey = YOUR_AWS_SECRET_KEY +# FTP password, needed for backups using desturl = ftp://... +#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: |