Remove deprecated comments.

This commit is contained in:
Benoît S. 2014-04-03 18:09:44 +02:00
parent 48dfd54b55
commit bb050ef136

View file

@ -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
rm -rf $tmpdir $emptydir $tmplog