|
From: James W. B. <jbe...@mi...> - 2003-11-04 18:08:49
|
Rene: My VPN link is very slow (144K SDSL) and the amount of data on the Engineering share is about 7 GB. Is it possible that BOBS is somehow timing out? Running ./cmdloop manually really doesn't give me any errors. James Rene Rask wrote: >On Sun, 2003-11-02 at 22:10, James W. Beauchamp wrote: > > >>Hi all: >>I have BOBS installed and working fine except for one share on a remote box. I have three shares on this Linux box that are smbmounts of a windows share. BOBS backs up two of them just fine. But the third one it refuses to do anything with. Is there anything I should check or are there known problems with doing an rsync of an smbmounted share? It looks as if it just does not do the rsync. The directory and indexes are created normally it looks like to me. The engineering share below is the one that will not backup. >> >>drwxr-xr-x 15 root root 4096 Oct 31 09:22 accounting >>-rw-r--r-- 1 root root 8192 Nov 2 08:48 accounting.dirindex.db >>-rw-r--r-- 1 root root 1659 Nov 2 08:48 accounting.dirtree.ser >>-rw-r--r-- 1 root root 73728 Nov 2 08:48 accounting.fileindex.db >>drwxr-xr-x 11 root root 4096 Jul 22 15:13 customers >>-rw-r--r-- 1 root root 16384 Nov 2 08:48 customers.dirindex.db >>-rw-r--r-- 1 root root 5959 Nov 2 08:48 customers.dirtree.ser >>-rw-r--r-- 1 root root 6074368 Nov 2 08:48 customers.fileindex.db >>drwxr-xr-x 10 root root 4096 Nov 2 16:01 engineering >>-rw-r--r-- 1 root root 8192 Nov 2 08:48 engineering.dirindex.db >>-rw-r--r-- 1 root root 7 Nov 2 08:48 engineering.dirtree.ser >>-rw-r--r-- 1 root root 8192 Nov 2 08:48 engineering.fileindex.db >> >>Any help or pointers would be appreciated. >> >>Thanks. >> >>James >> >> >> >> > >I suggest you run the cmdloop manually to see if more errors can be >spotted. > >as root on the server running BOBS: > cd /var/bobsdata/current/process/ > killall -9 cmdloop; ./cmdloop >that should give some more information. > > >Better yet would be to try the whole chain manually. >eg. Disable the backups expect for "engineering". >Kill the cmdloop script and use the "backup now" button. >Quickly move all the files in > cd /var/bobsdata/current/process/cmd/ > to another directory and from there you can run them manually one at a >time. Just run them in the order ls gives you. Eg. smallest numbers >first. This is needed because the scripts are deleted after use when not >run manually. > >My guess is that something with the smbmount is causing problems. >Simple copying all files on the share might reveal it. > >Hope this helps. > >Rene > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Bobs-devel mailing list >Bob...@li... >https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > |