dswd

Results 18 issues of 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...

enhancement

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...

enhancement

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...

enhancement

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)

enhancement

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...

enhancement

* [x] Regular files * [x] Directories * [x] Symlinks * [x] Devices (character, block) * [x] Named pipes * [ ] Unix sockets

enhancement

* Test basic functionality * Optimize performance Current status: * [x] SSH via SSHFS: works * [ ] Amazon Drive via rclone mount: does not work

enhancement

## Micro tests - [ ] Utils - [x] Bitmaps - [x] CLI utils - [x] Compression - [x] Encryption - [x] Hashes - [x] Hex encoding - [ ]...

enhancement