Comment 5 for bug 1710515

Revision history for this message
Michael Terry (mterry) wrote :

Hmm, I'm sorry you're still having the problem. :( When this is done and you have your files, I'd be interested in digging into what's causing that.

If you can't make enough room.. I'd suggest digging into using duplicity directly.

It has a kind of crazy complicated command line setup though. Run deja-dup like so: "DEJA_DUP_DEBUG=1 deja-dup --restore ... etc" and it will print both the command lines it sends to duplicity and its output. But all you care about is the command to duplicity that looks like "duplicity restore ... A MILLION OPTIONS" Take that argument and edit as needed (make sure to take off --log-fd= option too, you don't want that).

Or just read duplicity man pages a bunch.