From: Carl Baldwin Date: Tue, 29 Nov 2005 17:00:16 +0000 (-0700) Subject: Misc fixes to restore script. X-Git-Tag: release-0.4~10 X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bupdate_day%7D?a=commitdiff_plain;h=2b19c613bbb418da0fff6cddaa01a21b87271cb1;hp=2b19c613bbb418da0fff6cddaa01a21b87271cb1;p=backups%2F.git Misc fixes to restore script. - Fix err function to output to standard err. - Use err function throughout script to make it more concise. - Add some more verbosity and examples to the Usage message to make it more clear how to use this script. - Don't output non-error messages to std-err. - Use -Z option to grep (Is this really necessary? I'm not sure) - Start grep pattern with ^ to only match the pattern at the beginning of the line ---