Joe writes:

> No, there is no other process writing these files.
> I launch the precopy script at prompt and it doesn't return control
> until the whole process is finished, so no backgrounding there.
> The only idea I can think of is:
> 
> - precopy is launched for /home and finishes
> - tar backup starts for /home
> - precopy is launched for /srv/www in parallel with tar backup of /home

That still shouldn't cause the problem because the backup
is running on one file system while the writing of the
precopy script is happening on the other.

Perhaps you should run a diagnostic script that sits in a
loop doing something like:

    ls -l /home/csadmin/canosoft/bbdd/atursa.sql
    ps auxww
    lsof

while the backup is running.  That will allow you to see when
the file size changes and which process is writing to it.

> BTW: Congratulations, I think you are doing an incredible job with the
> product and your work on this list. 

Thanks.  Many people contribute to the list and the project too.

Craig

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to