From 931fe9e995145721adbd12ad9d4ed95002d39f52 Mon Sep 17 00:00:00 2001 From: vx28643 Date: Sat, 23 Jan 2016 15:12:03 +1100 Subject: [PATCH] added ftps and ftpes to list of possible destinations --- duplicity-backup.conf.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/duplicity-backup.conf.example b/duplicity-backup.conf.example index 16bc6b2..3018511 100644 --- a/duplicity-backup.conf.example +++ b/duplicity-backup.conf.example @@ -104,6 +104,8 @@ DEST="s3+http://foobar-backup-bucket/backup-folder/" # #DEST="gs://foobar-backup-bucket/backup-folder/" #DEST="ftp://user[:password]@other.host[:port]/some_dir" +#DEST="ftps://user[:password]@other.host[:port]/some_dir" +#DEST="ftpes://user[:password]@other.host[:port]/some_dir" #DEST="rsync://user@host.com[:port]//absolute_path" #DEST="scp://user[:password]@other.host[:port]/[/]some_dir" #DEST="ssh://user[:password]@other.host[:port]/[/]some_dir"