From frappe-apps-manager
Creates comprehensive backups of Frappe sites via bench commands, supporting database-only, files-only, or full backups with compression and path options.
How this command is triggered — by the user, by Claude, or both
Slash command
/frappe-apps-manager:frappe-backupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Frappe Backup Command Create comprehensive backups of Frappe sites: 1. **Verify bench directory**: Ensure we're in a Frappe bench 2. **List sites**: Display all available sites 3. **Get backup details**: - Site name to backup - Backup type (database only, files only, or both) - Whether to include private files - Whether to include public files - Compression preference 4. **Backup options**: Explain and offer: - Regular backup: `bench --site <site-name> backup` - With files: `bench --site <site-name> backup --with-files` - Verbose output: Add `--verbose` flag -...
Create comprehensive backups of Frappe sites:
bench --site <site-name> backupbench --site <site-name> backup --with-files--verbose flag--backup-path-db and --backup-path-filesBest practices: Remind users about the 3-2-1 backup rule and the importance of testing restore procedures.
npx claudepluginhub vyogotech/frappe-apps-manager --plugin frappe-apps-manager2plugins reuse this command
First indexed Dec 31, 2025
/frappe-backupCreates comprehensive backups of Frappe sites via bench commands, supporting database-only, files-only, or full backups with compression and path options.
/frappe-benchExecutes Frappe Bench CLI commands with site awareness, safety checks, and shortcuts for common operations like migrate, build, backup, and restore.
/frappe-benchExecutes bench commands with automatic context detection — inspects bench root, site configuration, installed apps, and remotes before acting. Emphasizes read-only checks and explicit risk flagging.