This file is indexed.

/usr/share/doc/bacula-common/examples/client-backup is in bacula-common 7.0.5+dfsg-4build1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 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