Difference between revisions of "Bacula"
(finally figured out how to do this; moved earlier notes to a "log"-style subpage) |
(→Setup: next question to answer) |
||
Line 16: | Line 16: | ||
# On B, under "File Daemon Directors", add a new director called "A-dir", using the same password from step 2 | # On B, under "File Daemon Directors", add a new director called "A-dir", using the same password from step 2 | ||
# You can verify that this worked from A by checking "Client Status" (under the "Backup and Restore Actions" section). The status should come back in less than a second. If it takes longer than that, it is probably having trouble connecting, and will show an error message in 10-20 seconds; just wait a bit to be sure. | # You can verify that this worked from A by checking "Client Status" (under the "Backup and Restore Actions" section). The status should come back in less than a second. If it takes longer than that, it is probably having trouble connecting, and will show an error message in 10-20 seconds; just wait a bit to be sure. | ||
+ | |||
+ | '''Next''': Need to figure out how to create a fileset on A when the files are on B; the fileset manager seems to only let you browse A's folder tree. --[[User:Woozle|Woozle]] 21:02, 19 March 2010 (UTC) | ||
+ | |||
==Links== | ==Links== | ||
===Official=== | ===Official=== |
Revision as of 21:02, 19 March 2010
Overview
Bacula is a sophisticated open source backup management tool available for Linux and Windows.
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Terminology
The "director" is the thing which runs a backup; everything else (storage, files to backup, database) may be on the same machine or different machines.
Clients (aka "file daemons") need to add accounts for each director they authorize to contact them; this is referred to as "adding a director" on the client.
Setup
If you are happier with GUI-based configuration, you can use Webmin to set up Bacula. The following instructions assume you have Webmin installed on two machines:
- machine A is the machine "directing" the backup; it may or may not have its own storage, database, etc. (These can also be on other machines which it connects to.) The full "Bacula" package should be installed here.
- machine B has files you want to back up; it will need the "bacula-client" package installed.
Steps for connecting a client to the director:
- On B, under "File Daemon Configuration", get B's "File daemon name" (e.g. "B-fd")
- On A, under "Backup Clients", add a new client called "B-fd" (make up the password)
- On A, under "Director Configuration", get A's "Director name" (e.g. "A-dir")
- On B, under "File Daemon Directors", add a new director called "A-dir", using the same password from step 2
- You can verify that this worked from A by checking "Client Status" (under the "Backup and Restore Actions" section). The status should come back in less than a second. If it takes longer than that, it is probably having trouble connecting, and will show an error message in 10-20 seconds; just wait a bit to be sure.
Next: Need to figure out how to create a fileset on A when the files are on B; the fileset manager seems to only let you browse A's folder tree. --Woozle 21:02, 19 March 2010 (UTC)