Run two-stages backups #1

Merged
mxmehl merged 10 commits from two-staged-backup into master 2023-12-13 12:22:55 +01:00
2 changed files with 0 additions and 5 deletions
Showing only changes of commit d24ff0a364 - Show all commits

View File

@@ -68,6 +68,4 @@ while read -r line; do
echo "[SUCCESS] SSH login possible for ${RHOST}."
fi
echo
done < "$HOSTS"

View File

@@ -111,9 +111,6 @@ while read -r line; do
DEST="${TEMPDIR}/${DEST_REL}"
DEST_FINAL="$(dirname "${BACKUPDIR}/${DEST_REL}")"
logecho "DEBUG: $DEST"
logecho "DEBUG: $DEST_FINAL"
# Set Source directory, and make exception for %mysql
SOURCE="${RDIR}"
if [ "${RDIR}" == "mysql" ]; then