Log:
Print some program description upon execution.
Modified:
branches/stephan/home/live/bin/mkbackup
branches/stephan/usr/local/sbin/syncsys
Modified: branches/stephan/home/live/bin/mkbackup
==============================================================================
--- branches/stephan/home/live/bin/mkbackup Thu Oct 22 11:33:38 2009 (r309)
+++ branches/stephan/home/live/bin/mkbackup Thu Oct 22 11:41:47 2009 (r310)
@@ -36,7 +36,8 @@
exit 1
fi
-echo "This script overwrites previously written (old) backup data!"
+echo "This program will backup live's home data on a USB stick."
+echo "Previously written (old) backup data will be overwritten!"
echo -n "Which device is your USB drive (without '/dev/', e.g. 'sd0')? "
read usb
Modified: branches/stephan/usr/local/sbin/syncsys
==============================================================================
--- branches/stephan/usr/local/sbin/syncsys Thu Oct 22 11:33:38 2009 (r309)
+++ branches/stephan/usr/local/sbin/syncsys Thu Oct 22 11:41:47 2009 (r310)
@@ -57,8 +57,9 @@
sub_check
-echo "This program overwrites previously written backup data!"
-echo -n "Storage device to write the backup data on (e.g. sd1)? "
+echo "This program saves all modified files in /etc, /var and /root for"
+echo "later restore during boot. Previously written backup data will be"
+echo -n "overwritten! Device to write the backup data to (e.g. sd1)? "
read device