duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] duplicity error after update


From: Larry Gibbs
Subject: [Duplicity-talk] duplicity error after update
Date: Thu, 21 Feb 2008 16:02:38 -0600

Hi,

I'm using RHEL4 and recently the duplicity package in the EPL has been
updated.  The previous version was 0.4.3 and it has now been updated to
0.4.9.  I'm running into a problem now and I am hoping you might be able to
help me work through it.  

Here's the command I am running

duplicity incremental -v9 --exclude /usr2/bbx/logs --exclude /usr2/bbx/bbxt
--encrypt-key=12345678 /usr2/bbx scp://address@hidden/backups

and here is the output I am getting

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 460, in ?
    with_tempdir(main)
  File "/usr/bin/duplicity", line 455, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 388, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
  File "/usr/lib/python2.3/site-packages/duplicity/commandline.py", line
462, in  ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
  File "/usr/lib/python2.3/site-packages/duplicity/commandline.py", line
372, in  set_backend
    backend1, backend2 = backends.get_backend(arg1),
backends.get_backend(arg2)
  File "/usr/lib/python2.3/site-packages/duplicity/backends.py", line 75, in
get _backend
    pu = ParsedUrl(url_string)
  File "/usr/lib/python2.3/site-packages/duplicity/backends.py", line 61, in
Par sedUrl
    if pu.scheme in urlparser.uses_netloc and not pu.hostname:
  File "/usr/lib/python2.3/site-packages/duplicity/urlparse_2_5.py", line
103, i n hostname
    netloc = netloc.rsplit("@", 1)[1]
AttributeError: 'str' object has no attribute 'rsplit'


Any help or suggestions you can offer will be much appreciated.

Thanks again






reply via email to

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