From f71dd556dce3e343dfe0bf4c40c5d06b08e1e6c2 Mon Sep 17 00:00:00 2001 From: Elisei Rotaru Date: Wed, 21 Feb 2018 11:28:03 +0100 Subject: [PATCH] Removed SSH backend scheme example Removed SSH backend scheme example as it is not supported anymore by duplicity. As of version v0.7.01 (2015/01/11) ssh is an unsupported backend scheme. Using it with a newer release throws an error (UnsupportedBackendScheme: scheme not supported in url). --- duplicity-backup.conf.example | 1 - 1 file changed, 1 deletion(-) diff --git a/duplicity-backup.conf.example b/duplicity-backup.conf.example index 1ededf2..4c32058 100644 --- a/duplicity-backup.conf.example +++ b/duplicity-backup.conf.example @@ -108,7 +108,6 @@ DEST="s3+http://foobar-backup-bucket/backup-folder/" #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" #DEST="sftp://user[:password]@other.host[:port]/[/]some_dir" #DEST="file:///home/foobar_user_name/new-backup-test/" #DEST="imap[s]://user[:password]@host.com[/from_address_prefix]"