Is it possible to recover files deleted with rsync -avz --delete? If it is, what are some suggested tools to do so?
I am assuming you ran rsync on some unix system. If you don't have a backup of your file system, then its a long tedious process recovering deleted files from unix file system. High level steps :
% dd if=/partition of=partition.img ..
(this assumes you have enough space to store this somewhere locally in a different partition, or you can copy it over to different system % dd if=/partition | ssh otherhost "dd of=partition.img"
)grep -b
to extract the contents of your missing file. enjoy!
I wasn't able to get extundelete to work, so I ended up using photorec + find/grep in order to recover my important files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With