mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-04 10:39:50 +00:00
Merge pull request #6890 from ThomasWaldmann/archive-progress-json-docs-1.2
docs: update archive_progress json description about "finished"
This commit is contained in:
commit
4c3da429fb
1 changed files with 13 additions and 10 deletions
|
@ -50,17 +50,20 @@ archive_progress
|
|||
The following keys exist, each represents the current progress.
|
||||
|
||||
original_size
|
||||
Original size of data processed so far (before compression and deduplication)
|
||||
Original size of data processed so far (before compression and deduplication, may be empty/absent)
|
||||
compressed_size
|
||||
Compressed size
|
||||
Compressed size (may be empty/absent)
|
||||
deduplicated_size
|
||||
Deduplicated size
|
||||
Deduplicated size (may be empty/absent)
|
||||
nfiles
|
||||
Number of (regular) files processed so far
|
||||
Number of (regular) files processed so far (may be empty/absent)
|
||||
path
|
||||
Current path
|
||||
Current path (may be empty/absent)
|
||||
time
|
||||
Unix timestamp (float)
|
||||
finished
|
||||
boolean indicating whether the operation has finished, only the last object for an *operation*
|
||||
can have this property set to *true*.
|
||||
|
||||
progress_message
|
||||
A message-based progress information with no concrete progress information, just a message
|
||||
|
|
Loading…
Add table
Reference in a new issue