Craig Barratt <[EMAIL PROTECTED]> wrote on 01/13/2008 
01:26:07 AM:

 > Tim writes:
 >
 > > archive: /usr/share/BackupPC/bin/BackupPC_archive: bad reqFileName (arg
 > > #3): archiveReq.host-name.cron.0
 >
 > The error checking needs to be a bit more generous.  In particular, this
 > line in BackupPC_archive
 >
 >     if ( $ARGV[2] !~ /^([\w.]+)$/ ) {
 >
 > should be something like:
 >
 >     if ( $ARGV[2] !~ /^([\w\.\s-]+)$/ ) {

I'll make the change and let you know.  Thank you for the reply.

Will this get added to future releases?

Tim Massey

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to