The storage path for my CCTV files is
/var/lib/motioneye/cameraXX etc
I'm fairly sure the default was in /var/lib.
Now, I don't automatically seem to have the privilege to delete files to clean that up with the Raspbian file manager.
Also I have been adding cameras when experimenting, but when I delete those cameras, motioneye does not delete the folder created for them.
These redundant folders then synch to PCloud, which looks messy.
1 So what are the merits of storing data in /var/lib ?
2 Cold I either (Somehow) grand myself privileges to edit those folders ? Or should I simply put the data elsewhere?
I'm also trying to write some BASH code to manage maximum folder sizes. However, I suspect the issue with write privileges may be obstructing that