BackupPC-users

Re: [BackupPC-users] Local backups

2009-03-23 12:57:45
Subject: Re: [BackupPC-users] Local backups
From: Craig Barratt <cbarratt AT users.sourceforge DOT net>
To: Paul Dugas <Paul AT dugas DOT cc>
Date: Mon, 23 Mar 2009 09:51:43 -0700
Paul writes:

> Here's what I'm getting:
> 
>   full backup started for directory /etc (baseline backup #50)
>   Running: /usr/bin/rsync --server --sender --numeric-ids --perms --owner 
> --group -D --links --hard-links --times --block-size=2048 --recursive 
> --filter dir-merge\\\ /.backuppc-filter --ignore-times . /etc/
>   Xfer PIDs are now 24521
>   Got remote protocol 1852534357
>   Fatal error (bad version): Unknown filter rule: `dir-merge\ 
> /.backuppc-filter'

Ah, yes, you are requesting an extra layer of escaping with:

    $Conf{RsyncClientCmd} = '$rsyncPath $argList+';

Since you are executing rsync directly, you should use this:

    $Conf{RsyncClientCmd} = '$rsyncPath $argList';

Craig

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
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/

<Prev in Thread] Current Thread [Next in Thread>