mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Change parameter order of tar for core28 backup
This commit is contained in:
@@ -50,7 +50,7 @@ echo opt/pakfire/etc/pakfire.conf >> /opt/pakfire/tmp/ROOTFILES
|
|||||||
echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES
|
echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES
|
||||||
#
|
#
|
||||||
tar cjvf /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 \
|
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
|
||||||
echo Update IPfire to $NEWVERSION ...
|
echo Update IPfire to $NEWVERSION ...
|
||||||
# Remove old kernel, configs, initrd, modules ...
|
# Remove old kernel, configs, initrd, modules ...
|
||||||
|
|||||||
Reference in New Issue
Block a user