Added safeguard in case of computer name mismatch

Time Machine Importer will now determine the computer name of the
backup store and check it against the current computer name. If they
do not match, it will issue a prominent warning.
This commit is contained in:
Lee Ockert
2022-07-19 18:33:02 -04:00
parent 9d4310e8bd
commit a13fa65b17
2 changed files with 29 additions and 9 deletions

View File

@ -37,4 +37,4 @@ function storebackupdrivelist() {
declare -a drives
storebackupdrivelist drives
echo "drives = ${drives}"
echo "drives = ${drives}"