duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Unsupported backend scheme "ftps"


From: Ralph Seichter
Subject: [Duplicity-talk] Unsupported backend scheme "ftps"
Date: Sat, 26 Mar 2011 15:16:28 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

Hi list,

I am trying to make Duplicity 0.6.12 use LFTP 4.2.0 to access a site
which only offers FTP via SSL/TLS. Unfortunately, I only get to see the
following error message:

User error detail: Traceback (most recent call last):
  File "/usr/local/duplicity/bin/duplicity", line 1249, in <module>
    with_tempdir(main)
  File "/usr/local/duplicity/bin/duplicity", line 1242, in with_tempdir
    fn()
  File "/usr/local/duplicity/bin/duplicity", line 1128, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
  File 
"/usr/local/duplicity/lib64/python2.7/site-packages/duplicity/commandline.py", 
line 928, in ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
  File 
"/usr/local/duplicity/lib64/python2.7/site-packages/duplicity/commandline.py", 
line 821, in set_backend
    globals.backend = backend.get_backend(bend)
  File 
"/usr/local/duplicity/lib64/python2.7/site-packages/duplicity/backend.py", line 
151, in get_backend
    raise UnsupportedBackendScheme(url_string)
UnsupportedBackendScheme: scheme not supported in url: ftps://address@hidden/

The python2.7/site-packages/duplicity/backends directory contains
ftpbackend.py but not ftpsbackend.py, and I wonder what I am doing
wrong? I asked Dr. Google and searched this mailing list's archives,
but so far I haven't found a solution.

-R



reply via email to

[Prev in Thread] Current Thread [Next in Thread]