I have a local folder with a lot of files that are ~200MB in size. I want to use those files locally, but also upload them to a webdav share.
I've mounted the webdav share, and I've setup rsync to archive my local folder into the webdav share every week. I've set the webdav cache size to max 2GB. But the webdav mount folder size keeps growing, because the newly archived files (which are put there by rsync) are not deleted from the local machine.
Is there a way to delete those files locally meanwhile preserving them on the webdav host?