|
3694.
|
|
|
# LocalhostBackup Schedule -- Daily.
Schedule {
Name = "LocalhostDaily"
Run = Full daily at 00:01
}
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:757(programlisting)
|
|
3695.
|
|
|
The job will run every day at 00:01 or 12:01 am. There are many other scheduling options available.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:764(para)
|
|
3696.
|
|
|
Finally create the <emphasis>Job</emphasis>:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:769(para)
|
|
3697.
|
|
|
# Localhost backup.
Job {
Name = "LocalhostBackup"
JobDefs = "DefaultJob"
Enabled = yes
Level = Full
FileSet = "LocalhostFiles"
Schedule = "LocalhostDaily"
Storage = TapeDrive
Write Bootstrap = "/var/lib/bacula/LocalhostBackup.bsr"
}
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:772(programlisting)
|
|
3698.
|
|
|
The job will do a <emphasis>Full</emphasis> backup every day to the tape drive.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:785(para)
|
|
3699.
|
|
|
Each tape used will need to have a <emphasis>Label</emphasis>. If the current tape does not have a label <application>Bacula</application> will send an email letting you know. To label a tape using the <application>Console</application> enter the following from a terminal:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:790(para)
|
|
3700.
|
|
|
bconsole
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:796(command)
|
|
3701.
|
|
|
At the Bacula Console prompt enter:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:800(para)
|
|
3702.
|
|
|
label
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:804(command)
|
|
3703.
|
|
|
You will then be prompted for the <emphasis>Storage</emphasis> resource:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/backups.xml:808(para)
|