Richard,
I just pushed several fixes to configure.pl. Now if you specify
--dest-dir, any existing BackupPC installation should be ignored (ie, no
need to specify --config-path '' any longer).
I also fixed the PingPath and Ping6Path merging, and noticed a couple of
other things that are now fixed.
One comment, when you use --config-override, you need to specify the exact
text replacement, not the value. So instead of these settings:
--config-override XferMethod=rsync \
--config-override CgiURL=http://localhost/%{name} \
--config-override ClientNameAlias=0 \
you need to do this:
--config-override XferMethod=\"rsync\" \
--config-override CgiURL=\"http://localhost/%{name}\" \
--config-override ClientNameAlias=undef \
(undef is the way to make sure ClientNameAlias is not defined).
Craig
On Mon, Mar 27, 2017 at 12:28 PM, Richard Shaw <hobbes1...@gmail.com> wrote:
> On Mon, Mar 27, 2017 at 2:22 PM, Craig Barratt <
> cbarr...@users.sourceforge.net> wrote:
>
>> Richard,
>>
>> If I take that command, and add
>>
>> --config-path ''
>>
>> then it ignores the current installation and seems to run correctly.
>>
>
> That got it!
>
> Thanks Craig
>
> Richard
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> 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/
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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/