You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
(26) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
(38) |
Mar
(11) |
Apr
(38) |
May
(21) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2004 |
Jan
(8) |
Feb
(1) |
Mar
(21) |
Apr
(16) |
May
(9) |
Jun
(20) |
Jul
|
Aug
(19) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2005 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(14) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe Z. <jz...@us...> - 2010-02-25 22:55:21
|
Update of /cvsroot/bobs/bobs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15361/bobs Modified Files: ChangeLog Log Message: Update change log. Index: ChangeLog =================================================================== RCS file: /cvsroot/bobs/bobs/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ChangeLog 30 Jun 2007 00:09:30 -0000 1.20 +++ ChangeLog 25 Feb 2010 22:55:12 -0000 1.21 @@ -1,6 +1,18 @@ ChangeLog +Version ???? + Joe Zacky ( jz...@us... ) + 02-25-2010 + -- Avoid error in systemcheck.php while getting non-recursive listing from + remote systems with an older version of rsync. + -- Allow mounting of a samba share without a login. + -- Fix Daylight Savings Time bug between Windows and Linux systems that + makes rsync think file times are different by one hour causing them to + be backed up again. Use rsync with --modify-window=3601. + -- Get rid of this annoying error: "PHP Notice: Undefined index: where in + /var/www/html/bobs/inc/class_db.php on line 35." + Version 0.6.4 Joe Zacky ( jz...@us... ) 05-17-2006 |
From: Joe Z. <jz...@us...> - 2010-02-25 20:17:35
|
Update of /cvsroot/bobs/bobs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28000/bobs Modified Files: INSTALL Log Message: php rpm requirements. Index: INSTALL =================================================================== RCS file: /cvsroot/bobs/bobs/INSTALL,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- INSTALL 25 Feb 2010 00:34:37 -0000 1.28 +++ INSTALL 25 Feb 2010 20:17:23 -0000 1.29 @@ -25,10 +25,19 @@ Bash sh sed + PHP + php rpm's required (based on Fedora Core 12): + php + php-common + php-dba + php-cli + php-process + You may need to update /etc/php.ini with the timezone of your system to avoid php warnings in php scripts that use date/time functions. Mine is set to date.timezone = "America/Los_Angeles". + apache web server nfs (nfs-utils) If you want to do backups using nfs. rsync |
From: Joe Z. <jz...@us...> - 2010-02-25 20:11:57
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27283/bobs/inc/templates Modified Files: chgadminpwd.thtml systemcheck.thtml Log Message: Show hostname on heading. Index: chgadminpwd.thtml =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/chgadminpwd.thtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chgadminpwd.thtml 18 May 2003 06:37:41 -0000 1.2 +++ chgadminpwd.thtml 25 Feb 2010 20:11:45 -0000 1.3 @@ -1,5 +1,7 @@ <!-- rfasttemplate: Change Admin Password --> +{HEADER} + <center><h2> Change Administrator Password </h2></center> <div class="instruction">Type the current and new password and click OK.</div> Index: systemcheck.thtml =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/systemcheck.thtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- systemcheck.thtml 1 May 2003 05:21:15 -0000 1.2 +++ systemcheck.thtml 25 Feb 2010 20:11:45 -0000 1.3 @@ -1,5 +1,7 @@ <!-- systemcheck.thtml - Template for system check output --> +{HEADER} + <center><h1>{TITLE}</h1></center> <table align="center" border="1" width="100%"> |
From: Joe Z. <jz...@us...> - 2010-02-25 20:11:54
|
Update of /cvsroot/bobs/bobs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27283/bobs Modified Files: admin.php chgadminpwd.php excludes.php systemcheck.php Log Message: Show hostname on heading. Index: admin.php =================================================================== RCS file: /cvsroot/bobs/bobs/admin.php,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- admin.php 1 Jun 2004 06:18:37 -0000 1.28 +++ admin.php 25 Feb 2010 20:11:45 -0000 1.29 @@ -135,6 +135,8 @@ // Tell rfasttemplate the template file name $t->assign('HEADER', implode("", file('inc/header.pinc'))); // Load the page header + $hostname = gethostname(); + $t->assign('HOSTNAME', $hostname); // Host hame for heading $t->assign('PHPSELF', $_SERVER['PHP_SELF']); // Replace PHPSELF with the current URL $t->assign('ERRMSG', ""); // Initialize error message if (isset($_POST['password'])) { // Password must have been wrong @@ -156,6 +158,8 @@ $t->define(array('admin_help' => 'admin_help.thtml')); // Tell rfasttemplate the template file name $t->assign('HEADER', implode("", file('inc/header.pinc'))); + $hostname = gethostname(); + $t->assign('HOSTNAME', $hostname); // Host hame for heading $t->assign('ADMINHELP', implode("", file('winc/adminhelp.html'))); $t->parse('ADMIN_HELP', 'admin_help'); // Prepare the final output $t->FastPrint(); // and send it to stdout. @@ -211,6 +215,8 @@ $t->define(array('select_server' => 'select_server.thtml')); // Tell rfasttemplate the template file name $t->assign('HEADER', implode("", file('inc/header.pinc'))); + $hostname = gethostname(); + $t->assign('HOSTNAME', $hostname); // Host hame for heading // Load the page header $t->assign('PHPSELF', $PHPSELF); // Replace PHPSELF with the current URL $t->assign('ERRMSG', $errmsg); // Error message (if any) @@ -341,6 +347,8 @@ // Tell rfasttemplate the template file name $t->assign('HEADER', implode("", file('inc/header.pinc'))); // Load the page header + $hostname = gethostname(); + $t->assign('HOSTNAME', $hostname); // Host hame for heading $t->assign('PHPSELF', "$PHPSELF"); // Replace PHPSELF with the current URL $t->assign('ERRMSG', $errmsg); // Error message $t->assign('BORDER', "$tableborder"); // Helpful to debug table layout @@ -512,6 +520,8 @@ // same file as 'confirm_server template $t->assign('HEADER', implode("", file('inc/header.pinc'))); // Load the page header + $hostname = gethostname(); + $t->assign('HOSTNAME', $hostname); // Host hame for heading $t->assign('BORDER', "$tableborder"); // Helpful to debug table layout $t->assign('MODE', "$mode"); // Helpful to debug table layout @@ -605,6 +615,8 @@ // Tell rfasttemplate the template file name $t->assign('HEADER', implode("", file('inc/header.pinc'))); // Load the page header + $hostname = gethostname(); + $t->assign('HOSTNAME', $hostname); // Host hame for heading $t->assign('PHPSELF', "$PHPSELF"); // Replace PHPSELF with the current URL $t->assign('SERVER', $server); $t->assign('SHARE', $share); Index: chgadminpwd.php =================================================================== RCS file: /cvsroot/bobs/bobs/chgadminpwd.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chgadminpwd.php 8 May 2003 05:46:51 -0000 1.1 +++ chgadminpwd.php 25 Feb 2010 20:11:45 -0000 1.2 @@ -29,6 +29,11 @@ $t->assign('PHPSELF', $_SERVER['PHP_SELF']); // Replace PHPSELF with the current URL $t->assign('ERRMSG', " "); +$t->assign('HEADER', implode("", file('inc/header.pinc'))); + // Load the page header +$hostname = gethostname(); +$t->assign('HOSTNAME', $hostname); // Host hame for heading + // What action to take? if (isset($_POST['chg_pwd_OK'])){ // OK button pressed on chg pwd screen @@ -38,7 +43,6 @@ // Output the html -include_once("inc/header.pinc"); // This is the menu bar and main title. $t->parse('CHGPWD', 'chgpwd'); // Parse the template. $t->FastPrint(); // and send it to stdout. Index: excludes.php =================================================================== RCS file: /cvsroot/bobs/bobs/excludes.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- excludes.php 1 Jun 2004 06:18:37 -0000 1.1 +++ excludes.php 25 Feb 2010 20:11:45 -0000 1.2 @@ -85,6 +85,8 @@ // Tell rfasttemplate the template file name $t->assign('HEADER', implode("", file('inc/header.pinc'))); // Load the page header + $hostname = gethostname(); + $t->assign('HOSTNAME', $hostname); // Host hame for heading $t->assign('PHPSELF', $PHPSELF); // Replace PHPSELF with the current URL $t->assign('ERRMSG', $errmsg); // Error message (if any) $t->assign('BORDER', "0"); // No border Index: systemcheck.php =================================================================== RCS file: /cvsroot/bobs/bobs/systemcheck.php,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- systemcheck.php 24 Feb 2010 21:59:22 -0000 1.11 +++ systemcheck.php 25 Feb 2010 20:11:45 -0000 1.12 @@ -11,7 +11,6 @@ require_once ('inc/class_rfasttemplate.php'); // Template class require_once("inc/class_config.php"); // configuration class require_once("inc/class_admin.php"); // Administration interface class -include_once("inc/header.pinc"); // Main menu $config = new config(); // Create instance of configuration class $admin = new admin(); // Create instance of admin class @@ -26,6 +25,11 @@ // Heading +$t->assign('HEADER', implode("", file('inc/header.pinc'))); + // Load the page header +$hostname = gethostname(); +$t->assign('HOSTNAME', $hostname); // Host hame for heading + $t->assign ('TITLE', 'System check'); $t->parse ('CONTENT', 'content'); echo ($t->fetch()); @@ -478,7 +482,7 @@ $server_or_ip = $server; } $rsync_ssh_path = $config['rsync_ssh_path']; - $rsync = "rsync -n -e ssh " . $server_or_ip . ':' . $rsync_ssh_path; + $rsync = "rsync -n --no-dirs -e ssh " . $server_or_ip . ':' . $rsync_ssh_path; $t->assign ('ITEM', "Testing rsync over ssh for backup method \"$method\" using this command:<br> $rsync"); $srvtmpl->assign ('COMMAND', "$rsync"); // the mount command |
From: Joe Z. <jz...@us...> - 2010-02-25 20:11:54
|
Update of /cvsroot/bobs/bobs/inc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27283/bobs/inc Modified Files: header.pinc Log Message: Show hostname on heading. Index: header.pinc =================================================================== RCS file: /cvsroot/bobs/bobs/inc/header.pinc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- header.pinc 18 May 2003 06:37:41 -0000 1.7 +++ header.pinc 25 Feb 2010 20:11:45 -0000 1.8 @@ -1,6 +1,6 @@ <html> <head> -<title>BOBS Administration</title> +<title>BOBS Administration on {HOSTNAME}</title> <link rel="STYLESHEET" href="lookadmin.css" type="text/css"> </head> @@ -26,4 +26,4 @@ </tr> </table> -<h1 align="center">BOBS Administration</h1> +<h1 align="center">BOBS Administration on {HOSTNAME}</h1> |
From: Joe Z. <jz...@us...> - 2010-02-25 01:27:48
|
Update of /cvsroot/bobs/bobs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8207/bobs Modified Files: RELEASE-NOTES Log Message: Speling error. Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/bobs/bobs/RELEASE-NOTES,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- RELEASE-NOTES 30 Jun 2007 00:09:30 -0000 1.9 +++ RELEASE-NOTES 25 Feb 2010 00:17:58 -0000 1.10 @@ -80,7 +80,7 @@ it manually, or setup automatic log rotation. To setup log rotation see 'man logrotate'. -Here is a sample bobs log rotation configuration. Just past this into a +Here is a sample bobs log rotation configuration. Just paste this into a new file /etc/logrotate.d/bobs: /var/log/bobs.log { |
From: Joe Z. <jz...@us...> - 2010-02-25 00:34:53
|
Update of /cvsroot/bobs/bobs/inc/excludes In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7387/bobs/inc/excludes Modified Files: default.excludelist Log Message: Add a few more default excludes. Index: default.excludelist =================================================================== RCS file: /cvsroot/bobs/bobs/inc/excludes/default.excludelist,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- default.excludelist 31 May 2002 20:09:49 -0000 1.1.1.1 +++ default.excludelist 25 Feb 2010 00:13:22 -0000 1.2 @@ -9,12 +9,15 @@ /thefindbycontentfolder /TheFindByContentFolder /restore_files +/proc +/sys adobe premiere preview files :2EDS_Store .DS_Store .Parent .parent -icon -Icon +icon +Icon icon~9g Icon~9g +WIN386.SWP |
From: Joe Z. <jz...@us...> - 2010-02-25 00:34:53
|
Update of /cvsroot/bobs/bobs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11011/bobs Modified Files: INSTALL Log Message: php.ini note. Index: INSTALL =================================================================== RCS file: /cvsroot/bobs/bobs/INSTALL,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- INSTALL 2 Jul 2007 20:51:12 -0000 1.27 +++ INSTALL 25 Feb 2010 00:34:37 -0000 1.28 @@ -26,6 +26,9 @@ sh sed PHP + You may need to update /etc/php.ini with the timezone of your system + to avoid php warnings in php scripts that use date/time functions. + Mine is set to date.timezone = "America/Los_Angeles". apache web server nfs (nfs-utils) If you want to do backups using nfs. rsync |
From: Joe Z. <jz...@us...> - 2010-02-25 00:04:42
|
Update of /cvsroot/bobs/bobs/inc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5609/bobs/inc Modified Files: class_db.php Log Message: Bug fix: "PHP Notice: Undefined index: where in /var/www/html/bobs/inc/class_db.php on line 35" Index: class_db.php =================================================================== RCS file: /cvsroot/bobs/bobs/inc/class_db.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- class_db.php 23 May 2004 21:25:38 -0000 1.6 +++ class_db.php 25 Feb 2010 00:04:33 -0000 1.7 @@ -31,7 +31,9 @@ // class constructor $this->config = $config; - $this->where = $config["where"]; + if (isset($config["where"])) { + $this->where = $config["where"]; + } $this->server = $config["server"]; $this->share = $config["share"]; $this->processdir = $config["processdir"]; |
From: Joe Z. <jz...@us...> - 2010-02-24 23:56:03
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4050/bobs/inc/templates Modified Files: backup_rsync_ssh.sh Log Message: Daylight Savings Time bug. Index: backup_rsync_ssh.sh =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/backup_rsync_ssh.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- backup_rsync_ssh.sh 23 Jan 2005 20:03:18 -0000 1.1 +++ backup_rsync_ssh.sh 24 Feb 2010 23:55:54 -0000 1.2 @@ -52,6 +52,7 @@ echo "Starting backup of {SERVER} / {SHARE}" rsync -e ssh --archive --verbose --delete --backup --compress \ + --modify-window=3601 \ {EXCLUDE_FROM} \ --backup-dir="{INCOMINGDIR}/{SERVER}/{SHARE}/" \ {RSYNC_SSH_USER}@{SERVER_NAME_OR_IP}:{RSYNC_SSH_PATH} \ |
From: Joe Z. <jz...@us...> - 2010-02-24 23:49:49
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2299/bobs/inc/templates Modified Files: backup_smb.sh Log Message: 2010-02-24 jz Allow a samba mount without a login id and password. Fix Windows Daylight Savings Time bug from flagging all files changed by one hour when DST changes. Use "--modify-window=3601." Index: backup_smb.sh =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/backup_smb.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- backup_smb.sh 23 Jan 2005 20:03:18 -0000 1.1 +++ backup_smb.sh 24 Feb 2010 23:49:39 -0000 1.2 @@ -52,8 +52,13 @@ } fi -mount -t smbfs -o username={LOGIN},password={PASSWORD} \ - //{SERVER_NAME_OR_IP}/{SMB_SHARE} {MOUNTDIR} +if [ "{LOGIN}" != "" ]; then + mount -t cifs -o username={LOGIN},password={PASSWORD} \ + //{SERVER_NAME_OR_IP}/{SMB_SHARE} {MOUNTDIR}; +else + mount -t cifs -o password={PASSWORD} \ + //{SERVER_NAME_OR_IP}/{SMB_SHARE} {MOUNTDIR}; +fi RC=$? if [ $RC -ne 0 ]; then @@ -69,6 +74,7 @@ rsync --archive --verbose --delete --backup --compress \ --backup-dir="{INCOMINGDIR}/{SERVER}/{SHARE}/" \ + --modify-window=3601 \ {EXCLUDE_FROM} \ "{MOUNTDIR}/" "{BACKUPDIR}/{SERVER}/{SHARE}/" RC=$? |
From: Joe Z. <jz...@us...> - 2010-02-24 23:12:11
|
Update of /cvsroot/bobs/bobs/inc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27476/bobs/inc Modified Files: class_server.php Log Message: Imporper indentation of source code. Index: class_server.php =================================================================== RCS file: /cvsroot/bobs/bobs/inc/class_server.php,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- class_server.php 24 Feb 2010 23:05:56 -0000 1.14 +++ class_server.php 24 Feb 2010 23:12:01 -0000 1.15 @@ -231,9 +231,9 @@ switch ($method){ case 'rsync': $mntcmd = ""; // rsync needs no mount cmd break; - #jz 2010-02-24 - # Newer Fedora versions use "mount -t cifs" instead of "smbmount." - # If you have an older version use "smbmount" instead. + #jz 2010-02-24 + # Newer Fedora versions use "mount -t cifs" instead of "smbmount." + # If you have an older version use "smbmount" instead. # case 'smb': $mntcmd = 'smbmount "//' . $server_handle . '/' . $this->config['smb_share'] . case 'smb': $mntcmd = 'mount -t cifs "//' . $server_handle . '/' . $this->config['smb_share'] . '" "' . $mountdir . '" -o username=' . |
From: Joe Z. <jz...@us...> - 2010-02-24 23:06:05
|
Update of /cvsroot/bobs/bobs/inc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25890/bobs/inc Modified Files: class_server.php Log Message: Newer versions of Fedora prefer "mount -t cifs" over smbmount. Index: class_server.php =================================================================== RCS file: /cvsroot/bobs/bobs/inc/class_server.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- class_server.php 15 Aug 2004 19:57:47 -0000 1.13 +++ class_server.php 24 Feb 2010 23:05:56 -0000 1.14 @@ -231,7 +231,11 @@ switch ($method){ case 'rsync': $mntcmd = ""; // rsync needs no mount cmd break; - case 'smb': $mntcmd = 'smbmount "//' . $server_handle . '/' . $this->config['smb_share'] . + #jz 2010-02-24 + # Newer Fedora versions use "mount -t cifs" instead of "smbmount." + # If you have an older version use "smbmount" instead. + # case 'smb': $mntcmd = 'smbmount "//' . $server_handle . '/' . $this->config['smb_share'] . + case 'smb': $mntcmd = 'mount -t cifs "//' . $server_handle . '/' . $this->config['smb_share'] . '" "' . $mountdir . '" -o username=' . $this->config['login'] . ',password=\'' . $this->config['password'] . '\' &>/dev/null'; |
From: Joe Z. <jz...@us...> - 2010-02-24 21:59:32
|
Update of /cvsroot/bobs/bobs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11640/bobs Modified Files: systemcheck.php Log Message: 2010-02-24 jz Avoid an error while requesting a non-recursive listing from remote systems with an older version of rsync. Index: systemcheck.php =================================================================== RCS file: /cvsroot/bobs/bobs/systemcheck.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- systemcheck.php 1 Jun 2004 06:18:37 -0000 1.10 +++ systemcheck.php 24 Feb 2010 21:59:22 -0000 1.11 @@ -450,7 +450,7 @@ if ($method == "rsync"){ $rsync_share = $config['rsync_share']; - $rsync = "rsync -n " . $server . '::' . $rsync_share; + $rsync = "rsync -n --no-dirs " . $server . '::' . $rsync_share; $t->assign ('ITEM', "Using rsync to list files for backup method \"$method\" using this command:<br> $rsync"); $srvtmpl->assign ('COMMAND', "$rsync"); // the mount command |
From: Joe Z. <jz...@us...> - 2007-07-02 23:12:27
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20485 Modified Files: Makefile.am Makefile.in Log Message: Some docs not included in distribution. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.am,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Makefile.am 28 May 2005 22:02:45 -0000 1.20 +++ Makefile.am 2 Jul 2007 23:12:27 -0000 1.21 @@ -33,7 +33,7 @@ dist_html_DATA = $(wildcard *.php *.css) EXTRA_DIST = bobs.spec config.patch backup.patch cmdloopd.patch \ - FILES LICENSE VERSION + FILES LICENSE VERSION BUGS FAQ RELEASE-NOTES # # Other files to be removed before distribution Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Makefile.in 28 May 2005 22:02:46 -0000 1.20 +++ Makefile.in 2 Jul 2007 23:12:27 -0000 1.21 @@ -154,7 +154,7 @@ # The 'dist_' prefix tells 'make dist' to distribute these files. dist_html_DATA = $(wildcard *.php *.css) EXTRA_DIST = bobs.spec config.patch backup.patch cmdloopd.patch \ - FILES LICENSE VERSION + FILES LICENSE VERSION BUGS FAQ RELEASE-NOTES # |
From: Joe Z. <jz...@us...> - 2007-07-02 21:46:28
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18501 Modified Files: bobs.spec Log Message: Prepare bug fix release 0.6.4 Index: bobs.spec =================================================================== RCS file: /cvsroot/bobs/bobs/bobs.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- bobs.spec 28 May 2005 22:02:46 -0000 1.9 +++ bobs.spec 2 Jul 2007 21:46:27 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Browseable Online Backup System (BOBS). Name: bobs -Version: 0.6.3 +Version: 0.6.4 Release: 1 License: GPL Group: Applications/Archiving |
From: Joe Z. <jz...@us...> - 2007-07-02 21:14:00
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4533 Modified Files: configure.in configure Log Message: Prepare bug fix release 0.6.4 Index: configure.in =================================================================== RCS file: /cvsroot/bobs/bobs/configure.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- configure.in 28 May 2005 22:02:46 -0000 1.20 +++ configure.in 2 Jul 2007 21:14:00 -0000 1.21 @@ -15,13 +15,13 @@ dnl> a service. PACKAGE=bobs -VERSION=0.6.3 +VERSION=0.6.4 dnl> dnl> Verify we're in the right directory by looking for a unique file. dnl> -AC_INIT(bobs, 0.6.3) +AC_INIT(bobs, 0.6.4) AC_CONFIG_SRCDIR(admin.php) AM_INIT_AUTOMAKE Index: configure =================================================================== RCS file: /cvsroot/bobs/bobs/configure,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- configure 28 May 2005 22:02:46 -0000 1.18 +++ configure 2 Jul 2007 21:14:00 -0000 1.19 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for bobs 0.6.3. +# Generated by GNU Autoconf 2.59 for bobs 0.6.4. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ # Identity of this package. PACKAGE_NAME='bobs' PACKAGE_TARNAME='bobs' -PACKAGE_VERSION='0.6.3' -PACKAGE_STRING='bobs 0.6.3' +PACKAGE_VERSION='0.6.4' +PACKAGE_STRING='bobs 0.6.4' PACKAGE_BUGREPORT='' ac_unique_file="admin.php" @@ -722,7 +722,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bobs 0.6.3 to adapt to many kinds of systems. +\`configure' configures bobs 0.6.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -784,7 +784,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bobs 0.6.3:";; + short | recursive ) echo "Configuration of bobs 0.6.4:";; esac cat <<\_ACEOF @@ -891,7 +891,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -bobs configure 0.6.3 +bobs configure 0.6.4 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -905,7 +905,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bobs $as_me 0.6.3, which was +It was created by bobs $as_me 0.6.4, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1541,7 +1541,7 @@ # Define the identity of the package. PACKAGE='bobs' - VERSION='0.6.3' + VERSION='0.6.4' cat >>confdefs.h <<_ACEOF @@ -2263,7 +2263,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by bobs $as_me 0.6.3, which was +This file was extended by bobs $as_me 0.6.4, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2318,7 +2318,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -bobs config.status 0.6.3 +bobs config.status 0.6.4 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
From: Joe Z. <jz...@us...> - 2007-07-02 20:51:14
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21531 Modified Files: INSTALL Log Message: Prepare bug fix release 0.6.4 Index: INSTALL =================================================================== RCS file: /cvsroot/bobs/bobs/INSTALL,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- INSTALL 18 Apr 2004 23:25:36 -0000 1.26 +++ INSTALL 2 Jul 2007 20:51:12 -0000 1.27 @@ -334,8 +334,6 @@ Please report all bugs. Make suggestions. Send patches. Make better documentation, and PLEASE correct any spellling errors I've made ;-) -Damn .. this needs an installer script. - project page: http://sourceforge.net/projects/bobs/ |
From: Joe Z. <jz...@us...> - 2007-06-30 00:09:30
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5641 Modified Files: ChangeLog RELEASE-NOTES VERSION Log Message: Fix cleanup bug that deletes incremental files too soon. Index: ChangeLog =================================================================== RCS file: /cvsroot/bobs/bobs/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- ChangeLog 28 May 2005 22:02:45 -0000 1.19 +++ ChangeLog 30 Jun 2007 00:09:30 -0000 1.20 @@ -1,7 +1,13 @@ ChangeLog -Version ? (edit as you go) +Version 0.6.4 + Joe Zacky ( jz...@us... ) + 05-17-2006 + -- fix bug in class_cleanup.php that removed incremental files + before day 100 of the year. It was caused by the day number + being zero-supressed. For example, day number 3 would be after + day number 015. Version 0.6.3 Joe Zacky ( jz...@us... ) Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/bobs/bobs/RELEASE-NOTES,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- RELEASE-NOTES 28 May 2005 04:20:02 -0000 1.8 +++ RELEASE-NOTES 30 Jun 2007 00:09:30 -0000 1.9 @@ -39,6 +39,12 @@ /etc/init.d/cmdloopd start ------------------------- +Changes in release 0.6.4 +------------------------- + +Fixed bug that caused incremental files to be cleaned up too soon. + +------------------------- Changes in release 0.6.3 ------------------------- Index: VERSION =================================================================== RCS file: /cvsroot/bobs/bobs/VERSION,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- VERSION 28 May 2005 04:20:02 -0000 1.6 +++ VERSION 30 Jun 2007 00:09:30 -0000 1.7 @@ -1 +1 @@ -Version 0.6.3 +Version 0.6.4 |
From: Joe Z. <jz...@us...> - 2006-03-17 21:10:00
|
Update of /cvsroot/bobs/bobs/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9189/inc Modified Files: class_cleanup.php Log Message: Bug fix: Data comparison caused all incrementals to be deleted. Index: class_cleanup.php =================================================================== RCS file: /cvsroot/bobs/bobs/inc/class_cleanup.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- class_cleanup.php 23 May 2004 21:25:38 -0000 1.1 +++ class_cleanup.php 17 Mar 2006 21:09:56 -0000 1.2 @@ -30,7 +30,8 @@ $old_seconds = $old_days * $day_sec; // Seconds to retain files $today_stamp = date("U"); // Today's time stamp $old_stamp = $today_stamp - $old_seconds; // Timestamp of retention date - $this->old_date = date("Y", $old_stamp) . '.' . date("z", $old_stamp); + $this->old_date = date("Y", $old_stamp) . '.' + . sprintf("%03d",date("z", $old_stamp)); } //////////////////////////////////////////////////////////////////// |
From: Joe Z. <jz...@us...> - 2005-05-28 22:31:11
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17198 Modified Files: TODO Log Message: Get ready for release 0.6.3. Index: TODO =================================================================== RCS file: /cvsroot/bobs/bobs/TODO,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- TODO 28 May 2005 04:20:02 -0000 1.28 +++ TODO 28 May 2005 22:30:58 -0000 1.29 @@ -73,6 +73,13 @@ Priority: Medium It adds flexibility in choosing the database platform. +Allow use of customizable templates for backups. + I've created templates for smb and rsync-ssh backups. + Need to create templates for the rest of the backup types. + Then create a custom template directory that will override + the installed templates so people can copy templates there and + customize things if they want to. + ----- WISHLIST ------ (Add anything you would like to see in the future, in detail if possible) |
From: Joe Z. <jz...@us...> - 2005-05-28 22:03:00
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1196 Modified Files: ChangeLog Makefile.am Makefile.in bobs.spec configure configure.in Removed Files: mkinstalldirs Log Message: Get ready for release 0.6.3. Index: ChangeLog =================================================================== RCS file: /cvsroot/bobs/bobs/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChangeLog 28 May 2005 04:20:02 -0000 1.18 +++ ChangeLog 28 May 2005 22:02:45 -0000 1.19 @@ -5,15 +5,18 @@ Version 0.6.3 Joe Zacky ( jz...@us... ) + 05-28-2005 + -- Replaced 'mkinstalldirs' with 'install-sh -d' in Makefile.am. + 'mkinstalldirs' is obsolete. 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' + -- 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. + -- Add completion status messages to bobs.log and optional email. 08-08-2004 - --Fixed several PHP Notices: + -- 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 Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.am 23 May 2004 21:25:37 -0000 1.19 +++ Makefile.am 28 May 2005 22:02:45 -0000 1.20 @@ -79,7 +79,7 @@ # Create bobs data directories - $(srcdir)/mkinstalldirs $(myBOBSDATA)/current/process/cmd \ + $(srcdir)/install-sh -d $(myBOBSDATA)/current/process/cmd \ $(myBOBSDATA)/current/process/mounts \ $(myBOBSDATA)/current/process/session @@ -164,7 +164,7 @@ # make the rpm directories RPMDIR = $(PWD)/rpmdir - mkdir -p \ + $(srcdir)/install-sh -d \ $(RPMDIR)/BUILD \ $(RPMDIR)/SPECS \ $(RPMDIR)/SOURCES \ Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.in 9 Aug 2004 02:19:45 -0000 1.19 +++ Makefile.in 28 May 2005 22:02:46 -0000 1.20 @@ -622,7 +622,7 @@ # Create bobs data directories - $(srcdir)/mkinstalldirs $(myBOBSDATA)/current/process/cmd \ + $(srcdir)/install-sh -d $(myBOBSDATA)/current/process/cmd \ $(myBOBSDATA)/current/process/mounts \ $(myBOBSDATA)/current/process/session @@ -701,7 +701,7 @@ fi rpm: dist - mkdir -p \ + $(srcdir)/install-sh -d \ $(RPMDIR)/BUILD \ $(RPMDIR)/SPECS \ $(RPMDIR)/SOURCES \ Index: bobs.spec =================================================================== RCS file: /cvsroot/bobs/bobs/bobs.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- bobs.spec 18 Apr 2004 23:25:37 -0000 1.8 +++ bobs.spec 28 May 2005 22:02:46 -0000 1.9 @@ -1,6 +1,6 @@ Summary: Browseable Online Backup System (BOBS). Name: bobs -Version: 0.6.2 +Version: 0.6.3 Release: 1 License: GPL Group: Applications/Archiving Index: configure =================================================================== RCS file: /cvsroot/bobs/bobs/configure,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- configure 9 Aug 2004 02:19:45 -0000 1.17 +++ configure 28 May 2005 22:02:46 -0000 1.18 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for bobs 0.6.2. +# Generated by GNU Autoconf 2.59 for bobs 0.6.3. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ # Identity of this package. PACKAGE_NAME='bobs' PACKAGE_TARNAME='bobs' -PACKAGE_VERSION='0.6.2' -PACKAGE_STRING='bobs 0.6.2' +PACKAGE_VERSION='0.6.3' +PACKAGE_STRING='bobs 0.6.3' PACKAGE_BUGREPORT='' ac_unique_file="admin.php" @@ -722,7 +722,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bobs 0.6.2 to adapt to many kinds of systems. +\`configure' configures bobs 0.6.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -784,7 +784,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bobs 0.6.2:";; + short | recursive ) echo "Configuration of bobs 0.6.3:";; esac cat <<\_ACEOF @@ -891,7 +891,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -bobs configure 0.6.2 +bobs configure 0.6.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -905,7 +905,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bobs $as_me 0.6.2, which was +It was created by bobs $as_me 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1541,7 +1541,7 @@ # Define the identity of the package. PACKAGE='bobs' - VERSION='0.6.2' + VERSION='0.6.3' cat >>confdefs.h <<_ACEOF @@ -2263,7 +2263,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by bobs $as_me 0.6.2, which was +This file was extended by bobs $as_me 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2318,7 +2318,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -bobs config.status 0.6.2 +bobs config.status 0.6.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/bobs/bobs/configure.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- configure.in 9 Aug 2004 02:19:45 -0000 1.19 +++ configure.in 28 May 2005 22:02:46 -0000 1.20 @@ -15,13 +15,13 @@ dnl> a service. PACKAGE=bobs -VERSION=0.6.2 +VERSION=0.6.3 dnl> dnl> Verify we're in the right directory by looking for a unique file. dnl> -AC_INIT(bobs, 0.6.2) +AC_INIT(bobs, 0.6.3) AC_CONFIG_SRCDIR(admin.php) AM_INIT_AUTOMAKE --- mkinstalldirs DELETED --- |
From: Joe Z. <jz...@us...> - 2005-05-28 22:03:00
|
Update of /cvsroot/bobs/bobs/inc/servers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1196/inc/servers Modified Files: Makefile.am Makefile.in Log Message: Get ready for release 0.6.3. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/inc/servers/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 1 Jun 2004 06:18:38 -0000 1.5 +++ Makefile.am 28 May 2005 22:02:46 -0000 1.6 @@ -8,7 +8,7 @@ # httpd process must be able to write to html server dirs # so make the httpd process own the directory - $(top_srcdir)/mkinstalldirs $(myWEBDIR)/inc/servers + $(top_srcdir)/install-sh -d $(myWEBDIR)/inc/servers if test -n "$(myHTTPDUSER)"; then \ chown -R $(myHTTPDUSER) $(myWEBDIR)/inc/servers \ Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/inc/servers/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.in 9 Aug 2004 02:19:46 -0000 1.9 +++ Makefile.in 28 May 2005 22:02:46 -0000 1.10 @@ -293,7 +293,7 @@ # httpd process must be able to write to html server dirs # so make the httpd process own the directory - $(top_srcdir)/mkinstalldirs $(myWEBDIR)/inc/servers + $(top_srcdir)/install-sh -d $(myWEBDIR)/inc/servers if test -n "$(myHTTPDUSER)"; then \ chown -R $(myHTTPDUSER) $(myWEBDIR)/inc/servers \ |
From: Joe Z. <jz...@us...> - 2005-05-28 04:25:13
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32070 Modified Files: BUGS Log Message: Get ready for release 0.6.3. Index: BUGS =================================================================== RCS file: /cvsroot/bobs/bobs/BUGS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- BUGS 27 May 2005 22:32:16 -0000 1.2 +++ BUGS 28 May 2005 04:25:05 -0000 1.3 @@ -1,6 +1,10 @@ BOBS BUGS -Remove these items as their fixed and put a not in ChangeLog. +Remove these items as they're fixed and put a note in ChangeLog. + +- Reported by several people. + After installing bobs, the admin password doesn't work. + Could be related to 'php' command not found in $PATH? - Reported by Joe Zacky 05-26-2005 Files over 2GB show in the restore menu as 0 bytes with a date of Dec 31, |
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 |