From 41fdff18d3fb64976605275a571645fb7a48bc75 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 5 Apr 2009 12:05:00 +0200 Subject: [PATCH] Change parameter order of tar for core28 backup --- config/rootfiles/core/28/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/28/update.sh b/config/rootfiles/core/28/update.sh index a66d670408..347d197796 100755 --- a/config/rootfiles/core/28/update.sh +++ b/config/rootfiles/core/28/update.sh @@ -50,7 +50,7 @@ echo opt/pakfire/etc/pakfire.conf >> /opt/pakfire/tmp/ROOTFILES echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES # tar cjvf /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 \ - -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1 + -C / -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' > /dev/null 2>&1 echo echo Update IPfire to $NEWVERSION ... # Remove old kernel, configs, initrd, modules ... -- 2.39.2