File: client-backup

package info (click to toggle)
bacula 9.4.2-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,924 kB
  • sloc: ansic: 149,516; cpp: 28,073; sh: 24,968; makefile: 4,300; perl: 3,430; sql: 1,368; awk: 128; python: 125; xml: 64; sed: 25
file content (15 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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