duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Unable to restore, please advise


From: Peter Schuller
Subject: Re: [Duplicity-talk] Unable to restore, please advise
Date: Mon, 6 Sep 2010 19:54:59 +0200

> Temp has 1905889280 available, backup will use approx 34078720.
> Local and Remote metadata are synchronized, no sync needed.
> 0 files exist on backend
> 0 files exist in cache

This seems to come from collections.py which, at least in trunk,
counts the amount of items returned by the backend's list() method.
For a local directory, that should be fairly plainly the results of
listdir(). In other words, there is not a lot of filtering going on
that would cause a bogusly empty list of files.

I'd ask if the user you're running duplicity as has access to list
those files, but you're using sudo so presumably the answer is yes. Is
it possible the path is someone mis-spelled pointing to some existing
but empty directory? Have you tried flat-out copy-and-pasting the path
(/media/Backups/alan-worklaptop.duplicity/) and giving it to 'ls'?

-- 
/ Peter Schuller



reply via email to

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