BackupPC-users

[BackupPC-users] Making an FTP backup work with BackupFilesOnly and BackupFilesExclude

2011-01-27 09:52:28
Subject: [BackupPC-users] Making an FTP backup work with BackupFilesOnly and BackupFilesExclude
From: Dave Parce <fuzzylizards1 AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 27 Jan 2011 14:49:21 +0000 (UTC)
In the documentation, it makes note that it is more efficient to use
BackupFilesOnly with an FTP share. However, I have yet to get it to work.
BackupFilesOnly in FTP seems to be ignored. Has any one gotten it to work?

Here is my config file:
$Conf{BackupFilesOnly} = {
  'httpdocs/modules/' => [
    'color'
  ]
};
$Conf{ClientNameAlias} = 'www.somewhere.org';
$Conf{FtpShareName} = [
  'httpdocs/modules/'
];
$Conf{XferLogLevel} = '101';
$Conf{XferMethod} = 'ftp';
$Conf{BackupsDisable} = '0';
$Conf{FtpPasswd} = '*******';
$Conf{FtpUserName} = 'aperson';
$Conf{BackupFilesExclude} = {};
$Conf{FullKeepCnt} = [
  '2'
];

In this case, I get everything under httpdocs/modules/, not just what is under
httpdocs/modules/color


------------------------------------------------------------------------------
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-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>
  • [BackupPC-users] Making an FTP backup work with BackupFilesOnly and BackupFilesExclude, Dave Parce <=