0

I installed Duplicity with the helpful damontimm script and advice.

I also created an s3 bucket foo.woof.com.

But when I run Duplicity (via the script), I get:

UnsupportedBackendScheme: scheme not supported in url: s3+http://foo.woof.com/

What should I do? Do I need to make S3 bucket foo.woof.com available via DNS? (I do know how to do that.)

I am using the --s3-use-new-style option.

LarryK
  • 336
  • 1
  • 3
  • 15

2 Answers2

2

I know this thread is old as but if you still receive this error, run the command with "-v 9" for verbose output. For me it complained that the 'psutil' package was missing on the server, so I installed it with 'pip3 install psutil' and all was fixed.

user604301
  • 21
  • 2
1

The bug has been fixed by Duplicity developers. A patch against for the problem is now available.

Details: See the bug report

LarryK
  • 336
  • 1
  • 3
  • 15
  • Can you anyone assist me on duply same protocol error: http://askubuntu.com/questions/804792/duply-unsupportedbackendscheme-scheme-not-supported-in-url-sftp-userdomai – Nullpointer Jul 30 '16 at 06:52