3f09cdb5aecfb9d81f2c06d83ecad56f2b35a7e2
Simple shell script for backing up, restoring, and verifying the encrypted SQLite database (AES-256-GCM with MVNC1\0 magic header). Commands: backup — cp + magic-verify to MAVEN_BACKUP_DIR restore — cp back with confirmation prompt verify — check magic header via od (no xxd/jq dependency) list — show all backups with size and validity Portable: uses only POSIX sh, od, grep, stat. Config path resolved from mavend.json via grep or env var overrides.
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%