hello
What is the problem you are having with rclone?
I used rclone for several years to synchronize several directories from my computer to a nextcloud server; it seemed to work well since I then synchronized these directories from nextcloud to my android smartphone.
I had a technical problem that forced me to reinstall ubuntu from version 24.10 to 25.04.
I thought it worked because I was doing a simple check by adding then deleting a file from the source. This was well reflected on the nextcloud.
Unfortunately, I found that a file modified on the source was not updated on the target.
I switched to command mode instead of the command in the
Run the command 'rclone version' and share the full output of the command.
rclone v1.70.2. It seems to me that on the old ubuntu it was ~1.6!?
Which cloud storage system are you using? (eg Google Drive)
"Zaclys" remote with options:
- type: webdav
- url: https://acloud8.zaclys.com/remote.php/webdav/
- vendor: rclone
- user: 17090
- pass: *** ENCRYPTED ***
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste 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 file
Configuration file is stored at:
/home/herve/.config/rclone/rclone.conf
$ rclone sync --update --progress "/media/herve/donnees/1, Mes donnees synchronisées/Export de l'ordi (mdp, secu)/" Zaclys:"Mes donnees synchronisées/Export ordi (mdp, secu)"
Transferred: 741.262 KiB / 741.262 KiB, 100%, 247.086 KiB/s, ETA 0s
Checks: 34 / 34, 100%, Listed 76
Transferred: 4 / 4, 100%
Elapsed time: 3.7s
herve@xx:~$ rclone sync --update --progress "/media/herve/donnees/1, Mes donnees synchronisées/Export de l'ordi (mdp, secu)/" Zaclys:"Mes donnees synchronisées/Export ordi (mdp, secu)"
Transferred: 741.262 KiB / 741.262 KiB, 100%, 247.087 KiB/s, ETA 0s
Checks: 34 / 34, 100%, Listed 76
Transferred: 4 / 4, 100%
Elapsed time: 3.6s
????
If I delete the non-updated files on the target, it works.
/usr/bin/rclone sync "/media/herve/donnees/1, Mes donnees synchronisées/Export de l'ordi (mdp, secu)/" Zaclys:"Mes donnees synchronisées/Export ordi (mdp, secu)" --update --progress
Transferred: 769.961 KiB / 769.961 KiB, 100%, 153.991 KiB/s, ETA 0s
Checks: 34 / 34, 100%, Listed 77
Deleted: 6 (files), 1 (dirs), 769.961 KiB (freed)
Transferred: 6 / 6, 100%
Elapsed time: 7.6s
I've been looking for a solution for days on a French forum. I don't speak English very well and I didn't understand all your instructions; thank you for your indulgence.
Regards