What is the problem you are having with rclone?
Hello, everyone. I own 5 oracle cloud servers and have several virtual servers on each of them. I make periodic backups of my virtual servers and store them on 5 buckets also on the Oracle cloud (Oracle Object Storage). To do all this I obviously use rclone. I have configured everything by following the official rclone guide. The solution has worked without any problems for 10 months. It's been a week that only on two buckets the backups with rlcone don't work even though they are all configured the same way. They are configured all in the same way. On the two buckets on which I cannot copy backups I have activated the logs and this is what I get:
2024/11/26 00:05:38 DEBUG : rclone: Version "v1.53.3-DEV" starting with parameters ["/usr/bin/rclone" "copy" "/opt/tmp/xxxxx.tar.gz" "ora-hosting1:bucket-hosting1" "--log-file=/opt/rclonelog/log.txt" "--log-level=DEBUG"]
2024/11/26 00:05:38 DEBUG : Creating backend with remote "/opt/tmp/xxxx.tar.gz"
2024/11/26 00:05:38 DEBUG : Using config file from "/root/.rclone.conf"
2024/11/26 00:05:38 DEBUG : fs cache: adding new entry for parent of "/opt/tmp/xxxx.tar.gz", "/opt/tmp/xxxx"
2024/11/26 00:05:38 DEBUG : Creating backend with remote "ora-hosting1:bucket-hosting1"
2024/11/26 00:05:38 Failed to create file system for "ora-hosting1:bucket-hosting1": didn't find backend called "oracleobjectstorage"
This is the output of rclone version
:
rclone v1.53.3-DEV
os/arch: linux/amd64
go version: go1.18.1
Which cloud storage system are you using? (eg Google Drive)
I'm using Oracle Cloud.
This is the command that I run to copy the backup of my virtual server from the server to the Oracle Storage:
/usr/bin/rclone copy '.$new_nomefile.' ora-hosting1:bucket-hosting1 --log-file=/opt/rclonelog/log.txt --log-level=DEBUG'
Config file
[ora-hosting3]
type = oracleobjectstorage
provider = user_principal_auth
namespace = xxxxxx
compartment = xxxxx
region = eu-milan-1
endpoint = https://objectstorage.eu-milan-1.oraclecloud.com
storage_tier = Archive
A log from the command that you were trying to run with the -vv
flag
2024/11/26 09:10:35 DEBUG : rclone: Version "v1.53.3-DEV" starting with parameters ["/usr/bin/rclone" "copy" "/opt/rclonelog/log.txt" "ora-hosting3:bucket-hosting3" "-vv"]
2024/11/26 09:10:35 DEBUG : Creating backend with remote "/opt/rclonelog/log.txt"
2024/11/26 09:10:35 DEBUG : Using config file from "/root/.rclone.conf"
2024/11/26 09:10:35 DEBUG : fs cache: adding new entry for parent of "/opt/rclonelog/log.txt", "/opt/rclonelog"
2024/11/26 09:10:35 DEBUG : Creating backend with remote "ora-hosting3:bucket-hosting3"
2024/11/26 09:10:35 Failed to create file system for "ora-hosting3:bucket-hosting3": didn't find backend called "oracleobjectstorage"