I'm wonder how to make rclone delete cahced files after process complete like RaiDrive Software. For example if i download test 10GB file as a test using Internet Download Manager and select save folder my CloudStorage then Rclone will keep the 10GB cached files in my LocalDrive, But on RaiDrive if Download completed then the cached Files on my local drive will automaticly deleted.
What is your rclone version (output from rclone version )
rclone v1.53.1
os/arch: windows/amd64
go version: go1.15
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Windows 10
Which cloud storage system are you using? (eg Google Drive)
Google Drive (Shared Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp )
rclone mount --vfs-cache-mode=full --cache-dir=E:/rcloneCache gdrive: f:
If you want to post a debug log with the issue, that would be great. Add -vv and --log-file rclone.log and share that please.
You'd see the file get removed after the cache times out.
I still don't understand why you want the cache at all if you want to immediately get rid of it as the whole point of the cache is to keep things you need local. If you don't need it, just use rclone copy and copy directly to the remote and don't use the mount at all.