In order to restore from a Time Machine backup via the command line I can use tmutil with the restore verb like
One the I could not figure out is what exactly the -v option here does. With the option I would write
tmutil's manpage lists -v as an option, but doesn't detail what the option does.
I have noticed that -v gives me lots of log-like output, but I'm not sure whether it is just is a verbosity flag.
Does anybody know more?
ps: I'm on Mojave 10.14.6, if that makes a difference...
tmutil restore /Volumes/TMdrive/Backups.backupdb/mymachine/2021-11-30-042315/MyHD /Volumes/New-HD
One the I could not figure out is what exactly the -v option here does. With the option I would write
tmutil restore -v ...
tmutil's manpage lists -v as an option, but doesn't detail what the option does.
I have noticed that -v gives me lots of log-like output, but I'm not sure whether it is just is a verbosity flag.
Does anybody know more?
ps: I'm on Mojave 10.14.6, if that makes a difference...