Merge claude/1

This commit is contained in:
librelad 2026-05-27 01:26:27 +01:00
commit 92e585deba

View File

@ -163,7 +163,7 @@ PORTEOF
"category": "advanced",
"label": "Backup Strategy",
"type": "select",
"tooltip": "How this app is quiesced before its backup snapshot. Automatic picks the safest zero-downtime method available and falls back to stopping the app if a live dump ever fails. The Live option appears only for apps that can be backed up consistently without stopping (a database we can dump, or a static app marked live-safe).",
"tooltip": "How the app is prepared before each backup. Automatic is recommended; pick Live only if you need zero downtime.",
"advanced": true,
"options": [
{"value": "auto", "label": "Automatic (recommended)"},