From: Joe Z. <jz...@us...> - 2005-05-28 04:20:11
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29419 Modified Files: ChangeLog RELEASE-NOTES TODO VERSION Log Message: Get ready for release 0.6.3. Index: ChangeLog =================================================================== RCS file: /cvsroot/bobs/bobs/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChangeLog 27 May 2005 22:32:16 -0000 1.17 +++ ChangeLog 28 May 2005 04:20:02 -0000 1.18 @@ -2,14 +2,18 @@ ChangeLog Version ? (edit as you go) + +Version 0.6.3 Joe Zacky ( jz...@us... ) - -- 05-26-2005 - Fix error in backup_create_databases.php when a recursive link is backed up. - It should now treat links to directories as files on the restore menu. - That's a link like this: 'ln -s . linkname'. - I have recursive links on a qmail server for bincimap like this: 'link -s . INBOX' - -- 08-08-2004 - Fixed several PHP Notices: + 05-26-2005 + --Fix error in backup_create_databases.php when a recursive link is backed up. + It should now treat links to directories as files on the restore menu. + That's a link like this: 'ln -s . linkname'. + I have recursive links on a qmail server for bincimap like this: 'link -s . INBOX' + 01-23-2005 + --Add completion status messages to bobs.log and optional email. + 08-08-2004 + --Fixed several PHP Notices: Undefined variable: result in /var/www/html/bobs/inc/class_backup.php on line 266 Undefined variable: i in backup_create_databases.php on line 39 Undefined variable: f in backup_create_databases.php on line 41 @@ -17,32 +21,36 @@ Use of undefined constant process_sections - assumed 'process_sections' in class_backup.php on line 81 Use of undefined constant process_sections - assumed 'process_sections' in backup_create_databases.php on line 155 Undefined variable: result in /var/www/html/bobs/inc/class_backup.php on line 350 - Also look for httpd process named httpd2-prefork, - per Manfred Rebentisch <ma...@us...>. - -- 06-25-2004 - ./configure should return an error if httpd user id not found. - Add ./configure option: --with-httpduser. - Giuseppe Sacco <epp...@us...> provided a patch - to also look for http processes named apache and apache-ssl + -- Also look for httpd process named httpd2-prefork, + per Manfred Rebentisch <ma...@us...>. + 06-25-2004 + -- ./configure should return an error if httpd user id not found. + -- Add ./configure option: --with-httpduser. + -- Giuseppe Sacco <epp...@us...> provided a patch + to also look for http processes named apache and apache-ssl + 06-01-2004 + -- New interface for editing list of files to exclude from backups. + 05-23-2004 + -- Remove old incremental files and directories during daily backup. Version 0.6.2 - -- 04-18-2004 - Both db3 and db4 are now supported at runtime. - cmdloop is now started from /etc/init.d/cmdloopd. - Output from cmdloop is now written to a log. - Fixed an "off by one" error in getting file sizes. Reported by Hank Hampel. + 04-18-2004 + -- Both db3 and db4 are now supported at runtime. + -- cmdloop is now started from /etc/init.d/cmdloopd. + -- Output from cmdloop is now written to a log. + -- ixed an "off by one" error in getting file sizes. Reported by Hank Hampel. Version 0.6.0 Joe Zacky ( jz...@us... ) - -- 5-10-2003 - Convert admin.php to use rfasttemplate class. - -- 5-17-2003 - Restructure admin.php to add some basic input validation. - -- 5-18-2003 bug fix - Special characters in samba passwords are now quoted in the - ini file and the smbmount command. - -- 5-26-2003 bug fix - Sort by date causes "select for restore" error. + 5-10-2003 + -- Convert admin.php to use rfasttemplate class. + 5-17-2003 + -- Restructure admin.php to add some basic input validation. + 5-18-2003 bug fix + -- Special characters in samba passwords are now quoted in the + ini file and the smbmount command. + 5-26-2003 bug fix + -- Sort by date causes "select for restore" error. Version 0.6.0pre2 Rene Rask (re...@gr...) @@ -51,18 +59,19 @@ shares stays mounted. Joe Zacky ( jz...@us... ) - -- 4-18-2003 - Wrote a minimal man page: 'man bobs'. - -- 4-26-2003 - Create a "Check Configuration" option on the admin page. - Admins need to be able to test if a setup works. - -- 5-07-2003 - Allow changing admin password in browser interface. - -- Bug fix 5-08-2003 - 'make uninstall-all' checks that nothing is mounted in - bobs data directory (/var/bobsdata). I fixed this bug after - deleting 3 years of my kid's homework. - 'make uninstall' also kills the cmdloop script. + 4-18-2003 + -- Wrote a minimal man page: 'man bobs'. + 4-26-2003 + -- Create a "Check Configuration" option on the admin page. + -- Admins need to be able to test if a setup works. + 5-07-2003 + -- Allow changing admin password in browser interface. + 5-08-2003 + -- Bug fix + 'make uninstall-all' checks that nothing is mounted in + bobs data directory (/var/bobsdata). I fixed this bug after + deleting 3 years of my kid's homework. + 'make uninstall' also kills the cmdloop script. Version 0.6.0pre1 Rene Rask (re...@gr...) Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/bobs/bobs/RELEASE-NOTES,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- RELEASE-NOTES 1 Jun 2004 06:18:37 -0000 1.7 +++ RELEASE-NOTES 28 May 2005 04:20:02 -0000 1.8 @@ -42,9 +42,14 @@ Changes in release 0.6.3 ------------------------- +rsync backups now use compression. Suggested by Rodrigo VB. +--- +Optional email with the completion status of each backup. +--- +Added backup completion status messages to bobs.log. +--- Suppress dba_open warning messages when testing for db3/db4. Easily done -by using @dba_open instead of dba_open. Suggested by Cornelius Hald -5-04-2004. +by using @dba_open instead of dba_open. Suggested by Cornelius Hald. --- Implement cleanup of old incremental files. Use the database to determine file age. Index: TODO =================================================================== RCS file: /cvsroot/bobs/bobs/TODO,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- TODO 9 Aug 2004 02:19:45 -0000 1.27 +++ TODO 28 May 2005 04:20:02 -0000 1.28 @@ -38,12 +38,6 @@ allow invalid names, or escape them so they don't cause a problem. Feb 2004: The '/' is now edited (not allowed). -Send optional email indicating status of backup. - Priority: High - It's important to know if the systems are getting backed up - properly each day. - Done (but it's not optional): Have backups write to optional log file. - Write man/info pages Priority: Low Minimal man page exists. Index: VERSION =================================================================== RCS file: /cvsroot/bobs/bobs/VERSION,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- VERSION 18 Apr 2004 23:25:37 -0000 1.5 +++ VERSION 28 May 2005 04:20:02 -0000 1.6 @@ -1 +1 @@ -Version 0.6.2 +Version 0.6.3 |