dswd
dswd
Finding duplicate files in a filesystem is not that simple, file data needs to be compared using fingerprints. This can be simplified if one already has fingerprints of all file...
If for some reason chunks are missing from the bundle repository, try to find them in the real filesystem and store them in the repository again. Where to find the...
It would be helpful if bundles do not always have to be available during zvault execution, especially during operations that do not need them. It should be possible to move...
Storage could be a crate on its own, containing: - Index - Bundle storage - Bundle/Index Integrity - Bundle map - Bundle cache - Vacuum (Chunk usage must be given)
If one or more bundles get lost, it is important to have some redundancy to reconstruct them. Redundancy can be added by taking `N` bundles, calculating their parity (XORing all...
* [x] Regular files * [x] Directories * [x] Symlinks * [x] Devices (character, block) * [x] Named pipes * [ ] Unix sockets
* Test basic functionality * Optimize performance Current status: * [x] SSH via SSHFS: works * [ ] Amazon Drive via rclone mount: does not work
## Micro tests - [ ] Utils - [x] Bitmaps - [x] CLI utils - [x] Compression - [x] Encryption - [x] Hashes - [x] Hex encoding - [ ]...