What is the problem you are having with rclone?
rclone logs files with
+ meetings/meeting1/video-recording1.mp4
....
in the combined log file while the file is just in the process of being transferred. If e.g. rclone is killed before finising the files, then I have files in my combined list which were actually not transferred.
Run the command 'rclone version' and share the full output of the command.
rclone v1.70.3
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.8.0-63-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
source: webdav
target: google drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync webdav:Media googledrive:Media --fast-list --contimeout 60s --timeout 300s --stats 1s --checkers 16 --transfers 16 --buffer-size 128M --drive-chunk-size 256M -c --create-empty-src-dirs --log-file=Media.log --log-format date,time,shortfile,longfile --log-level DEBUG --exclude-from exclude-limited.txt --combined Media-combined.log --error Media-errors.log
The rclone config contents with secrets removed.
[gw-migr-2025-03-06]
type = drive
client_id = MYCLIENTID.apps.googleusercontent.com
client_secret = MYCLIENTSECRET
scope = drive
token = {"access_token":"tokeninfo"}
team_drive = teamdriveID
root_folder_id =
drive-chunk-size = 256M
[linuxfabrik]
type = webdav
url = https://nc.mydomain.org/remote.php/dav/files/userID/
vendor = nextcloud
user = userID
pass = appPasswd
A log from the command with the -vv
flag
Media.log file
Media.log file
...
* fileX.MP4: 21% /265.898Mi, 305.637Ki/s, 11m38s
* fileY.MP4: 38% /142.718Mi, 252.302Ki/s, 5m56s
* file3.CR2: 97% /9.696Mi, 246.105Ki/s, 0s
* file4.CR2: 79% /9.766Mi, 280.639Ki/s, 7s
* file5.CR2: 5% /9.771Mi, 206Ki/s, 45s
2025/07/14 22:46:10 slog/logger.go:256: INFO :
Transferred: 1.446 GiB / 14.557 GiB, 10%, 4.085 MiB/s, ETA 54m46s
Checks: 0 / 0, -, Listed 752
Transferred: 177 / 738, 24%
Elapsed time: 6m34.9s
Transferring:
* file6.mp4: 15% /662.957Mi, 257.878Ki/s, 37m16s
* file7.mp4: 11% /919.128Mi, 239.500Ki/s, 58m9s
* file11.zip: 4% /1.848Gi, 267.891Ki/s, 1h55m1s
* file8.MP4: 37% /155.804Mi, 280.294Ki/s, 5m56s
* file9.MP4: 93% /65.051Mi, 320.569Ki/s, 12s
* file10.MP4: 24% /228.278Mi, 242.850Ki/s, 12m6s
* fileX.MP4: 21% /265.898Mi, 302.535Ki/s, 11m44s
* fileY.MP4: 38% /142.718Mi, 244.533Ki/s, 6m7s
* file3.CR2:100% /9.696Mi, 246.724Ki/s, 0s
* file4.CR2: 81% /9.766Mi, 287.099Ki/s, 6s
* file5.CR2: 7% /9.771Mi, 222.667Ki/s, 41s
2025/07/14 22:46:11 slog/logger.go:256: INFO :
Transferred: 1.450 GiB / 14.557 GiB, 10%, 4.067 MiB/s, ETA 55m
Checks: 0 / 0, -, Listed 752
Transferred: 177 / 738, 24%
Elapsed time: 6m35.9s
Transferring:
* file6.mp4: 15% /662.957Mi, 261.761Ki/s, 36m42s
* file7.mp4: 11% /919.128Mi, 244.531Ki/s, 56m56s
* file11.zip: 4% /1.848Gi, 267.147Ki/s, 1h55m19s
....
Media-combined.log file
...
+ file-transferred.JPG
+ file-transferred.JPG
+ fileX.MP4
+ fileY.MP4
+ fileZ.MP4
+ file1.MP4
...