mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
♻️ opnsense backup API url
This commit is contained in:
@@ -19,7 +19,7 @@ echo "Download Opnsense config file ..."
|
|||||||
curl -fsSL \
|
curl -fsSL \
|
||||||
--user "${OPNSENSE_KEY}:${OPNSENSE_SECRET}" \
|
--user "${OPNSENSE_KEY}:${OPNSENSE_SECRET}" \
|
||||||
--output "/tmp/${config_filename}" \
|
--output "/tmp/${config_filename}" \
|
||||||
"${OPNSENSE_URL}/api/backup/backup/download"
|
"${OPNSENSE_URL}/api/core/backup/download/this"
|
||||||
|
|
||||||
echo "Upload backup to s3 bucket ..."
|
echo "Upload backup to s3 bucket ..."
|
||||||
curl -fsSL \
|
curl -fsSL \
|
||||||
|
Reference in New Issue
Block a user