Difference between revisions of "How To Install Bacula Server"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Bacula is an Open Source software that is use for backup. In this tutorial we are going to install and configure the bacula server and use 2 clients node to run the backup and restore test to and from the bacula server. | Bacula is an Open Source software that is use for backup. In this tutorial we are going to install and configure the bacula server and use 2 clients node to run the backup and restore test to and from the bacula server. | ||
| + | =Prerequisites= | ||
| + | To complete this tutorial, we will need: | ||
| + | * 1 node for the bacula server | ||
| + | * 1 or 2 nodes for testing the backup and restore process | ||
| + | =Bacula Installation= | ||
| + | ==Install the Bacula server== | ||
| + | ==configure the bacula server== | ||
| + | ==Install the Bacula client== | ||
| + | ==Configure the Bacula client== | ||
| + | |||
| + | =Testing= | ||
| + | ==Running backups== | ||
| + | ==Restoring backups== | ||
| + | =Conclusion= | ||
| + | =References= | ||
Latest revision as of 19:25, 1 February 2019
Bacula is an Open Source software that is use for backup. In this tutorial we are going to install and configure the bacula server and use 2 clients node to run the backup and restore test to and from the bacula server.
Prerequisites
To complete this tutorial, we will need:
- 1 node for the bacula server
- 1 or 2 nodes for testing the backup and restore process