|
From: Rene R. <re...@gr...> - 2002-12-01 03:39:39
|
Nice to hear from you again! >=20 > This is a summary of the changes I made. >=20 > * Removed from ./configure the checking for programs httpd, rsync, > php, etc. This should be done in 'make check' or something. > * Using the DESTDIR variable for myBOBSDATA and myWEBDIR. > * Changed default data directory from /usr/local/share/bobsdata to > /var/bobsdata. > * Install a link to backup.php in /etc/cron.daily. I left the actual > file in bobs/cron/. The reason I moved this file was that I didn't want users starting the script from a browser (imagine 20 backups in a row). > * check_loop installs to process directory, along with cmdloop. > * Install rfasttemplates. > * Removed from ./configure the prompt for admin password. Just let > it default to 'admin' and change it manually for now. That is good. I think we should adjust bobs to refuse running when the default password has not been changed. Along with a message explaining how to change it. > * Added 'make maintainer-clean' to remove all automatically created > files for a fresh build. > * Added 'make uninstall-all' to remove all installed directories, > even if not empty. > * Added 'make cvs-clean' to remove the files that don't need to be > in the cvs tree. >=20 If you have any idea on how to add "make dist", I could try to add "make rpm". I just did that on the filmgimp release and it's working. I will need to implement the "delete files" part of bobs quite soon (I only have 70 GB left on the incremental drive. So I'm going to need it very soon.)=20 The error you have with the cmdloop output seems to be an malformed mount command. Please try running the backup without running cmdloop. The check the files in cmd/* and verify the mount commands. Please let me know what mount type it is. I may have made a mistake when doing the new templates for the shell scripts. Cheers Ren=C3=A9 |