Comment 9 for bug 563062

Revision history for this message
moixs (steven-moix) wrote :

The bug still persists in Fedora 13, here is the simple procedure to reproduce it with "deja-dup-14.0.3-1.fc13.i686":

We create some dummy files to backup in a folder on the desktop:
[Steven@dx5150 ~]$ mkdir ~/Desktop/source-folder
[Steven@dx5150 ~]$ touch ~/Desktop/source-folder/file1.txt
[Steven@dx5150 ~]$ touch ~/Desktop/source-folder/file2.txt
[Steven@dx5150 ~]$ mkdir ~/Desktop/destination-folder

We run the backup and control that everything went fine:
Run version 14.0.3 with encryption:
- Encrypt backup files
- Set encryption password
- Remember password
[Steven@dx5150 ~]$ ls ~/Desktop/destination-folder
duplicity-full.20100424T121103Z.manifest.gpg
duplicity-full.20100424T121103Z.vol1.difftar.gpg
duplicity-full-signatures.20100424T121103Z.sigtar.gpg

We remove one of the files from the source directory:
rm ~/Desktop/source-folder/file1.txt

We right-click on the source directory, and select "Revert to previous version". I'm expecting file1.txt to be restored, instead I'm getting an error: "Error creating directory: File exists"