remove debug leftover

This commit is contained in:
2017-01-17 18:04:53 +01:00
parent f7c23041c6
commit a3aeea9e4b

View File

@@ -47,7 +47,7 @@ while read line; do
if [ ! -e "${DEST}" ]; then mkdir -p "${DEST}"; fi
# RSYNC
echo rsync -avz -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --progress ${RHOST}:${SOURCE}/ "${DEST}"/
rsync -avz -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --progress ${RHOST}:${SOURCE}/ "${DEST}"/
# Pack backup directory, and delete uncompressed one
tar cf ${DEST}.tar ${DEST} # TODO: avoid absolute paths