Expand description
Backup commands with full implementation
Supports:
- Full and incremental backups
- Compression (zstd, gzip, none)
- Encryption (AES-256-GCM with Argon2 key derivation)
- S3/Object storage upload
- Verification and checksums
Structs§
Enums§
Functions§
- create_
local_ backup - Create local backup (standalone implementation)
- decompress_
data - decrypt_
data - full
- Create a full backup
- incremental
- Create an incremental backup
- list_
backups - List available backups
- upload_
s3 - Upload backup to S3-compatible storage
- verify
- Verify backup integrity
- verify_
local_ backup - Verify local backup file