0

In DragonFly BSD, you have the neat functionality of transaction history for all files, which you can inspect using undo -a <filename>. If you remove a file you can bring it back to life using undo -o <output_filename> <removed_file>. Is there any similar functionality if you happen to remove a directory? Like undo <dir>.

cnst
  • 25,870
  • 6
  • 90
  • 122
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57

1 Answers1

0

No there isn't. You just need to cd into the transaction id (cd @@0x..) and copying over the stuff.

Another option is using Slider (https://github.com/jrmarino/Slider).

Cheers,

Antonio Huete

tuxillo
  • 411
  • 7
  • 7