On Thu, Sep 27, 2007 at 12:06:48PM -0400, Dan Pritts wrote:
> I'm having "signal=pipe" issues with rsync backups, linux to linux,
> all of a sudden on 2 of my 35 clients.
> 
> I'd like to compare the xferlog.bad from multiple attempts to see what,
> if any, pattern there is.  I can't figure out how to get backuppc to save
> the xferlog.bad files; it seems to overwrite with each failed attempt.

In case someone else needs to do this, I hacked a solution with a
DumpPostUserCmd pointing to a script that does this:

 #!/bin/sh
 
 cd /backuppc/pc/hostname-here
 
 NEWDIR=`date +%Y%m%d-%H:%M`
 mkdir $NEWDIR
 cd $NEWDIR
 ln ../XferLOG* .

danno
--
Dan Pritts, System Administrator
Internet2
office: +1-734-352-4953 | mobile: +1-734-834-7224

Dive into the next wave of innovation:
Register for the Internet2 Member Meeting
http://events.internet2.edu/2007/fall-mm/

-------------------------------------------------------------------------
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