What does the undocumented switch, `-v`, do for `tmutil restore` command?
I couldn't find anywhere what the -v
switch does with the tmutil restore
command.
An answer would be greatly appreciated.
Solution 1:
The tmutil
commands restore
verb syntax is:
restore [-v] src ... dst
The use of the -v
option produces verbose output during the restore, i.e. additional information about the restore that's not outputted without it.
As a side note, tmutil -v
will output the version of tmutil
.