Carl Wilhelm Soderstrom wrote:
> On 08/17 09:16 , David Simpson wrote:
>
>> How do I prevent BackupPC from deleting the partially transfered file?
>>
>
> here's what I've done:
>
> - turn up your timeout to some ridiculously large figure. just put an extra
> zero or two at the end of the default value. Yeah, there's a possibility
> that this will cause a hung backup to tie things up for longer than it
> should; but you can always turn the value down once you have your initial
> transfer done.
>
As I mentioned to Les, this is not the initial transfer, but a new large
file which was created and needed to be backed up.
> - if the problem is that you have too many files to transfer within your
> allowed backup window (for business reasons or whatever) edit your file
> include and exclude lists, so that you can get at least some of your files
> transferred. Break it all down into manageable chunks which can be
> transferred within the allotted time. (I know this isn't your situation,
> David, but someone else may have this problem).
>
>
BackupPC copes very well with the large number of files, and normally
works well with plenty of time left over for each nightly run.
> Les' suggestion of using the -C option to compress the data is also
> worthwhile, on slow links. Here's the command I used on one particularly
> slow link.
> $Conf{RsyncClientCmd} = '$sshPath -C -o CompressionLevel=9 -c blowfish-cbc
> -q -x -l rsyncbakup $host $rsyncPath $argList+';
>
> setting the cipher (-c) to blowfish-cbc will save a few bytes and several
> CPU cycles here and there. it's not a big improvement, but it is some
> improvement
>
Thanks for the suggestions. The VPN is already compressed, so not much
point compressing again. What I really want is a way for Rsync, as used
by Pcbackup, not to delete the partially transfered file and pick up
where it left off on subsequent tries, just as running Rsync normally
does when you use the --partial option.
David
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/