vaultik/internal/snapshot
sneak d7cd9aac27 Add end-to-end integration tests for Vaultik
- Create comprehensive integration tests with mock S3 client
- Add in-memory filesystem and SQLite database support for testing
- Test full backup workflow including chunking, packing, and uploading
- Add test to verify encrypted blob content
- Fix scanner to use afero filesystem for temp file cleanup
- Demonstrate successful backup and verification with mock dependencies
2025-07-26 15:52:23 +02:00
..
backup_test.go Major refactoring: Updated manifest format and renamed backup to snapshot 2025-07-26 03:27:47 +02:00
file_change_test.go Integrate afero filesystem abstraction library 2025-07-26 15:33:18 +02:00
manifest.go Major refactoring: Updated manifest format and renamed backup to snapshot 2025-07-26 03:27:47 +02:00
module.go Integrate afero filesystem abstraction library 2025-07-26 15:33:18 +02:00
progress.go Refactor: Move Vaultik struct and methods to internal/vaultik package 2025-07-26 14:47:26 +02:00
scanner_test.go Integrate afero filesystem abstraction library 2025-07-26 15:33:18 +02:00
scanner.go Add end-to-end integration tests for Vaultik 2025-07-26 15:52:23 +02:00
snapshot_test.go Integrate afero filesystem abstraction library 2025-07-26 15:33:18 +02:00
snapshot.go Integrate afero filesystem abstraction library 2025-07-26 15:33:18 +02:00