From 3b6f5eb13ed16bf9b9f591c6dfb4dbafe804fa49 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 7 Sep 2008 17:55:47 +0200 Subject: [PATCH] Add rrd and updatecache to updater-backup --- config/rootfiles/updater/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/updater/update.sh b/config/rootfiles/updater/update.sh index 6319b0c75..3e7193547 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