Review and improve my rclone mounts

What is the problem you are having with rclone?

I am not having a problem right now but am just seeking general guidance. A bit of background. I run a Plex server with a little local cache on the instance. I'm wondering if there's anything I should consider using or doing dirrently to improve playback on my clients.

Run the command 'rclone version' and share the full output of the command.

For Linux:
rclone v1.53.3-DEV

  • os/arch: linux/arm64
  • go version: go1.18.1

For Windows:
rclone v1.61.1

  • os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
  • os/kernel: 10.0.19045.2673 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: cmount

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
--> I am not on the latest versions

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

For Linux I use:

rclone mount --rc --rc-web-gui --rc-user=user --rc-pass=pass --vfs-cache-mode full rclonedocker: /var/lib/docker/volumes/media/_data --vfs-cache-max-age 36h --local-encoding=None --dir-cache-time 8790h --allow-non-empty --attr-timeout 8790h --vfs-cache-max-size 100G --drive-shared-with-me --allow-other --drive-stop-on-upload-limit --bwlimit 100M

For Windows I use:

rclone mount --rc --rc-web-gui --rc-user=user --rc-pass=pass --vfs-cache-mode full rclone: M: --vfs-cache-max-age 36h --local-encoding=None --dir-cache-time 8790h --allow-non-empty --attr-timeout 8790h --vfs-cache-max-size 100G --drive-shared-with-me --drive-stop-on-upload-limit --bwlimit 50M

The rclone config contents with secrets removed.

[rclonedocker]
type = drive
client_id = xxx
client_secret = xxx
scope = drive
token = {"access_token":"xxx"}
team_drive = 

A log from the command with the -vv flag

Paste log here

That's an ancient version and full doesn't do the same thing. You'd want to update that.

With no problem to solve, hard to recommend anything. If there isn't an issue, what is wrong the current setup?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.