mirror of
https://github.com/myronblair/do-server-config
synced 2026-07-27 12:54:21 -05:00
[orbis] Weekly backup 2026-07-07 — 318 files changed, 48597 insertions(+), 7 deletions(-)
This commit is contained in:
@@ -281,7 +281,7 @@ def get_uptime() -> dict:
|
||||
return {}
|
||||
|
||||
def get_services(cfg: dict) -> list:
|
||||
watch = cfg.get("watch_services", ["ollama", "homeassistant", "mysql", "nginx", "apache2"])
|
||||
watch = cfg.get("watch_services", [])
|
||||
statuses = []
|
||||
for svc in watch:
|
||||
try:
|
||||
|
||||
@@ -10,12 +10,11 @@ KEEP_DAYS=7
|
||||
|
||||
DB_USER="root"
|
||||
DB_PASS="b71e5c1a8c7457541b9c1db822de37adfa271926a38b6c20"
|
||||
DATABASES="jarvis_db toms_tjj_db tomt_ttg_db epic_parkersling epic_epic_db parker_db"
|
||||
DATABASES="toms_tjj_db tomt_ttg_db epic_parkersling epic_epic_db park_slingshot"
|
||||
|
||||
SITES=(
|
||||
"/home/epictravelexpeditions.com/public_html"
|
||||
"/home/epictravelexpeditions.com/parkerslingshot"
|
||||
"/home/jarvis.orbishosting.com/public_html"
|
||||
"/home/orbishosting.com/public_html"
|
||||
"/home/orbis.orbishosting.com/public_html"
|
||||
"/home/parkerslingshotrentals.com/public_html"
|
||||
|
||||
Reference in New Issue
Block a user