backup - show excluded files and directories in verbose mode - text/JSON (#21887)

This commit is contained in:
Winfried Plappert
2026-06-21 17:11:42 +01:00
committed by GitHub
parent 8d7679c831
commit d30d6b6281
9 changed files with 97 additions and 1 deletions
+9
View File
@@ -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
^^^^^^^