mirror of
https://github.com/restic/restic.git
synced 2026-06-27 19:14:18 +00:00
backup - show excluded files and directories in verbose mode - text/JSON (#21887)
This commit is contained in:
committed by
GitHub
parent
8d7679c831
commit
d30d6b6281
@@ -311,6 +311,15 @@ Verbose status provides details about the progress, including details about back
|
||||
| ``total_files`` | Total number of files | uint64 |
|
||||
+---------------------------+----------------------------------------------------------+---------+
|
||||
|
||||
Excluded backup items are detailed in this format:
|
||||
|
||||
+---------------------------+----------------------------------------------------------+---------+
|
||||
| ``message_type`` | Always "excluded_item" | string |
|
||||
+---------------------------+----------------------------------------------------------+---------+
|
||||
| ``item`` | The item in question | string |
|
||||
+---------------------------+----------------------------------------------------------+---------+
|
||||
|
||||
|
||||
Summary
|
||||
^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user