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
+2 -1
View File
@@ -41,7 +41,8 @@ func (p *mockPrinter) Finish(id restic.ID, _ *archiver.Summary, _ bool) {
p.id = id
}
func (p *mockPrinter) Reset() {}
func (p *mockPrinter) Reset() {}
func (p *mockPrinter) ExcludedItem(_ string) {}
func TestProgress(t *testing.T) {
t.Parallel()