From bb050ef136f876aa32ff1dfded6fe323bcb2f23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Thu, 3 Apr 2014 18:09:44 +0200 Subject: [PATCH] Remove deprecated comments. --- crons/evobackup-rm.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crons/evobackup-rm.sh b/crons/evobackup-rm.sh index 944f480..73f1f45 100644 --- a/crons/evobackup-rm.sh +++ b/crons/evobackup-rm.sh @@ -11,8 +11,6 @@ dst="rsync://${RSYNC_USERNAME}@${BACKUPSERVER}/${RSYNC_PATH}" # List actual incrementals backup. -# RSYNC_PASSWORD=ojvafnabOn5 rsync --list-only -# rsync://evolix-1vhqa@localhost:8873/evolix-1vhqa_backup/ | sed -E 's#^([^\s]+\s+){4}##' listincs=$(rsync --list-only ${dst} | sed -E 's#^([^\s]+\s+){4}##' | sed -e '/\./d' -e '/current/d' | tr -s '\n' ' ' ) @@ -42,4 +40,4 @@ if [ -s $tmplog ]; then < $tmplog mailx -s "[info] EvoBackup - deletion of obsolete incrementals" $MAIL_TO fi # Cleaning -rm -rf $tmpdir $emptydir $tmplog \ No newline at end of file +rm -rf $tmpdir $emptydir $tmplog