I have a program that may be deleting data from a file and it is unknown when this occurs.
The device has a Time Machine backup and I would like to search the backups for all instances of this file and sort by date modified and / or filesize.
Is there an easy way to do this, perhaps via terminal?
I have attempted this command to search by filename without any luck.
sudo
find '/Volumes/Time Machine Backups/' -type f -name "*filename*"
Or alternatively is there a program that may do this without going into all individual backups using Time Machine to view the file?
Perhaps a command that just gives me all instances of the file or even one that just gives me the file date with the largest size may suffice.
Thank you for your assistance.
Cheers, J
The device has a Time Machine backup and I would like to search the backups for all instances of this file and sort by date modified and / or filesize.
Is there an easy way to do this, perhaps via terminal?
I have attempted this command to search by filename without any luck.
sudo
find '/Volumes/Time Machine Backups/' -type f -name "*filename*"
Or alternatively is there a program that may do this without going into all individual backups using Time Machine to view the file?
Perhaps a command that just gives me all instances of the file or even one that just gives me the file date with the largest size may suffice.
Thank you for your assistance.
Cheers, J