From: Joe Z. <jz...@us...> - 2003-04-01 03:24:29
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1:/tmp/cvs-serv20410 Modified Files: TODO Log Message: Add suggestions from Murray Curtis. Index: TODO =================================================================== RCS file: /cvsroot/bobs/bobs/TODO,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- TODO 28 Mar 2003 03:38:22 -0000 1.12 +++ TODO 1 Apr 2003 03:24:26 -0000 1.13 @@ -41,6 +41,31 @@ has started. Make cmdloop start as a service from the init.d directory. +--- Suggestions from Murray Curtis 3-31-2003 --- + +Edit or escape share names. + Priority: Medium + A share name with a forward slash causes problems. Either don't + allow invalid names, or escape them so they don't cause a problem. + +When backing up multiple servers using nfs, one of the nfs shares stays +mounted. + Priority: High + Sounds like a bug. + +Send optional email indicating status of backup. + Priority: High + It's important to know if the systems are getting backed up + properly each day. + +How is /bobsdata going to get cleaned up? + Priority: Medium + Will it just keep growing? + +Allow directories to be excluded as well as files. + Priority: Medium + +--- End of Murray's Suggestions --- ----- WISHLIST ------ (Add anything you would like to see in the future, in detail if possible) |