mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
12 lines
524 B
Plaintext
12 lines
524 B
Plaintext
Enhancement: Improve the ETA displayed during backup
|
|
|
|
Restic's `backup` command displayed an ETA that did not adapt when the rate
|
|
of progress made during the backup changed during the course of the
|
|
backup. Restic now uses recent progress when computing the ETA. It is
|
|
important to realize that the estimate may still be wrong, because restic
|
|
cannot predict the future, but the hope is that the ETA will be more
|
|
accurate in most cases.
|
|
|
|
https://github.com/restic/restic/issues/3397
|
|
https://github.com/restic/restic/pull/3563
|