BackupPC-users

Re: [BackupPC-users] Large file stalls backup

2008-04-09 12:09:46
Subject: Re: [BackupPC-users] Large file stalls backup
From: John Rouillard <rouilj-backuppc AT renesys DOT com>
To: David Birnbaum <davidb AT pins DOT net>
Date: Wed, 9 Apr 2008 15:20:46 +0000
On Wed, Apr 09, 2008 at 09:20:13AM -0400, David Birnbaum wrote:
> Does anyone have a workaround or fix for this?  Is it possible to change 
> BackupPC so it doesn't remove the in-progress file, but instead
> copies it into the pool so rsync will pick up where it left off last time?
> There doesn't seem to be any downside to leaving off on the transfer
> where it was.

I tried playing with adding --partial to the rsync args, but it didn't
seem to do anything. Looking at the man page, --partial doesn't seem
like it is supported, os it probably has to be added to File::RsyncP.

> There is one other problem related to this (and big backups in
> general) - sometimes, there is enough delay that one of the rsync
> connections will timeout due to the firewall not seeing activity on
> the socket.  Is there a way to force some sort of traffic (a bogus
> keepalive) on the which socket is idle to make sure it doesn't get
> prematurely severed?

My rsync command is:

$Conf{RsyncClientCmd} = '$sshPath -q -x -l backup  -C -o
   CompressionLevel=9 -c blowfish-cbc -o ServerAliveInterval=30
   $host sudo $rsyncPath $argList+';

the ServerAliveInterval should send a ping every 30 seconds.

-- 
                                -- rouilj

John Rouillard
System Administrator
Renesys Corporation
603-244-9084 (cell)
603-643-9300 x 111

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/