/[cvs]/jonen/notes/notes_2003-02.twingle
ViewVC logotype

Diff of /jonen/notes/notes_2003-02.twingle

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jonen, Sun Mar 9 17:38:05 2003 UTC revision 1.5 by jonen, Thu Mar 13 20:47:30 2003 UTC
# Line 70  Line 70 
70               or some custom file to read rules from.               or some custom file to read rules from.
71            x  Use firewall_type = "OPEN" for default policy 'OPEN' (allow all)            x  Use firewall_type = "OPEN" for default policy 'OPEN' (allow all)
72                        
73            - Backup:
74        x bacula (http://www.bacula.org)
75           Bacula is a set of computer programs that permit you (or the system administrator) to manage backup,
76           recovery, and verification of computer data across a network of computers of different kinds.
77           In technical terms, it is a network client/server based backup program.
78           Bacula is relatively easy to use and efficient, while offering many advanced storage management features
79           that make it easy to find and recover lost or damaged files.
80           Bacula source code has been released under the GPL version 2 license.
81          x created debian package, cause we can't found any other
82            o create 'postinst' and 'prerm' scripts for saving configs on update, etc.
83          x tested network backup with Director, Storage Daemon and File Daemon(Client)
84             at different hosts, works great!
85          x tested backup to FileStorage, instead of using tapes drives
86             (if someone would like to sponsor some tape drive, you're more than welcome!)
87           notes:
88            x remember to use different 'LabelFormat' filename at each pool !
89            x use compression at 'FileSet' definition, where GZIP is equal to GZIP6, means compression-level 6 (1-9)
90             example:
91               # ====== snip FileSet ============
92               FileSet {
93                 Name = "Full Set"
94                 Include = signature=MD5 compression=GZIP {
95                 /home
96                 }
97                Exclude = { *.o }
98              }
99               # ====== snip FileSet ============
100            
101    
102    - QoS (Quality of Services)    - QoS (Quality of Services)
103      o check it out !      o check it out !
# Line 124  Line 151 
151           - ldap will check your ticket pricipial against its acl's !           - ldap will check your ticket pricipial against its acl's !
152        o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!)        o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!)
153        o write this down in some (existing e.g. sendmail?) howto        o write this down in some (existing e.g. sendmail?) howto
154      
155      - Sendmail      - Sendmail
156        o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster?        o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster?
157         x backup mx:         x backup mx:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed