gestion-backups

Manage AES-256 encrypted SQLite database backups and restores using .aex files.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/OmarMira/Coontabilidad --skill gestion-backups
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gestion-backups
Source: https://github.com/OmarMira/Coontabilidad/tree/main/.agent/skills/gestion-backups
Command: npx skills add https://github.com/OmarMira/Coontabilidad --skill gestion-backups

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures the safety and integrity of your critical accounting data by providing a robust system for creating encrypted backups and restoring them when needed.

Core Features & Use Cases

  • Encrypted Backups: Creates secure .aex files using AES-256 encryption.
  • Data Integrity: Verifies backups using SHA-256 checksums.
  • Auditable Operations: Logs all backup and restore actions.
  • Use Case: Protect your financial records from data loss by creating a daily encrypted backup of your entire accounting database.

Quick Start

Use the gestion-backups skill to create a backup of the current database.

Frequently Asked Questions about gestion-backups

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an encrypted backup of my SQLite accounting database?▼

To create an encrypted backup, the system exports your SQLite accounting database into a custom .aex file secured with AES-256 encryption. This process also generates SHA-256 checksums to verify data integrity and logs the action for auditability.

What is the best way to verify accounting data integrity during a database restore?▼

The best way to verify accounting data integrity during a restore is using SHA-256 checksums. The system validates the .aex backup file against its original checksum before restoring the SQLite database to ensure no data was corrupted.

Can I use AES-256 encryption for securing financial records in SQLite?▼

Yes, you can use AES-256 encryption to secure financial records in SQLite by generating a custom .aex backup file. This ensures your critical accounting data is safely archived and protected from unauthorized access.

Does the backup and restore process maintain logs for auditability?▼

Yes, the backup and restore process maintains logs for auditability by recording all actions performed on the accounting database. This ensures you have a traceable history of data archival and recovery operations.

What format is used for securely archiving an accounting database?▼

The .aex format is used for securely archiving an accounting database. This custom format encapsulates your SQLite data with AES-256 encryption and SHA-256 integrity checks for safe storage and recovery.

How do I restore an accounting database from a .aex backup file?▼

To restore an accounting database from a .aex backup file, the system decrypts the AES-256 encrypted archive and validates its SHA-256 checksum. It then imports the data back into your SQLite database while logging the recovery operation.