]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Add rrd and updatecache to updater-backup
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 7 Sep 2008 15:55:47 +0000 (17:55 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 7 Sep 2008 15:55:47 +0000 (17:55 +0200)
config/rootfiles/updater/update.sh

index 6319b0c75cb387156e07651052941f760b36a8d6..3e719354713541ba5018af52685f488c14a53d73 100755 (executable)
@@ -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