After one hour of backup with deja-dup, it failed with this exception.
Is this a network problem on my side ?
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1403, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1396, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1247, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
For some reason, the Déjà Dup backup utility fails amidst a session, outputting the following error:
Failed with an unknown error.
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1403, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1396, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1247, in main
action = commandline.ProcessComman
I'm trying to restore from a Deja-Dup backup to UbuntuOne, but as soon as the restore hits something like "syncdaemon/tritcask" (I'll post the full line when it shows up again) it sits for a little while, then goes back to the beginning and starts all over.
The first time I set up the backup program it worked w/o any problems, but now when it goes into auto backup or even with manuel backup I get this "Backup Failed" message:
file:///home/gene/Desktop/Screenshot%20from%202012-07-15%2015:08:37.png
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1403, in <module>
with_tempdir(main)
File "/u
Hello everyone, I don't know if i put this under the right sectioin, but I've been trying to restore my backups in Deja-Dup from my ftp server on www.putlocker.com, and it gives me this error message:
Permission denied when trying to read ‘/ftp:/viralfilmsinc@ftp.putlocker.com/duplicity-full.20121110T232227Z.vol1.difftar.gz’.
I also tried using duplicity and it gives me this error m
Using Duplicity I can make an incremental, efficient backup to an untrusted remote storage.
I've just needed to reinstall Ubuntu due to some graphics driver error, but before doing it I backup whole home directory onto an external HD.
Now when trying to restore it with deja-dup I get info about not existing directory or having no access. That's why I used duplicity to directly restore it.
Using duplicity to backup a folder on a certain event, how can I get a list of all available backup dates as I don't know in advance when the event occurred?
I want to list the available dates as deja-dup does. Final goal is to restore a certain date from the list.
duplicity file:///backup-folder restore-folder --restore-time "yyyy-mm-dd"
I'm on Ubuntu 12.04 LTS x64 and today was my first attempt to use Deja Dup for data backup. My choice was based on the fact that Deja Dup is the most acclaimed one among all the backup tools available for Ubuntu.
As a test drive, I'm trying to backup approximately 4 GB of files to a local folder instead of Ubuntu One or any other cloud service.