STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
Good morning everyone, I just registered.
I recently purchased a mini PC to use it as an Ubuntu + NextCloud server for my personal cloud.
I also connected an external HDD to the mini PC in which I locally back up the Ubuntu partition and NextCloud data with rsync.
I would like to add an additional backup of NextCloud data on IDrive e2 with rclone.
I created the bucket on IDrive e2 and a folder inside it.
I followed the wizard with the "rclone config" command and currently the rclone.conf file is this:
[Idrivee2]
type = s3
provider = IDrive
access_key_id = XXX
secret_access_key = XXX
acl = private
endpoint = l0m4.fra2.idrivee2-55.com
server_side_encryption = aws:kms
bucket_acl = private
If I try to run the command "rclone sync /mnt/nextcloud idrive:dandycloud/nextcloud-e2" the system gives me this error:
2024/11/27 09:48:42 CRITICAL: Failed to create file system for "idrive:dandycloud/nextcloud-e2": didn't find section in config file
The rclone.conf file is saved in /home/dandy/.config/rclone
The rclone version is this:
rclone v1.68.2
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.8.0-49-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: none
I tried to search in this forum but I couldn't find a solution and I don't understand where I'm going wrong.
I also specify that I am a beginner with the linux world, I use a distro on a dell latitude every now and then in my free time, after macos and windows.
Thanks to those who will help me.
Run the command 'rclone version' and share the full output of the command.
The rclone version is this:
rclone v1.68.2
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.8.0-49-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
IDrive e2
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
If I try to run the command "rclone sync /mnt/nextcloud idrive:dandycloud/nextcloud-e2" the system gives me this error:
2024/11/27 09:48:42 CRITICAL: Failed to create file system for "idrive:dandycloud/nextcloud-e2": didn't find section in config file
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
[Idrivee2]
type = s3
provider = IDrive
access_key_id = XXX
secret_access_key = XXX
acl = private
endpoint = l0m4.fra2.idrivee2-55.com
server_side_encryption = aws:kms
bucket_acl = private
A log from the command that you were trying to run with the -vv
flag
Paste log here
dandy@dandycloud:~$ rclone lsd idrive: -vv
2024/11/27 09:45:10 DEBUG : rclone: Version "v1.68.2" starting with parameters ["rclone" "lsd" "idrive:" "-vv"]
2024/11/27 09:45:10 DEBUG : Creating backend with remote "idrive:"
2024/11/27 09:45:10 DEBUG : Using config file from "/home/dandy/.config/rclone/rclone.conf"
2024/11/27 09:45:10 CRITICAL: Failed to create file system for "idrive:": didn't find section in config file
dandy@dandycloud:~$ rclone sync /mnt/nextcloud idrive:dandycloud/nextcloud-e2
2024/11/27 09:48:42 CRITICAL: Failed to create file system for "idrive:dandycloud/nextcloud-e2": didn't find section in config file
dandy@dandycloud:~$ rclone lsd idrive: -vv
2024/11/27 09:50:24 DEBUG : rclone: Version "v1.68.2" starting with parameters ["rclone" "lsd" "idrive:" "-vv"]
2024/11/27 09:50:24 DEBUG : Creating backend with remote "idrive:"
2024/11/27 09:50:24 DEBUG : Using config file from "/home/dandy/.config/rclone/rclone.conf"
2024/11/27 09:50:24 CRITICAL: Failed to create file system for "idrive:": didn't find section in config file