Lines 4-15
Link Here
|
4 |
An auto-changer manipulation script based on FreeBSDs |
4 |
An auto-changer manipulation script based on FreeBSDs |
5 |
chio command is included and installed at |
5 |
chio command is included and installed at |
6 |
|
6 |
|
7 |
${PREFIX}/sbin/chio-bacula |
7 |
%%PREFIX%%/sbin/chio-bacula |
8 |
|
8 |
|
9 |
Please have a look at it if you want to use an |
9 |
Please have a look at it if you want to use an |
10 |
autochanger. You have to configure the usage in |
10 |
autochanger. You have to configure the usage in |
11 |
|
11 |
|
12 |
${PREFIX}/etc/bacula-dir.conf |
12 |
%%PREFIX%%/etc/bacula-dir.conf |
13 |
|
13 |
|
14 |
Take care of correct permissions for changer and |
14 |
Take care of correct permissions for changer and |
15 |
tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e. |
15 |
tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e. |
Lines 43-49
Link Here
|
43 |
For USB support read the bacula manual. It could be necessary |
43 |
For USB support read the bacula manual. It could be necessary |
44 |
to configure/compile a new kernel. |
44 |
to configure/compile a new kernel. |
45 |
|
45 |
|
46 |
Look at ${PREFIX}/share/bacula/update_bacula_tables for |
46 |
Look at %%PREFIX%%/share/bacula/update_bacula_tables for |
47 |
database update procedure. Details can be found in the |
47 |
database update procedure. Details can be found in the |
48 |
ReleaseNotes |
48 |
ReleaseNotes |
49 |
|
49 |
|
Lines 60-63
Link Here
|
60 |
|
60 |
|
61 |
Read the ReleaseNotes for further information. |
61 |
Read the ReleaseNotes for further information. |
62 |
|
62 |
|
|
|
63 |
If you are using sqlite you need to run the make_sqlite_tables script as |
64 |
the bacula user. Do this using 'sudo su -m bacula'. |
63 |
################################################################################ |
65 |
################################################################################ |