How to hide cache files
Hello,
I love rclone but one problem I have is that I want to have all files store in my remotes hidden. The problem is that rclone stores the cached files unecrypted on the C drive. After reading a bit it seems like I could use --cache-dir to change the location from C drive to for example a mounted veracrypt volume which should hide the cached files when the veracrypt volume is unmounted.
Would this be a dumb idea?
I am not a very technical person so please don't judge if this is stupid.