What is the problem you are having with rclone?
I'm syncing from an S3 remote, where all my object keys begin with a "/". My S3 endpoint is hosted by a ceph cluster running 19.2.0:
ceph version 19.2.0 (16063ff2022298c9300e49a547a16ffda59baf13) squid (stable)
For any files already synced to my destination (from a previous rclone command), rclone reports MissingOnSrc - I think because it strips the leading slash from the object key and then can't find a matching key. That leads to all files that were present in the sync destination prior to the sync action getting deleted after the sync (which seems to be otherwise successful).
This causes an oscillating result: each time I run rclone, any files that were previously present in my sync destination get removed but any files that were missing from destination get correctly synced; so my destination gains the files it was missing and loses the files it already had. When I run rclone again, the same things happens, flipping the destination fileset back to its previous state.
I checked the changelog and existing bugs - found lots of mentions of leading slashes but I couldn't see any config that might fix this behaviour.
Run the command 'rclone version' and share the full output of the command.
$ rclone --version
rclone v1.72.1
- os/version: redhat 9.4 (64 bit)
- os/kernel: 5.14.0-427.61.1.el9_4.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.25.5
- go/linking: static
- go/tags: none
$
Which cloud storage system are you using? (eg Google Drive)
Not sure what this means; my sync source is a Ceph S3 bucket, on squid / 19.2.0.
In the bucket that I'm syncing, all keys begin with a "/". I've focussed debugging on one specific object with key: "/opt/dcl/commp/sipps/ca.crt"
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone --config ~/fusiondevsdc_rclone.conf sync fusiondevsc:fusiondevsc-sipps /home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps --no-check-certificate --combined sync.tmp -vvvPaste command here
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
$ rclone config redacted --config ~/fusiondevsdc_rclone.conf
[fusiondevsc]
type = s3
provider = Ceph
env_auth = false
access_key_id = XXX
secret_access_key = XXX
endpoint = https://10.60.14.138:7480
sse_customer_algorithm = AES256
sse_customer_key = XXX
sse_customer_key_md5 = XXX
### Double check the config for sensitive info before posting publicly
$
A log from the command that you were trying to run with the -vv flag
I have trimmed the logs to isolate those relating to a single file, which highlights the issue. Can provide the full log if this doesn't provide all the necessary info.
Running the above command when file is already present at the sync destination (/home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps/opt/dcl/commp/sipps/ca.crt)
2026/06/05 14:03:47 DEBUG : rclone: Version "v1.72.1" starting with parameters ["rclone" "--config" "/home/fusiondevsdc2_backup/fusiondevsdc_rclone.conf" "sync" "fusiondevsc:fusiondevsc-sipps" "/home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps" "--no-check-certificate" "--combined" "sync.log" "-vvv"]
2026/06/05 14:03:47 DEBUG : Creating backend with remote "fusiondevsc:fusiondevsc-sipps"
2026/06/05 14:03:47 DEBUG : Using config file from "/home/fusiondevsdc2_backup/fusiondevsdc_rclone.conf"
2026/06/05 14:03:47 DEBUG : Creating backend with remote "/home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps"
2026/06/05 14:03:47 DEBUG : Sync Logger: MissingOnSrc: - opt/dcl/commp/sipps/ca.crt
2026/06/05 14:03:47 DEBUG : Sync Logger: MissingOnDst: + /opt/dcl/commp/sipps/ca.crt
2026/06/05 14:03:47 DEBUG : /opt/dcl/commp/sipps/ca.crt: Need to transfer - File not found at Destination
2026/06/05 14:03:47 DEBUG : /opt/dcl/commp/sipps/ca.crt.8aefe520.partial: size = 8276 OK
2026/06/05 14:03:47 DEBUG : /opt/dcl/commp/sipps/ca.crt: Src hash empty - aborting Dst hash check
2026/06/05 14:03:47 DEBUG : /opt/dcl/commp/sipps/ca.crt.8aefe520.partial: renamed to: /opt/dcl/commp/sipps/ca.crt
2026/06/05 14:03:47 INFO : /opt/dcl/commp/sipps/ca.crt: Copied (new)
2026/06/05 14:04:28 DEBUG : Waiting for deletions to finish
2026/06/05 14:04:28 INFO : opt/dcl/commp/sipps/ca.crt: Deleted
...
2026/06/05 14:04:28 INFO : opt: Removing directory
2026/06/05 14:04:28 DEBUG : opt: Failed to Rmdir: remove /home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps/opt: directory not empty
2026/06/05 14:04:28 DEBUG : Local file system at /home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps: failed to delete 13 directories
2026/06/05 14:04:28 DEBUG : Local file system at /home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps: deleted 40 directories
2026/06/05 14:04:28 INFO :
Transferred: 4.780 GiB / 4.780 GiB, 100%, 106.625 MiB/s, ETA 0s
Checks: 151 / 151, 100%, Listed 465
Deleted: 151 (files), 53 (dirs), 1.848 GiB (freed)
Transferred: 195 / 195, 100%
Elapsed time: 41.3s
2026/06/05 14:04:28 DEBUG : 30 go routines active
That removes the file from dst.
When I re-run the same command:
2026/06/05 14:05:42 DEBUG : rclone: Version "v1.72.1" starting with parameters ["rclone" "--config" "/home/fusiondevsdc2_backup/fusiondevsdc_rclone.conf" "sync" "fusiondevsc:fusiondevsc-sipps" "/home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps" "--no-check-certificate" "--combined" "sync2.log" "-vvv"]
2026/06/05 14:05:42 DEBUG : Creating backend with remote "fusiondevsc:fusiondevsc-sipps"
2026/06/05 14:05:42 DEBUG : Using config file from "/home/fusiondevsdc2_backup/fusiondevsdc_rclone.conf"
2026/06/05 14:05:42 DEBUG : Creating backend with remote "/home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps"
2026/06/05 14:05:42 DEBUG : Sync Logger: MissingOnDst: + /opt/dcl/commp/sipps/ca.crt
2026/06/05 14:05:42 DEBUG : /opt/dcl/commp/sipps/ca.crt: Need to transfer - File not found at Destination
2026/06/05 14:05:42 DEBUG : /opt/dcl/commp/sipps/ca.crt.8aefe520.partial: size = 8276 OK
2026/06/05 14:05:42 DEBUG : /opt/dcl/commp/sipps/ca.crt: Src hash empty - aborting Dst hash check
2026/06/05 14:05:42 DEBUG : /opt/dcl/commp/sipps/ca.crt.8aefe520.partial: renamed to: /opt/dcl/commp/sipps/ca.crt
2026/06/05 14:05:42 INFO : /opt/dcl/commp/sipps/ca.crt: Copied (new)
...
2026/06/05 14:06:23 INFO : opt: Removing directory
2026/06/05 14:06:23 DEBUG : opt: Failed to Rmdir: remove /home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps/opt: directory not empty
2026/06/05 14:06:23 DEBUG : Local file system at /home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps: failed to delete 13 directories
2026/06/05 14:06:23 DEBUG : Local file system at /home/fusiondevsdc2_backup/backup/objectdata/fusiondevsc-sipps: deleted 12 directories
2026/06/05 14:06:23 INFO :
Transferred: 4.780 GiB / 4.780 GiB, 100%, 104.400 MiB/s, ETA 0s
Checks: 44 / 44, 100%, Listed 330
Deleted: 44 (files), 25 (dirs), 2.932 GiB (freed)
Transferred: 195 / 195, 100%
Elapsed time: 41.0s
2026/06/05 14:06:23 DEBUG : 32 go routines active
And the file is now present on dst again.