Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I use the default backup utility of ubuntu (deja-dup) in the settings panel. Today I delete by error one directory. I tried to restore it but I did not succeed. Must I restore all my backup if I only need one single directory or file ?

Thanks.

share|improve this question

1 Answer

up vote 10 down vote accepted

Of course you can do that. From the gnome DejaDup Help wiki (oh and where it says file you can also read directory)

Restore a Lost File with Déjà Dup

  • Open the file browser (Nautilus)
  • Browse to the folder containing the file you lost
  • Click File ▸ Restore Missing Files…
  • When the Restore dialog appears, it will scan for files that are in the backup but no longer in the folder.
  • When you see the file you want to restore appear, select it and click Forward.
  • Review your selections and click Restore.

Restore a Previous Version of a File with Déjà Dup

  • Open the file browser (Nautilus)
  • Go to the folder containing the file you want to revert. Choose “Places → Home Folder” and navigate down as needed.
  • Right click on the file you want to revert.
  • Choose “Revert to Previous Version…”
  • Up comes the Déjà Dup dialog. Choose the date from which to restore. Click “Forward”.
  • Review your selections and click “Restore”. Note: this will overwrite your current version of the file.
  • Done!

Note that for Ubuntu you'll need the ubuntuone-client package installed in order for the menu entries to appear in Nautilus, even if you're not using Ubuntu One. Also note that Mate's version of Nautilus, Caja, does not support restoring files.

Pro Tips

  • You can select multiple files at once before right clicking.
  • You can revert files on the command line:

    deja-dup --restore FILE1 FILE2
    
share|improve this answer
Thanks, it works perfectly. Can you give the adress of the wiki please. – Ger Aug 28 '12 at 11:40
It is already there: click the red links in the headers ;) – Rinzwind Aug 28 '12 at 12:28
Sorry, thanks again ! – Ger Aug 28 '12 at 14:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.