mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
Merge pull request #3310 from milkey-mouse/clarify-duration-bp1.1
Clarify create --stats duration vs. wall time (1.1-maint)
This commit is contained in:
commit
3d2f2b8a39
1 changed files with 8 additions and 0 deletions
|
@ -288,6 +288,14 @@ needs to be ascertained and fixed.
|
|||
issues. We recommend to first run without ``--repair`` to assess the situation.
|
||||
If the found issues and proposed repairs seem right, re-run "check" with ``--repair`` enabled.
|
||||
|
||||
Why is the time elapsed in the archive stats different from wall clock time?
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Borg needs to write the time elapsed into the archive metadata before finalizing
|
||||
the archive, compacting the segments, and committing the repo & cache. This means
|
||||
when Borg is run with e.g. the ``time`` command, the duration shown in the archive
|
||||
stats may be shorter than the full time the command runs for.
|
||||
|
||||
Security
|
||||
########
|
||||
|
||||
|
|
Loading…
Reference in a new issue