Thanks! I will try that from PPA.

As you asked I generated the deja-dup.log. Then I inspected the
Traceback and added another log.info() into
"duplicity/backends/localbackend.py:get()":

    def get(self, filename, local_path):
        """Get file and put in local_path (Path object)"""
        source_path = self.remote_pathdir.append(filename)
        log.Info("Get file '%s' and put in local_path '%s'" % \
            (str(source_path), str(local_path)))      # <-- ADDED!
        local_path.writefileobj(source_path.open("rb"))

The attached log file was generated with this line added! The paths look
ok to me. From nautilus I can read the file where duplicity has
problems.

** Attachment added: "deja-dup2.log"
   http://launchpadlibrarian.net/37493115/deja-dup2.log

-- 
deja-dup suddenly refuses to restore single files
https://bugs.launchpad.net/bugs/502774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to