On Tue, Nov 15, 2011 at 12:34 PM, Les Mikesell <lesmikes...@gmail.com> wrote:
> On Tue, Nov 15, 2011 at 11:02 AM, Neal Becker <ndbeck...@gmail.com> wrote:
>> Using rsync (fedora 15 server, fedora 16 client)
>>
>> I put this in nbecker1.pl:
>>
>> $Conf{BackupFilesOnly} = {
>>  '*' => [
>>   '/home/nbecker'
>>  ]
>> };
>>
>>
>> But when I try to start full backup, on the client I see:
>>
>> ps auxwww | grep rsync
>> root     13295  0.3  1.0 159092 43840 ?        Ss   11:53   0:00
>> /usr/bin/rsync --server --sender --perms --owner --group -D --links --hard-
>> links --times --block-size=2048 --recursive --one-file-system --ignore-times 
>> .
>> /

How about if you try:

$Conf{BackupFilesOnly} = ['/home/nbecker'];

Don't see the need for specifying a "share name" for Linux using rsync.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to