Hello all,
A folder has been deleted and I’m trying to recover it.
The thing is I don’t know when it was deleted so I’m trying to locate it in the snapshots.
I’ve used the list command:
duplicacy list -r 1-400 -files | grep MyFolder > check.txt
In return I have a file with this (example):
50111 2023-06-13 17:09:21 258ec5349a9a325195cc238ecd8c096df47c85a113b2a6473cf99a1b0b3f9b0f folder/subfolder/file.xlsx
And I don’t know what I can do with that data in order to restore my files since the restore command requires a snapshot ?
Any help appreciated.
lamaZZi