add info to backup command

This commit is contained in:
Jeffrey Paul 2019-10-31 06:31:28 -07:00
parent 235ecb40dc
commit 19acc1bc9f
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ MINRE+=" --exclude=.DS_Store"
RE+=" ${MINRE}"
echo "beginning backup to '$BACKUPDEST'..."
RETVAL=255
while [ $RETVAL -ne 0 ]; do
$RSYNC $OPTS $RE ${HOME}/ ${BACKUPDEST}/home.$(whoami)/