duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] large upload "ETA stalled"?


From: Ted Timmons
Subject: Re: [Duplicity-talk] large upload "ETA stalled"?
Date: Sat, 14 Jan 2017 04:41:13 +0000

Neat. Looks like "from duplicity import progress" is the key, I added a little code. Perhaps you could merge it? (consider the changes PD for licensing if needed).
https://gist.github.com/tedder/b6af9b01fd422450fc3dea37dd982fd4

2.5GB 00:38:51 [36.3MB/s] [> ] 0% ETA 1d 7h 17min





On Thu, Jan 12, 2017 at 4:41 PM Cláudio Gil <address@hidden> wrote:
If your talking about looking at the code, just look for "report_progress".

Ted Timmons <address@hidden> escreveu em sex, 13/01/2017 às 00:36 :
Thanks. I'm using the B2 backend (backblaze) and am on the latest gzip (0.7.11).

Maybe I'll look into the b2 connector and compare it to s3.

On Thu, Jan 12, 2017 at 4:22 PM Cláudio Gil <address@hidden> wrote:
Hi,

I've used this chance to explore the source code and it's seems that reporting progress is the "responsibility" of the backend. The S3 or Dropbox backends, for example, report progress but some (most?) don't. You haven't mentioned the version of duplicity you are using but it should apply.

In any case, the progress tracker uses a 5s window to determine if the upload is stalled. So, if the backend does not report progress you will always get "stalled". For S3 you can "stall" if the upload rate is bellow 25KB/s and for Dropbox you may "stall" if the upload rate is bellow 3MB/s, I believe.

Cheers,
Cláudio

2017-01-12 1:01 GMT+00:00 Ted Timmons via Duplicity-talk <address@hidden>:
I'm doing a big backup. It'll take days/weeks to complete. With --progress turned on, I see this:













0.0KB 15:00:22 [0.0B/s] [>                                        ] 0% ETA Stalled!


I know it isn't stalled because I can see the volume size on the remote end getting bigger. Is this to be expected?




_______________________________________________


Duplicity-talk mailing list


address@hidden


https://lists.nongnu.org/mailman/listinfo/duplicity-talk









reply via email to

[Prev in Thread] Current Thread [Next in Thread]