{"id":1144,"date":"2016-05-13T16:34:14","date_gmt":"2016-05-13T07:34:14","guid":{"rendered":"http:\/\/www.kinryo.net\/?p=1144"},"modified":"2024-11-28T15:51:42","modified_gmt":"2024-11-28T06:51:42","slug":"%ef%bc%95%ef%bc%9abacula-fd%e3%81%ae%e8%a8%ad%e5%ae%9a","status":"publish","type":"post","link":"https:\/\/www.kinryo.net\/?p=1144","title":{"rendered":"\uff15\uff1abacula-fd\u306e\u8a2d\u5b9a"},"content":{"rendered":"<p class=\"itemText\">bacula-fd.conf\u306e\u8a2d\u5b9a\u3092\u3057\u3066\u3044\u304d\u307e\u3059\u304c\u3001\u3053\u308c\u306f<strong><span style=\"color: #ff6600;\">\u305d\u308c\u305e\u308c\u306e\u30db\u30b9\u30c8\u306b\u8a2d\u5b9a\u3092\u3057\u3066\u3044\u304d\u307e\u3059<\/span><\/strong>\u304c\u3001\u307e\u305a\u306f\u3053\u306e\u30db\u30b9\u30c8\u81ea\u8eab\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3082\u53d6\u308b\u306e\u3067\u3001\u305d\u306e\u8a2d\u5b9a(\/etc\/bacula\/bacula-fd.conf)<br \/>\n\u4ed6\u306e\u30db\u30b9\u30c8\u306b\u306f\uff08almalinux9\u306e\u5834\u5408\uff09<br \/>\n<span style=\"color: #ff6600;\">#<\/span> <span style=\"color: #008000;\">dnf install bacula-client bacula-console<\/span><\/p>\n<div class=\"xoopsCode\">\n<pre><code><span style=\"color: #0000ff;\"># List Directors who are permitted to contact this File daemon\r\nDirector {\r\n  Name = bacula-dir\r\n  Password = \"xxxxx\"\r\n}\r\n\r\nDirector {\r\n  Name = bacula-mon\r\n  Password = \"xxxxx\"\r\n  Monitor = yes\r\n}\r\n\r\n# Restricted Director, used by tray-monitor to get the\r\n#   status of the file daemon\r\n# \"Global\" File daemon configuration specifications\r\nFileDaemon {                          # this is me\r\n  Name = samba-fd\u3000<span style=\"color: #000000;\">\u2190 bacula-dir.conf\u306e\u540d\u524d\u306b\u5408\u308f\u305b\u308b<\/span>\r\n  FDport = 9102                  # where we listen for the director\r\n  WorkingDirectory = \/var\/spool\/bacula\r\n  Pid Directory = \/var\/run\r\n  Maximum Concurrent Jobs = 20\r\n}\r\n\r\n# Send all messages except skipped files back to Director\r\nMessages {\r\n  Name = Standard\r\n  director = bacula-dir = all, !skipped, !restored<\/span>\r\n<span style=\"color: #0000ff;\">}<\/span><\/code><\/pre>\n<\/div>\n<p>\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u30c7\u30fc\u30bf\u30fc\u30d9\u30fc\u30b9\u306b\u8a2d\u5b9a\u3057\u305fPW\uff09\u3068Name = samba-fd \u4ee5\u5916\u306fdefault\u306e\u307e\u307e\u3067\u3059\u3002<br \/>\n\u6b21\u306b\u3082\u3046\u4e00\u3064\u306e\u30db\u30b9\u30c8\u306e\u8a2d\u5b9a\u3067\u3059\u304c\u3001\u305d\u306e\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<br \/>\n<span style=\"color: #ff6600;\">#<\/span> <span style=\"color: #008000;\">yum install bacula-client bacula-console<\/span><br \/>\n\u3067\u305d\u306e\u30db\u30b9\u30c8\u306bbacula-client\u3068bacula-console\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3002\u305d\u3057\u3066\/etc\/bacula\/bacula-fd.conf\u306e\u8a2d\u5b9a<\/p>\n<div class=\"xoopsCode\">\n<pre><code><span style=\"color: #0000ff;\">Director {\r\n  Name = bacula-dir\r\n  Password = \"XXXX\"\r\n}\r\n\r\n#\r\n# Restricted Director, used by tray-monitor to get the\r\n#   status of the file daemon\r\n#\r\nDirector {\r\n  Name = bacula-mon\r\n  Password = \"xxxx\"\r\n  Monitor = yes\r\n}\r\n\r\n#\r\n# \"Global\" File daemon configuration specifications\r\n#\r\nFileDaemon {                          # this is me\r\n  Name = bacula-fd\u3000\u2190 bacula-dir.conf\u306e\u540d\u524d\u306b\u5408\u308f\u305b\u308b\r\n  FDport = 9102                  # where we listen for the director\r\n  WorkingDirectory = \/var\/spool\/bacula\r\n  Pid Directory = \/var\/run\r\n  Maximum Concurrent Jobs = 20\r\n}\r\n\r\n# Send all messages except skipped files back to Director\r\nMessages {\r\n  Name = Standard\r\n  director = bacula-dir = all, !skipped, !restored<\/span>\r\n<span style=\"color: #0000ff;\">}<\/span><\/code><\/pre>\n<\/div>\n<p>\/etc\/bacula\/bconsole.conf\u306e\u8a2d\u5b9a<\/p>\n<div class=\"xoopsCode\">\n<pre><code><span style=\"color: #0000ff;\">Director {\r\n  Name = bacula-dir\r\n  DIRport = 9101\r\n  address = 192.168.xxx.xxx\u3000\u2190\u3000director\u306e\u52d5\u3044\u3066\u3044\u308b\u30db\u30b9\u30c8\u306e\u6307\u5b9a\u3092\u3059\u308b\r\n  Password = \"xxxxx\"<\/span>\r\n<span style=\"color: #0000ff;\">}<\/span><\/code><\/pre>\n<\/div>\n<p>2014-07-01\u8ffd\u8a18\uff1abasula-fd\u3092\u30b9\u30bf\u30fc\u30c8\u3055\u305b\u3001\u518d\u8d77\u52d5\u5f8c\u3082\u30b9\u30bf\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b<br \/>\n<span style=\"color: #ff6600;\">#<\/span> <span style=\"color: #008000;\">service bacula-fd start<\/span><br \/>\n<span style=\"color: #ff6600;\">#<\/span> <span style=\"color: #008000;\">chkconfig bacula-fd on<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>bacula-fd.conf\u306e\u8a2d\u5b9a\u3092\u3057\u3066\u3044\u304d\u307e\u3059\u304c\u3001\u3053\u308c\u306f\u305d\u308c\u305e\u308c\u306e\u30db\u30b9\u30c8\u306b\u8a2d\u5b9a\u3092\u3057\u3066\u3044\u304d\u307e\u3059\u304c\u3001\u307e\u305a\u306f\u3053\u306e\u30db\u30b9\u30c8\u81ea\u8eab\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3082\u53d6\u308b\u306e\u3067\u3001\u305d\u306e\u8a2d\u5b9a(\/etc\/bacula\/bacula-fd.conf) \u4ed6\u306e\u30db\u30b9\u30c8 &hellip; <a href=\"https:\/\/www.kinryo.net\/?p=1144\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"vkexunit_cta_each_option":"","footnotes":""},"categories":[12],"tags":[],"class_list":["post-1144","post","type-post","status-publish","format-standard","hentry","category-bacula"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts\/1144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1144"}],"version-history":[{"count":3,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts\/1144\/revisions"}],"predecessor-version":[{"id":4104,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts\/1144\/revisions\/4104"}],"wp:attachment":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}