I want to remove a file from Time Machine.
I'm thinking I'll do:
find /Volumes/Time_Machine/ file.name -exec rm {} \;
Is there anything special about files stored on the Time Machine Volume? By deleting a file throughout, will it corrupt my backups?
I'm thinking I'll do:
find /Volumes/Time_Machine/ file.name -exec rm {} \;
Is there anything special about files stored on the Time Machine Volume? By deleting a file throughout, will it corrupt my backups?