Kenneth,
Yes, I noticed that too, and fixed it in 4.0.0alpha2. It is not fixed in
3.3.0.
My fixed was slightly different - I ignore /etc/BackupPC/config.pl if
$opts{"config-path"} is defined (not batch also). (I just noticed I used
"&", which should be benign but I'll fix that in the next release.)
@@ -160,7 +177,7 @@
my $ConfigFileOK = 1;
while ( 1 ) {
if ( $ConfigFileOK && -f "/etc/BackupPC/config.pl"
- && (!defined($opts{fhs}) || $opts{fhs}) ) {
+ && (!defined($opts{fhs}) || $opts{fhs}) &
!defined($opts{"config-path"}) ) {
$ConfigPath = "/etc/BackupPC/config.pl";
$opts{fhs} = 1 if ( !defined($opts{fhs}) );
print <<EOF;
Craig
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-devel mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/