Currently, when you add -stats, it gives you a nice view of how things are going, but you lose the view on which files its packing. Would be nice to have a way to get both at the same time
1 Like
You can increase the logging level and then filter out messages that you don’t want:
duplicacy -v backup -stats | grep -v XXXX
1 Like
You’re assuming the user is on linux, though…
There is a way of doing this on Windows, but only in PowerShell: