Sorry to bother you, but I got no response to the users list.

I'm trying to get an FTP backup defined properly that uses the BackupFilesOnly
parameter. The documentation makes it sounds like this is the preferred method
but I just can't seem to get the settings right. Unless I don't use the
parameter at all, no files are selected/backed up.

Here is a config file from one attempt:
$Conf{BackupFilesOnly} = {
  '*' => [
    '/include'
  ],
  'C$' => []
};
$Conf{ClientNameAlias} = '192.168.1.25';
$Conf{FtpPasswd} = 'ftptest';
$Conf{FtpUserName} = 'ftptest';
$Conf{XferLogLevel} = '15';
$Conf{XferMethod} = 'ftp';
$Conf{FtpShareName} = [
  '/coder'
];
$Conf{BackupFilesExclude} = {};

Any help would be appreciated.

Dave


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
BackupPC-devel mailing list
BackupPC-devel@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to