From laqrumcode
Backs up the laqrumcode database to SurrealDB format. Exports graph snapshots for lossless restore to another SurrealDB instance. Use for dump/backup commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/laqrumcode:laqrumcode-backup-nativeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in laqrumcode DB. Call `mcp__plugin_laqrumcode_laqrumcode__get_skill_body` with `name="laqrumcode-backup-native"` to load full instructions.
Body in laqrumcode DB. Call mcp__plugin_laqrumcode_laqrumcode__get_skill_body with name="laqrumcode-backup-native" to load full instructions.
npx claudepluginhub 42u/laqrumcode --plugin laqrumcodeExports laqrumcode data to JSONL for migration or ingestion into non-SurrealDB systems like Postgres, Neo4j, or OpenSearch.
Generates backup scripts for PostgreSQL, MySQL, MongoDB, and SQLite with scheduling, compression, encryption, retention policies, and restore procedures.
Implements backup strategies for databases, filesystems, and cloud resources using tar, rsync, pg_dump, AWS S3. Automates scheduling, retention, encryption, verification, and disaster recovery.