2023-07-29 00:30:40 +00:00
|
|
|
Enhancement: Improve accuracy of ETA displayed during backup
|
2021-11-01 22:13:23 +00:00
|
|
|
|
2023-07-29 00:30:40 +00:00
|
|
|
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.
|
2021-11-01 22:13:23 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3397
|
2023-06-08 18:24:21 +00:00
|
|
|
https://github.com/restic/restic/pull/3563
|