What is the problem you are having with rclone?
For years I have been using rclone to mount my Google Drive files so I could play them with Plex.
I'm migrating my data from Google Drive to Dropbox and I suppose that since both services are different it might be better should change some parameters so I'd like to adapt my rclone mount script accordingly just in case I can improve its performance further.
Rclone version.
rclone v1.61.1
Which cloud storage system are you using?
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
[Unit]
Description=Dropbox Daemoon
After=multi-user.target
[Service]
Type=notify
EnvironmentFile=/path/to/rclone.env
ExecStart=/usr/bin/rclone mount DB: /mnt/dropbox \
--config=/path/to/rclone.conf \
--log-file=/path/to/rclone-dbmovies.log \
--log-level=NOTICE \
--uid=1000 --gid=1000 --umask=002 \
--allow-other \
--timeout=1h \
--tpslimit=10 \
--dir-cache-time=5m \
--vfs-cache-mode=writes \
--vfs-cache-max-age=1h \
--vfs-cache-max-size=off \
--vfs-read-chunk-size-limit=1024M \
--vfs-read-chunk-size=64M \
--buffer-size=16M
ExecStop=/bin/fusermount -uz /mnt/dropbox > /dev/null
TimeoutSec=60
User=0
Group=0
[Install]
WantedBy=multi-user.target
The rclone config contents with secrets removed.
[DB]
type = dropbox
client_id = xxxxxx
client_secret = yyyyyy
token = zzzzz