See status of uploading chunk files

I'm uploading a large file (500GB) with the "Chunker" function. How can I see the status?

I started with this command:

rclone sync /media/56ed7558-bee3-4335-8982-40a6087c7f48/omv/Backup/MacriumReflect/Daten/ onedriveoverlay:Daten/ -v

it shows me this information:

2020/01/27 16:04:06 INFO :
Transferred: 0 / 442.659 GBytes, 0%, 0 Bytes/s, ETA -
Errors: 0
Checks: 0 / 0, -
Transferred: 0 / 1, 0%
Elapsed time: 21m59.6s
Transferring:
backup20200127.mrbak: 0% /442.659G, 0/s, -

2020/01/27 16:05:06 INFO :
Transferred: 0 / 442.659 GBytes, 0%, 0 Bytes/s, ETA -
Errors: 0
Checks: 0 / 0, -
Transferred: 0 / 1, 0%
Elapsed time: 22m59.6s
Transferring:
backup20200127.mrbak: 0% /442.659G, 0/s, -

I set the chunk size to 2GB, so it will take some time to finish even one part with my connection. But I'm wondering that it only shows "the big file". Is there a way to see how many data has actually already transfered? Because the output with 0% seems not to be correct.

Thank you!

if I had to guess (very very much a guess) that looks like its not working behind the scenes. should run it with verbose logging (or very verbose logging) and see if its throwing errors that aren't propagating up?

my NAS turned off unexpectedly and the process was interrupted so I had to start manually again. What i see is that it already had created 2x 2GB files in the OneDrive Cloud.

Anyway i started new with -vv (is this what you mean with very verbose logging? I also checking my network traffic and it really seems it's not doing anything in the background, but I'm not 100% sure about that. I tried with a smaller file before and it finished with the same settings.

Output not changed:

root@openmediavault:~# rclone sync /media/56ed7558-bee3-4335-8982-40a6087c7f48/omv/Backup/MacriumReflect/Daten/ onedriveoverlay:Daten/ -vv
2020/01/27 19:28:35 DEBUG : rclone: Version "v1.50.2" starting with parameters ["rclone" "sync" "/media/56ed7558-bee3-4335-8982-40a6087c7f48/omv/Backup/MacriumReflect/Daten/" "onedriveoverlay:Daten/" "-vv"]
2020/01/27 19:28:35 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2020/01/27 19:28:37 INFO  : Chunked 'onedriveoverlay:Daten/': Waiting for checks to finish
2020/01/27 19:28:37 INFO  : Chunked 'onedriveoverlay:Daten/': Waiting for transfers to finish
2020/01/27 19:29:37 INFO  :
Transferred:             0 / 442.659 GBytes, 0%, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            0 / 1, 0%
Elapsed time:       59.8s
Transferring:
 *                          backup20200127.mrbak:  0% /442.659G, 0/s, -

2020/01/27 19:30:37 INFO  :
Transferred:             0 / 442.659 GBytes, 0%, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            0 / 1, 0%
Elapsed time:     1m59.8s
Transferring:
 *                          backup20200127.mrbak:  0% /442.659G, 0/s, -

Is chunker making checksums for the files? That might take a bit of time before it gets going, if so.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.