duplicity-talk
[Top][All Lists]
Advanced

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

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


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] duplicity failing if source is scp://
Date: Tue, 7 Dec 2010 15:28:57 -0600

What you have specified is actually a restore.  Duplicity cannot backup from a URL.

See the man page.

...Ken

On Tue, Dec 7, 2010 at 3:10 PM, Piotr Karbowski <address@hidden> wrote:
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.

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


reply via email to

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