--- jonen/notes/notes_2003-02.twingle 2003/03/09 17:38:05 1.3 +++ jonen/notes/notes_2003-02.twingle 2003/03/13 22:42:31 1.7 @@ -69,8 +69,38 @@ x where {firewall_type} is either a case at /etc/rc.firewall (/etc/rc.firewall6 for ipv6) or some custom file to read rules from. x Use firewall_type = "OPEN" for default policy 'OPEN' (allow all) - - + + + - Backup: + x bacula (http://www.bacula.org) + Bacula is a set of computer programs that permit you (or the system administrator) to manage backup, + recovery, and verification of computer data across a network of computers of different kinds. + In technical terms, it is a network client/server based backup program. + Bacula is relatively easy to use and efficient, while offering many advanced storage management features + that make it easy to find and recover lost or damaged files. + Bacula source code has been released under the GPL version 2 license. + x created debian package, cause we can't found any other + x wrote some notes about how to build an debian binary package + http://www.netfrag.org/~jonen/computing/docs/build_bacula_deb.html + o create 'postinst' and 'prerm' scripts for saving configs on update, etc. + x tested network backup with Director, Storage Daemon and File Daemon(Client) + at different hosts, works great! + x tested backup to FileStorage, instead of using tapes drives + (if someone would like to sponsor some tape drive, you're more than welcome!) + notes: + x remember to use different 'LabelFormat' filename at each pool ! + x use compression at 'FileSet' definition, where GZIP is equal to GZIP6, means compression-level 6 (1-9) + example: + # ====== snip FileSet ============ + FileSet { + Name = "Full Set" + Include = signature=MD5 compression=GZIP { + /home + } + Exclude = { *.o } + } + # ====== snip FileSet ============ + - QoS (Quality of Services) o check it out ! @@ -124,7 +154,7 @@ - ldap will check your ticket pricipial against its acl's ! o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!) o write this down in some (existing e.g. sendmail?) howto - + - Sendmail o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster? x backup mx: @@ -174,5 +204,5 @@ o build 'black box' to trace for 'spys' at a isdn/internet connection ;)
-$Id: notes_2003-02.twingle,v 1.3 2003/03/09 17:38:05 jonen Exp $ +$Id: notes_2003-02.twingle,v 1.7 2003/03/13 22:42:31 jonen Exp $ \ No newline at end of file