What is the problem you are having with rclone?
New to RCLONE so I might be missing something fundamental. I’ve set up RCLONE using my own Google API, so I can use RCLONE as an alternative to the Google Drive Sync app (Im on Linux).
I’ve made the initial –resync run and now doing my first bisync.. but it’s very very slow. Took 20 mins just to generate the “filelist” or check it or what ever it is it does, before running the delete/add etc commands.
My GDrive is around 25Gb with 160k files. Documents, images, etc. Small files mostly.
Run the command 'rclone version' and share the full output of the command.
rclone v1.74.1
- os/version: cachyos (64 bit)
- os/kernel: 7.0.5-2-cachyos (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.26.3-X:nodwarf5
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
```rclone bisync /media/storage/Cloud/Google\ Drive/ gdrive: --conflict-resolve newer --verbose --force```
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
```[gdrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =
### 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 can make one later, but my current sync has been running for 72 mins now, and I don't intend to stop it. If it's required, I'll do it after.