Rclone version: 1.43.1
System: Seedbox from bytesized-hosting
I can mount the cache remote succesfully and from the terminal I can see that the new movies and tvshows downloaded are saved to the rclone cache mount. However the files are not being uploaded to google drive. This is my command:
rclone mount --allow-other -vvv --dir-cache-time=168h --log-file=/home/myname/rclone-cache.log --cache-workers=4 --cache-db-path=/home/myname/rclone_cache --cache-tmp-upload-path=/home/myname/rclone_tmp_upload --cache-tmp-wait-time=15m --attr-timeout=1s --rc --cache-info-age=168h --vfs-cache-mode writes gdrivecache: /home/mynane/gdrive &
And this is my config file:
[gdrivecache]
type = cache
remote = gdrivecache:
plex_url = http://localhost:32400
plex_username = email@gmail.com
plex_password = hiddenpassword
chunk_size = 10M
info_age = 168h
chunk_total_size = 64G
plex_token = hiddentoken
What am I doing wrong?