From b4956595641b0c6eb1f83744b41c771b3fccddaf Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 17 Jan 2017 18:02:32 +0100 Subject: [PATCH] remove leftovers from debugging --- uberspace-backup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/uberspace-backup.sh b/uberspace-backup.sh index 9f14971..a4e87b1 100755 --- a/uberspace-backup.sh +++ b/uberspace-backup.sh @@ -48,9 +48,7 @@ while read line; do # RSYNC echo rsync -avz -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --progress ${RHOST}:${SOURCE}/ "${DEST}"/ - - continue - + # Pack backup directory, and delete uncompressed one tar cf ${DEST}.tar ${DEST} # TODO: avoid absolute paths rm -rf ${DEST}