Bacula: backups that don't suck


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Bacula: backups that don't suck
# 1  
Old 04-23-2008
Bacula: backups that don't suck

Wed, 23 Apr 2008 08:00:00 GMT
Good systems administrators know that implementing a robust backup procedure is one of their most important duties. Unfortunately, it's also one of the most complex and least fun. When the phone rings and there's a panic-stricken user on the other end who has just lost a crucial document, you need to be confident that you can promptly recover his missing files. Failure to do so can bring about a speedy end to a promising career in systems administration. So what's a budding sysadmin to do? Download the latest release of Bacula and watch those backup woes disappear into the dark of night.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

newbie please help, i suck!!!

hey this is my first post here and i am desperately looking for some help! Im trying to write a shell script for the first time and ive run into some issues. Im writing a script that takes two strings as parameters, im then using sed to do replacements of the first string over the second string... (3 Replies)
Discussion started by: vbm
3 Replies
Login or Register to Ask a Question
BACULA-DIR(8)					       Network backup, recovery&verification					     BACULA-DIR(8)

NAME
bacula-dir - Bacula Director SYNOPSIS
bacula-dir [options] DESCRIPTION
This manual page documents briefly the bacula-dir command. Bacula's Director Daemon acts as the controller of the network backup system: it is responsible for scheduling and coordinating backups across the network. OPTIONS
-c file Specify the configuration file to use. -d nn Set debug level to nn. -dt Print timestamp in debug output. -f Run in foreground (for debugging). -g group Set the group/gid to run as. -r job Run <job>. -s No signals (for debugging). -t Test the configuration file and report errors. -u user Set the username/uid to run as. -v Set verbose mode. -? Show version and usage of program. TCP-WRAPPERS CONFIGURATION Tcpwrappers looks for the service name of the bacula daemons in hosts.allow , and the service names of these daemons is configured to be different from the binary. The service names are configured to be %hostname%-%component% rather than bacula-dir (As defined in the bacula- dir.conf.in file) So the hosts.allow entry has to match %hostname%-%component% (servername-dir for example) instead of bacula-%component% WARNING: This means that if the hosts.allow file has the entry: bacula-dir: ALL you will not be able to run bconsole to connect to the local director! The entry would have to read: server-dir: ALL and this will allow the console to connect to the director. (The process running is bacula-dir.) SEE ALSO
bacula-fd(8), bacula-sd(8). AUTHOR
This manual page was written by Jose Luis Tallon <jltallon@adv-solutions.net>. Kern Sibbald 6 December 2009 BACULA-DIR(8)