--- jonen/notes/notes_2003-03.twingle 2003/04/07 01:28:41 1.1 +++ jonen/notes/notes_2003-03.twingle 2003/04/14 00:05:03 1.2 @@ -26,7 +26,7 @@ x read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html x create custom kernel conf-file - cd usr/src/sys/i386/conf/ - - copy default kenrnel GENERIC to eg MYKERNEL + - copy default kernel GENERIC to eg MYKERNEL - edit/modify MYKERNEL x configure sources(really?) - run /usr/sbin/config MYKERNEL @@ -65,6 +65,39 @@ 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 ============ + + + - Linux & Wireless Lan: x install modules: x prims2 chipset based: @@ -91,6 +124,8 @@ o use IPSEC o or some other ideas? + + - Linux & Bluetooth With some tweaking bluetooth works as expected. You will need the above mentioned patch patch-2.4.20-mh6 to have full functionality with 2.4.20. Then add @@ -209,40 +244,11 @@ #-------- end post ------------------------------- - - 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 ============ - - - misc: x finding processes using special device(module) and kill them(example for alsa modules): :# lsof -t /dev/{audio,dsp,midi,mixer,music,sequencer,sndstat} | xargs kill + +
-$Id: notes_2003-03.twingle,v 1.1 2003/04/07 01:28:41 jonen Exp $ +$Id: notes_2003-03.twingle,v 1.2 2003/04/14 00:05:03 jonen Exp $