BACKUP & RECOVERY SKILL

Manage encrypted Google Drive backups and restore operations with Supabase.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill backup-recovery-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: BACKUP & RECOVERY SKILL
Source: https://github.com/KuschiKuschbert/prepflow-web/tree/main/lib/backup
Command: npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill backup-recovery-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust system for backing up and restoring user data, ensuring data safety against loss or corruption.

Core Features & Use Cases

  • Automated Backups: Schedule regular, automatic backups of your data.
  • Cloud Storage Integration: Seamlessly back up to Google Drive.
  • Secure Encryption: All backups are encrypted to protect your sensitive information.
  • Flexible Restore Options: Restore your data fully, selectively, or merge it with existing data.
  • Use Case: Automatically back up your entire PrepFlow data every night to Google Drive, and be able to restore specific recipes or ingredients if they are accidentally deleted.

Quick Start

Use the backup skill to create a full backup of your data and upload it to Google Drive.

Frequently Asked Questions about BACKUP & RECOVERY SKILL

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

FAQPage Schema
How do I securely back up and restore my data to Google Drive?▼

To securely back up and restore data to Google Drive, this system supports scheduled or manual backups with AES encryption, and offers full, selective, or merge restore operations for flexible recovery.

Can I schedule automated encrypted backups to Google Drive?▼

Yes, you can schedule automated encrypted backups to Google Drive. This functionality allows regular data protection with AES encryption applied to all backup files stored in the cloud.

What restore options are available for recovering deleted data?▼

Available restore options for recovering deleted data include full restoration, selective recovery of specific items, and merge operations to combine backup data with existing records.

Do I need Supabase and Google Drive API for data backup and recovery?▼

Yes, you need Supabase for database operations and the Google Drive API for cloud storage integration to execute encrypted data backup and recovery tasks through this system.

Does AES encryption work with selective restore operations?▼

Yes, AES encryption works with selective restore operations. All backups are secured with AES encryption, ensuring data protection remains intact whether you perform a full or selective merge restore.

What's the best way to merge existing data with a restored backup?▼

The best way to merge existing data with a restored backup is using the merge restore operation, which integrates backup records with current data without overwriting your entire dataset.