Re: [pfSense] Best automated configuration backup options for 2.1.5?

2015-12-15 Thread Vick Khera
Here's my config file backup script bits for pfSense: curl -k -c ${COOKIEFILE} -d "login=Login=admin=$FWPASS" https://${FWHOST}/diag_backup.php curl -k -b ${COOKIEFILE} -d "Submit=download=checked" -o config-${FWHOST}.xml https://${FWHOST}/diag_backup.php where COOKIEFILE is some secure temp

Re: [pfSense] Best automated configuration backup options for 2.1.5?

2015-12-14 Thread Brian Gupta
On Sun, Dec 13, 2015 at 10:22 PM, Jeff H wrote: > AutoConfigBackup for Gold subscribers works well and is very easy to setup. > > https://doc.pfsense.org/index.php/AutoConfigBackup > > I am not sure if it works with 2.1.5 Thanks, I got AutoConfigBackup working. > Otherwise

Re: [pfSense] Best automated configuration backup options for 2.1.5?

2015-12-14 Thread Jeff H
AutoConfigBackup for Gold subscribers works well and is very easy to setup. https://doc.pfsense.org/index.php/AutoConfigBackup I am not sure if it works with 2.1.5 Otherwise you can try the methods here to push or pull the config to another system:

[pfSense] Best automated configuration backup options for 2.1.5?

2015-12-13 Thread Brian Gupta
It looks like most are for 1.x. Thanks, Brian ___ pfSense mailing list https://lists.pfsense.org/mailman/listinfo/list Support the project with Gold! https://pfsense.org/gold