Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > fbe3cb3c4df145e372a48e3c80b63097 > files > 32

bacula2-common-2.4.4-7.fc15.i686.rpm

#!/bin/sh
#
#  A small script to start a Backup job from any Client machine
#
# You may need to add a full path and possibly the console.conf location
#
# Assume we are in the binary directory
#
JOB="NightlySave"
#
./console -c console.conf <<END_OF_DATA
run ${JOB}
y
quit
END_OF_DATA