Unfortunately, when onedrive stopped working, I ran the onedrive reset tool. This created a directory under /user/me/ called "OneDrive-Personal (Archive)".
Now onedrive is working again, i have to find a way to diff the whole of my .5 TB onedrive "archive" and the current onedrive dir, to find 3 months worth of work which is in the archive and not saved to onedrive.
Unfortunately, even though its in my home directly, I cant access this with tools like "terminal" and "fileMerge". I understand I can do bad things like give terminal full disk access, but this doesnt work for fileMerge.
Instead, I want to remove these crazy extra permissions on the OneDrive-Personal (Archive) dir, and just make it a normal permissioned dir which I have access to.
Any idea how I do this?
This is what the permissions look like:
lrwxr-xr-x 1 me staff 51 8 Feb 2022 OneDrive -> /Users/me/Library/CloudStorage/OneDrive-Personal
drwx------@ 53 me staff 1696 3 Apr 10:48 OneDrive-Personal (Archive)
presumably that "@" indicates the restrictions we need to remove.
maybe I could tar and untar the dir, and disable permission preservation, although I dont think I have enough disk space for this method.