Restore a Lost File with Déjà Dup
There's currently no convenient user interface for this. But you can do it with the command line.
- Open a terminal. Choose “Applications → Accessories → Terminal”.
- Run Déjà Dup on the appropriate file like so. For example, to restore the lost file “test.txt” in your “Documents” folder:
deja-dup --restore Documents/test.txt
You must remember what the filename was, since it’s no longer there to remind you. - Up comes the Déjà Dup dialog. Choose the date from which to restore. Click “Forward”.
- Review your selections and click “Restore”.
- Done!
Pro Tips
- You can restore multiple lost files at once:
deja-dup --restore FILE1 FILE2
