Install
1
Install the plugin$
npx claudepluginhub danielrosehill/claude-code-plugins --plugin tech-researchWant just this command?
Add to a custom plugin, then install with one command.
Description
Verify backup integrity and completeness
Namespace
backup/Command Content
Verify that backups are valid and complete:
-
Backup File Integrity
- Check backup file exists and is readable
- Verify file size is reasonable
- Check file format and compression
- Attempt to open/read backup file
-
Content Verification
- List contents of backup
- Verify key files are present (configuration.yaml, etc.)
- Check for add-on data inclusion
- Verify custom component inclusion
-
Completeness Check
- Compare backup size to expected size
- Verify all configured items are backed up
- Check for missing critical files
- Ensure secrets are included (if applicable)
-
Metadata Validation
- Check backup timestamp accuracy
- Verify version information
- Confirm backup type (full/partial)
- Validate backup description
-
Accessibility Test
- Confirm backup can be accessed from restore location
- Test backup retrieval from off-site storage
- Verify proper permissions
- Check encryption status (if applicable)
-
Restore Test Recommendation
- Suggest periodic restore testing
- Document restore process
- Estimate restore time
- Identify restore dependencies
Provide detailed backup verification report with pass/fail status.
Stats
Stars1
Forks0
Last CommitNov 15, 2025
Actions