mirror of
https://github.com/restic/restic.git
synced 2025-12-12 20:12:59 +00:00
Merge pull request #4192 from greatroar/quote
ui/termstatus: Quote funny filenames
This commit is contained in:
@@ -86,6 +86,8 @@ func (b *TextProgress) Error(item string, err error) error {
|
||||
// CompleteItem is the status callback function for the archiver when a
|
||||
// file/dir has been saved successfully.
|
||||
func (b *TextProgress) CompleteItem(messageType, item string, previous, current *restic.Node, s archiver.ItemStats, d time.Duration) {
|
||||
item = termstatus.Quote(item)
|
||||
|
||||
switch messageType {
|
||||
case "dir new":
|
||||
b.VV("new %v, saved in %.3fs (%v added, %v stored, %v metadata)",
|
||||
|
||||
Reference in New Issue
Block a user