Backup Manager
PassAudited by ClawScan on Feb 24, 2026.
Overview
The skill's instructions, requirements, and actions are internally consistent with a backup manager: it is an instruction-only guide that uses rsync/cron/rclone/pg_dump/mysqldump and does not request unrelated credentials or install arbitrary code.
This is a coherent backup guide, but it runs commands that change your system and can delete data. Before running: (1) review and edit all paths (USER, DEST, BACKUP_SERVER, DATABASE_NAME) so they match your system; (2) test rsync with --dry-run (-n) to confirm what will change; (3) be cautious with --delete and find -exec rm -rf commands; (4) run rclone config interactively and keep cloud credentials secure (consider encryption at rest for cloud backups); (5) ensure database dumps use appropriate DB credentials and are consistent with your app state; (6) consider where logs/backups are stored and who can access them. If you want automated installation or central credential handling, request additional code that performs safe validation and secrets management rather than running these commands as-is.
