core51: erase backups of previous core updates.

This commit is contained in:
Arne Fitzenreiter
2011-08-12 10:27:55 +02:00
parent f47388c4d3
commit 2c46d7e299

View File

@@ -44,12 +44,11 @@ fi
#
# check if we the backup file already exist
if [ -e /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 ]; then
echo Moving backup to backup-old ...
mv -f /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 \
/var/ipfire/backup/core-upgrade_$KVER-old.tar.bz2
fi
# erase old backups to prefent disk-full on small installations
rm -f /var/ipfire/backup/core-upgrade_*.tar.bz2
#
# backup
echo First we made a backup of all files that was inside of the
echo update archive. This may take a while ...
# Add some files that are not in the package to backup