--- jonen/notes/notes_2003-02.twingle 2003/03/09 17:38:05 1.3 +++ jonen/notes/notes_2003-02.twingle 2003/03/13 20:26:50 1.4 @@ -70,7 +70,28 @@ 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) + x created debian package, cause we can't found any other + 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 +145,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 +195,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.4 2003/03/13 20:26:50 jonen Exp $ \ No newline at end of file