Re: [BackupPC-users] syntax for excluded files

2007-02-18 Thread Travis Fraser
On Sun, 2007-02-18 at 09:15 -0600, Seb wrote:
> Hi,
> 
> I'm unable to find instructions in /etc/backuppc/config.pl showing whether
> the files to exclude are relative to the included files or not.  I'm not
> sure if I say:
> 
> 
> $Conf{BackupFilesExclude} = ['/some-path', '/another-path];
> 
> 
> having:
> 
> 
> $Conf{BackupFilesOnly} = '/home/';
> 
> 
> the excluded files will be /home/some-path and /home/another-path, or the
> absolute /some-path and /another-path.  I would assume the former, but
> can't be sure.  Any advice would be appreciated.
> 
I think it depends on the transport method. You can have
$Conf{BackupFilesExclude} _or_ $Conf{BackupFilesOnly} but not both for
smb. Excludes are relative to the share name. Look at the docs.
-- 
Travis Fraser <[EMAIL PROTECTED]>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] syntax for excluded files

2007-02-18 Thread Seb
Hi,

I'm unable to find instructions in /etc/backuppc/config.pl showing whether
the files to exclude are relative to the included files or not.  I'm not
sure if I say:


$Conf{BackupFilesExclude} = ['/some-path', '/another-path];


having:


$Conf{BackupFilesOnly} = '/home/';


the excluded files will be /home/some-path and /home/another-path, or the
absolute /some-path and /another-path.  I would assume the former, but
can't be sure.  Any advice would be appreciated.


Cheers,

-- 
Seb


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/