duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Install error


From: Chris McGinley
Subject: Re: [Duplicity-talk] Install error
Date: Sun, 1 Sep 2013 14:01:48 -0700 (PDT)

Do you get the error if you try the following?

duplicity /full/path scp://address@hidden/full/path

-Chris


From: shawn wilson <address@hidden>
To: Chris McGinley <address@hidden>; Discussion of the backup program duplicity <address@hidden>
Sent: Sunday, September 1, 2013 4:47 PM
Subject: Re: [Duplicity-talk] Install error

I've tried:
duplicity /full/path/ scp://host//full/path
duplicity . ssh://address@hidden//full/path
etc

However, a local file works:
 % duplicity . file:///tmp
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
GnuPG passphrase:
Retype passphrase to confirm:
No signatures found, switching to full backup.
--------------[ Backup Statistics ]--------------
StartTime 1378068208.04 (Sun Sep  1 16:43:28 2013)
EndTime 1378068208.09 (Sun Sep  1 16:43:28 2013)
ElapsedTime 0.05 (0.05 seconds)
SourceFiles 4
SourceFileSize 97155 (94.9 KB)
NewFiles 4
NewFileSize 97155 (94.9 KB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 4
RawDeltaSize 93059 (90.9 KB)
TotalDestinationSizeChange 35135 (34.3 KB)
Errors 0
-------------------------------------------------


On Sun, Sep 1, 2013 at 4:26 PM, Chris McGinley <address@hidden> wrote:
Shawn,

What does your duplicity command look like?

-Chris



From: shawn wilson <address@hidden>
To: address@hidden
Sent: Sunday, September 1, 2013 4:11 PM
Subject: [Duplicity-talk] Install error

I installed the duplicity gentoo package and got an error, so I figured I'd download the tarball and go with that, but to no avail. At first, I got this:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1466, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1459, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1312, in main
    action = "">  File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 1027, in ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
  File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 920, in set_backend
    globals.backend = backend.get_backend(bend)
  File "/usr/lib64/python2.7/site-packages/duplicity/backend.py", line 162, in get_backend
    return _backends[pu.scheme](pu)
  File "/usr/lib64/python2.7/site-packages/duplicity/backends/_ssh_paramiko.py", line 159, in __init__
    self.config['identityfile'])
  File "/usr/lib64/python2.7/posixpath.py", line 261, in expanduser
    if not path.startswith('~'):
AttributeError: 'list' object has no attribute 'startswith'

(I had to pip install dropbox) I'm not sure what this is saying? I'm guessing some issue with getopts based on the name "posixpath" and the '-' but not sure what nor hot to resolve it?

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk



_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk





reply via email to

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