From: Sylvain M. <sy...@me...> - 2004-11-29 09:43:51
|
Hello, I'm trying to use bobs to backup 2 folders exported by nfs : /home/cvsroot and /home/bugs All works great for the first directory, but i can't see files of the se= cond directory with the web interface. I suspect the problem is related to the files'rights : Files in /home/bugs have the following rights : [root@machine-cvs root]# ll /home/bugs total 21000 -rw-r----- 1 mysql mysql 8868 jui 4 2003 attachments.frm -rw-r----- 1 mysql mysql 20388072 sep 27 11:09 attachments.MYD -rw-r----- 1 mysql mysql 10240 sep 27 11:09 attachments.MYI .... The backup seem's to be ok : sylvain@pasteque bobs $ ll /var/bobsdata/current/machine-cvs/bugzilla total 21000 -rw-r----- 1 76 76 8868 jui 4 2003 attachments.frm -rw-r----- 1 76 76 20388072 sep 27 11:09 attachments.MYD -rw-r----- 1 76 76 10240 sep 27 11:09 attachments.MYI ... machine-cvs contains directory i want to backup pasteque is the machine on which bobs is installed. Do the backuped files and dir have to be readable by apache to appear in = the web interface ? Have I to declare user and group mysql with uid and gid 7= 6 on the machine with bobs ? thanks for your help ! sylvain |