BackupPC-users

Re: [BackupPC-users] BackupFilesOnly problem

2008-10-29 09:04:12
Subject: Re: [BackupPC-users] BackupFilesOnly problem
From: Tino Schwarze <backuppc.lists AT tisc DOT de>
To: backuppc-users AT lists.sourceforge DOT net
Date: Wed, 29 Oct 2008 14:01:58 +0100
Hi,

> I've set the $Conf{XferMethod} = ''rsync";
> 
> I want to limit the backup to just one area on the clientfor the
> moment "/home/robin".  This is just a standard directory (there is
> only a / partition on the client). So In the CGI interface I set
> 
> BackupFilesOnly to "/home/robin"
> 
> Checking the /etc/BackupPC/config.pl file shows
> 
>         $Conf{BackupFilesOnly} = {
>           '/home/robin' => [
>             ''
>           ]
>         };

IIRC, this should look like:
         $Conf{BackupFilesOnly} = {
           '/' => [
             '/home/robin'
           ]
         };


('/' should be the share name you're using).

HTH,

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.lichtkreis-chemnitz.de
www.craniosacralzentrum.de

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>