← Back to team overview

duplicity-team team mailing list archive

Re: [Question #695777]: scp Permission denied

 

Question #695777 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/695777

Max gave more information on the question:
Great, switching to pexpect+scp:// worked and the backup is transferring
again.

Unfortunately, incremental backups and file listing doesn't work
anymore. duplicity always says "Last full backup date: none", even after
a full backup. The files are there on the remote backend.

list-current-files is maybe a little more helpful for debugging (see
below). That is the output of "list-current-files" with the same
parameters as the full backup just before:

Traceback (innermost last):
  File "/usr/bin/duplicity", line 1567, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1553, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1405, in main
    do_backup(action)
  File "/usr/bin/duplicity", line 1488, in do_backup
    list_current(col_stats)
  File "/usr/bin/duplicity", line 714, in list_current
    sig_chain = col_stats.get_signature_chain_at_time(time)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 998, in get_signature_chain_at_time
    raise CollectionsError("No signature chains found")
 CollectionsError: No signature chains found

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.