Failed to create file system for: Jottacloud - Synology

What is the problem you are having with rclone?
The backup has worked flawlessly in 2022, suddenly all backup did not run.

Today I reinstalled rclone and set up the config.

Commands / task used in Synology is the same one as previously, so a bit odd.

What can be wrong?

When I run rclone on my Synology nas it dont copy files, it gives an error:

2023/02/25 07:31:22 Failed to create file system for "Leia:T": didn't find section in config file
2023/02/25 07:35:21 Failed to create file system for "Leia:T": didn't find section in config file

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

rclone v1.61.1

  • os/version: unknown
  • os/kernel: 4.4.180+ (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

-->

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

I use Jottacloud

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

From Synology scheduler:
directroy existes on server:
image

image

image

rclone copy /volume1/T/ Leia:T --no-unicode-normalization --progress --log-file=LogT.txt

The rclone config contents with secrets removed.

cat rclone.conf
[jotta]
type = jottacloud
configVersion = 1
client_id = jottacli
client_secret =
tokenURL = https://id.jottacloud.com/auth/realms/jottacloud/protocol/openid-connect/token
token = {"--------------------- expiry":"2023-02-25T08:28:53.822577257+01:00"}
device =
mountpoint =

A log from the command with the -vv flag

-vv flag I dont understand

cat LogT.txt
2023/02/25 07:31:22 Failed to create file system for "Leia:T": didn't find section in config file
2023/02/25 07:35:21 Failed to create file system for "Leia:T": didn't find section in config file

The remote name should be what you've called it in the rclone.conf so "jotta:" is the remote name.

So change Leia: to jotta: there.

@ [Animosity022]

It worked, I did not manage to see the change.

Thanks

Solution where remote is changed from 'Leia' to 'jotta'

rclone copy /volume1/T/ jotta:T --no-unicode-normalization --progress --log-file=LogT.txt

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