backup: embed progress.Printer in backup specific printer

This commit is contained in:
Michael Eischer
2025-10-03 18:55:46 +02:00
parent e753941ad3
commit 1a76f988ea
5 changed files with 31 additions and 32 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ type ProgressPrinter interface {
Finish(snapshotID restic.ID, summary *archiver.Summary, dryRun bool)
Reset()
P(msg string, args ...interface{})
V(msg string, args ...interface{})
progress.Printer
}
type Counter struct {