duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] duplicity failing if source is scp://


From: Piotr Karbowski
Subject: [Duplicity-talk] duplicity failing if source is scp://
Date: Tue, 07 Dec 2010 22:10:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.2.12) Gecko/20101115 Thunderbird/3.1.6

Hi there,

I am trying backup remote webhost with duplicity, with no lock.

$ duplicity scp://address@hidden/public_html /home/me/backups/site
GnuPG passphrase:
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1245, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1238, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1192, in main
    restore(col_stats)
  File "/usr/bin/duplicity", line 539, in restore
    restore_get_patched_rop_iter(col_stats)):
  File "/usr/bin/duplicity", line 561, in restore_get_patched_rop_iter
    backup_chain = col_stats.get_backup_chain_at_time(time)
File "/usr/lib64/python2.6/site-packages/duplicity/collections.py", line 939, in get_backup_chain_at_time
    raise CollectionsError("No backup chains found")
CollectionsError: No backup chains found

But I can backup local dir to this remote server with scp:// as target.

Duplicity 0.6.11, python 2.6.5.

-- Piotr.



reply via email to

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