What is the problem you are having with rclone?
I'm switching from an existing Google Drive and Dropbox setup and I'm testing out a configuration. I'm looking for others who use Jottacloud (Onlime) to receive some feedback on the configuration. Maybe I'm overseeing something that could improve (or actually decrease) performance.
Two purposes that I will mainly use this for:
- Backups through Synology Hybrid Backup (via VPS and RSync to mounted Jottacloud)
- Stream media (mainly video's) with PLEX and such.
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: debian 11.9 (64 bit)
- os/kernel: 5.10.0-23-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Jottacloud + Compression + Crypt
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount oshbc: /mnt/oshb2 --allow-other --gid 1000 --uid 1000 --umask 002 --allow-non-empty --transfers 6 --dir-cache-time 1h --vfs-cache-mode full --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 256M --vfs-cache-max-size 32G --vfs-fast-fingerprint --vfs-cache-max-age 1h --cache-dir /tmp/.oshb --tpslimit 12 --tpslimit-burst 0 --log-level DEBUG --log-file /tmp/oshb.log --jottacloud-hard-delete
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[onlime]
type = jottacloud
configVersion = 1
client_id = XXX
tokenURL = https://cloud-auth.onlime.dk/auth/realms/onlime_wl/protocol/openid-connect/token
token = XXX
device =
mountpoint =
[oshb]
type = alias
remote = onlime:SynologyHyperBackup
[oshbc]
type = crypt
remote = oshb:
filename_encryption = standard
directory_name_encryption = true
password = XXX
password2 = XXX
no_data_encryption = false