Created: 21 December 2008
Windowsクライアントのインストール (21 December 2008)
LinuxのDirectorサーバーの設定 (21 December 2008)
以下からダウンロードできます。
http://sourceforge.net/project/showfiles.php?group_id=50727&package_id=110235
ダウンロードしたファイルを実行します。
以下では、Directorサーバーを指定します。
クライアントの設定ファイルを指定します。
設定ファイルを開いて、以下のように変更します。
#
# Default Bacula File Daemon Configuration file
#
# For Bacula release 2.4.3 (10/10/08) -- Windows MVS
#
# There is not much to change here except perhaps the
# File daemon Name
#
#
# "Global" File daemon configuration specifications
#
FileDaemon {
Name = naomi-fd
FDport = 9102
WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work"
Pid Directory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work"
Maximum Concurrent Jobs = 2
}
#
# List Directors who are permitted to contact this File daemon
#
Director {
Name = bacula
Password = "bacula"
}
#
# Restricted Director, used by tray-monitor to get the
# status of the file daemon
#
Director {
Name = naomi-mon
Password = "bacula"
Monitor = yes
}
# Send all messages except skipped files back to Director
Messages {
Name = Standard
director = bacula = all, !skipped, !restored
}:q