33. Bacula設定
33
/etc/bacula/bacula-dir.conf
# Client (File Services) to backup
Client {
Name = bacula-fd
Address = 192.168.0.80
FDPort = 9102
Catalog = MyCatalog
Password = “bacula7" # password for FileDaemon
File Retention = 30 days # 30 days
Job Retention = 6 months # six months
AutoPrune = yes # Prune expired Jobs/Files
}
バックアップ対象機を指定します。
34. Bacula設定
34
/etc/bacula/bacula-dir.conf
Storage {
Name = File
# Do not use "localhost" here
Address = 192.168.0.70 # N.B. Use a fully qualified name here
SDPort = 9103
Password = “bacula7"
Device = FileStorage
Media Type = File
Maximum Concurrent Jobs = 10 # run up to 10 jobs a the same time
}
ここではバックアップの保存先のサーバを指定します。
今回の構築ではDirectorデーモンとStorageデーモンは同じサーバにイ
ンストールしていますので「192.168.0.70」を指定します。
38. Bacula設定
38
/etc/bacula/bacula-fd.conf
Director {
Name = bacula-dir
Password = " bacula7"
}
Director {
Name = bacula-mon
Password = " bacula7"
Monitor = yes
}
FileDaemon { # this is me
Name = bacula-fd
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/spool/bacula
Pid Directory = /var/run
Maximum Concurrent Jobs = 20
}
Messages {
Name = Standard
director = bacula-dir = all, !skipped, !restored
}
Baculaサーバ側、バックアップ対象側の両方
のファイルに設定を実施してください。
52. バックアップ
52
# bconsole
Connecting to Director localhost:9101
1000 OK: 1 bacula-dir Version: 7.0.5 (28 July 2014)
Enter a period to cancel a command.
*
まずbconsole起動を起動します。
コマンドプロンプトが「*」に変わったことを確認します。
53. バックアップ
53
* run ←「run」と入力しEnterキー押下
A job name must be specified.
The defined Job resources are:
1: JOB-Bacula7
2: BackupClient1
3: BackupCatalog
4: RestoreFiles
Select Job resource (1-4): 1 ←実行するJobを選択
Run Backup job
JobName: JOB-Bacula7
Level: Full
Client: bacula-fd
FileSet: Full Set
Pool: File (From Job resource)
Storage: File1 (From Job resource)
When: 2015-04-02 14:47:15
Priority: 10
OK to run? (yes/mod/no): yes ←yesを入力
バックアップ実行
runコマンドでバックアップ実行します。
54. バックアップ
54
* status ←「status」と入力しEnterキー押下
Status available for:
1: Director
2: Storage
3: Client
4: Scheduled
5: All
Select daemon type for status (1-5): 1 ←1を選択
(省略)
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
===============================================
1 Full 29,971 896.0 M OK 02- 4?015 14:49 JOB-Bacula7
バックアップ確認
statusコマンドで状態を確認します。
実行したJobが「Terminated Jobs」になっていることを確認します。
57. リストア
57
# bconsole
Connecting to Director localhost:9101
1000 OK: 1 bacula-dir Version: 7.0.5 (28 July 2014)
Enter a period to cancel a command.
*
まずbconsoleを起動します。
コマンドプロンプトが「*」に変わったことを確認します。
58. リストア
58
* restore
(省略)
To select the JobIds, you have the following choices:
1: List last 20 Jobs run
2: List Jobs where a given File is saved
3: Enter list of comma separated JobIds to select
4: Enter SQL list command
5: Select the most recent backup for a client
6: Select backup for a client before a specified time
7: Enter a list of files to restore
8: Enter a list of files to restore before a specified time
9: Find the JobIds of the most recent backup for a client
10: Find the JobIds for a backup for a client before a specified time
11: Enter a list of directories to restore for found JobIds
12: Select full restore to a specified Job date
13: Cancel
Select item: (1-13): 5 ←5を選択します。
リストアを実行します。
59. リストア
59
+-------+-------+----------+-------------+---------------------+------------+
| JobId | Level | JobFiles | JobBytes | StartTime | VolumeName |
+-------+-------+----------+-------------+---------------------+------------+
| 1 | F | 29,971 | 896,094,352 | 2015-04-02 14:47:19 | Vol-0001 |
+-------+-------+----------+-------------+---------------------+------------+
You have selected the following JobId: 1
Building directory tree for JobId(s) 1 ...
++++++++++++++++++++++++++++++++++++++++++++
26,641 files inserted into the tree.
You are now entering file selection mode where you add (mark) and
remove (unmark) files to be restored. No files are initially added, unless
you used the "all" keyword on the command line.
Enter "done" to leave this mode.
cwd is: /
$
「5」を選択すると自動的に以下のような画面になります。
コマンドプロンプトが「$」になるとリストアの準備が完了になります。
60. リストア
60
$ cd /etc/bacula
$ ls
bacula-fd.conf
$ mark bacula-fd.conf
1 file marked.
リストアするファイルをmarkコマンドで指定します。
対象のファイルがあるディレクトリに移動してmarkコマンドを実行します。
markコマンドは*などを使用して一括指定することも可能です。
/etc/bacula/bacula-fd.confをリストアします
61. リストア
61
$ done ←「done」と入力しEnterキー押下
Run Restore job
JobName: RestoreFiles
Bootstrap: /var/spool/bacula/bacula-dir.restore.1.bsr
Where: /tmp/bacula-restores ←この場所にリストアされます。
Replace: always
FileSet: Full Set
Backup Client: bacula-fd
Restore Client: bacula-fd
Storage: File1
When: 2015-04-02 14:55:46
Catalog: MyCatalog
Priority: 10
OK to run? (yes/mod/no): yes ←yesを入力します。
リストア実行
doneコマンドを実行します。
62. リストア
62
# cd /tmp/bacula-restores
# ls
# etc
# cd cd etc/bacula/
# ls
# bacula-fd.conf
#
リストア確認をします。
バックアップ対象機でファイルを確認します。
/tmp/bacula-restores に出力したので、該当のディレクトリを参照します。
「bacula-fd.conf」がリストアされたことを確認します。