]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/client-backup
Tweak ChangeLog and ReleaseNotes for last backport from Enterprise
[bacula/bacula] / bacula / examples / client-backup
1 #!/bin/sh
2 #
3 #  A small script to start a Backup job from any Client machine
4 #
5 # You may need to add a full path and possibly the console.conf location
6 #
7 # Assume we are in the binary directory
8 #
9 JOB="NightlySave"
10 #
11 ./console -c console.conf <<END_OF_DATA
12 run ${JOB}
13 y
14 quit
15 END_OF_DATA