QuarkPan Backup Suite
Use this skill to deploy a production-safe backup workflow with these goals:
- Keep automated workspace backups to QuarkPan.
- Enforce account binding so uploads cannot silently go to a wrong account.
- Keep system rollback snapshots manual-only (no auto overwrite risk).
- Provide reproducible restore steps and distributable skill package.
Workflow
- Run preflight checks with
scripts/check_env.sh. - Configure backup policy using
references/commands.md. - Enforce account guard (
bind,check,rotate-*) before uploads. - Verify restore path with dry-run first.
- Keep Lighthouse snapshots manual-only; use weekly prompt policy.
- Package/share this skill with
package_skill.py.
Guardrails
- Do not auto-apply destructive restore.
- Do not auto-create system snapshots by cron.
- Require explicit confirmation for snapshot creation and snapshot rollback.
- Keep cloud upload failure non-fatal for local backup success.
References
- Command cookbook:
references/commands.md - Security and rotation policy:
references/security-policy.md - Sharing/export steps:
references/share.md