Merge pull request #111 from vx28643/dev

added ftps and ftpes to list of possible destinations
This commit is contained in:
zertrin 2016-01-23 12:19:19 +01:00
commit 17b3f70063

View file

@ -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"