
The files
	backuplocal.sh
	backuproot.sh
	backupshak.sh
are backup programs that can be used as a basis
for your backup programs.  The other files in this
directory are support files for these programs.

The files in shak/user/lib must be present in the directory
$SHAK_USERPATH/lib because the example backup scripts expect
to find them there.

The file
	testbackup.sh
is used by the test suite only.

Examples:
	List the files in the backupshak.sh set. 
	
	./bin/shak -Q -i9999 -m run -M -t fullu backupshak.sh list
		If you don't turn off stderr monitoring (-M switch)
		your backup will wait and eventually end with an error.


	Do a real backup
	./bin/shak  -i1 -m run -t full backupshak.sh

