From: Arne Fitzenreiter Date: Sun, 7 Sep 2008 15:55:47 +0000 (+0200) Subject: Add rrd and updatecache to updater-backup X-Git-Tag: v2.3-beta4~56^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b6f5eb13ed16bf9b9f591c6dfb4dbafe804fa49;p=ipfire-2.x.git Add rrd and updatecache to updater-backup --- diff --git a/config/rootfiles/updater/update.sh b/config/rootfiles/updater/update.sh index 6319b0c75c..3e71935471 100755 --- a/config/rootfiles/updater/update.sh +++ b/config/rootfiles/updater/update.sh @@ -51,6 +51,8 @@ echo opt/pakfire/etc/pakfire.conf >> /opt/pakfire/tmp/ROOTFILES echo var/spool/cron/root.orig >> /opt/pakfire/tmp/ROOTFILES echo etc/udev/rules.d/30-persistent-network.rules >> /opt/pakfire/tmp/ROOTFILES echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES +echo var/log/rrd >> /opt/pakfire/tmp/ROOTFILES +echo var/updatexlerator >> /opt/pakfire/tmp/ROOTFILES # tar cjvf /var/ipfire/backup/update_$OLDVERSION-$NEWVERSION.tar.bz2 \ -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1