Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Remote backup utility (Win,Linux,Mac)
« previous
next »
Print
Pages: [
1
]
Author
Topic: Remote backup utility (Win,Linux,Mac) (Read 1461 times)
mnaim
Jr. Member
Posts: 55
Karma: 5
Remote backup utility (Win,Linux,Mac)
«
on:
December 22, 2019, 10:11:58 pm »
Hi,
KoenZomers created this great backup utility for pfSense
https://github.com/KoenZomers/pfSenseBackup
Ive added support for OPNSense, because Im switching all FWs to OPNsense - great piece of SW.
Now backup tool is multiplatform thanks to .NET core framework.
So this is my small contribution to community.
All credits to KoenZomers.
Logged
fabian
Hero Member
Posts: 2769
Karma: 200
OPNsense Contributor (Language, VPN, Proxy, etc.)
Re: Remote backup utility (Win,Linux,Mac)
«
Reply #1 on:
December 22, 2019, 11:19:15 pm »
Do you know that there is a REST API for downloading the config file in OPNsense?
Just install the os-backup-api and you do not need to mess with the frontend. It is just a single call.
I could download mine with curl which has the big advantage that I do not need the .NET framework.If you really need to run it on Windows, I recommend to use curl on windows as well or powershell which has as far as I know an HTTP(S) client.
«
Last Edit: December 22, 2019, 11:21:49 pm by fabian
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Remote backup utility (Win,Linux,Mac)