mirror of
https://github.com/restic/restic.git
synced 2025-08-14 06:37:44 +00:00
restore: add deletions to progress output
This commit is contained in:
@@ -56,6 +56,8 @@ func (t *jsonPrinter) CompleteItem(messageType ItemAction, item string, size uin
|
||||
action = "updated"
|
||||
case ActionFileUnchanged:
|
||||
action = "unchanged"
|
||||
case ActionDeleted:
|
||||
action = "deleted"
|
||||
default:
|
||||
panic("unknown message type")
|
||||
}
|
||||
|
Reference in New Issue
Block a user