Files
gh-jeremylongshore-claude-c…/skills/database-archival-system/scripts/README.md
2025-11-30 08:18:01 +08:00

476 B

Scripts

Bundled resources for database-archival-system skill

  • database_archival.py: Script to automate the archival process for PostgreSQL and MySQL, including retention policy enforcement, compression, and migration.
  • database_restore.py: Script to restore archived data from cold storage (S3, Azure Blob, GCS) back to a database.
  • compliance_check.py: Script to verify that the archival process meets specific compliance requirements (e.g., GDPR, HIPAA).