Tony
April 28, 2021, 6:29pm
4
Hi @flowfreestar ,
odrive doesn’t have any type of special folder that would not be visible, so you may be encountering this scenario, which is Time Machine-related:
For anyone else hitting this, the cause of this issue ended up being the Time Machine local snapshots. This page has more information on what those are: https://support.apple.com/en-us/HT204015
Even though unsync was freeing up the space that these files were taking, the local snapshots were “protecting” this data.
The command:
tmutil listlocalsnapshots /
will list the local snapshots on the system
The command:
tmutil thinlocalsnapshots / 100000000000 1
is supposed to “intelligently” …