varasto
varasto copied to clipboard
All your files in one simple, replicated, encrypted place - with built-in backups and configurable ransomware protection.
Fsync is obviously awesome, but considering we support replication and error detection, it might be not reasonable to hardcode fsync - maybe make it tunable (`off`, `on`, ``)?
This means we need to ask for the decryption key on startup. For most casual users this decryption key can be optionally stored on disk in plaintext so Varasto can...
Commit should have a hash that is based on parent commit's hash and current commit's changed files' hashes. In the far future we could have a ledger service that publicizes...
Work to do: - Change diskaccess interface to return raw on-disk blobs, along with required metadata to client (`keyId`, `isCompressed`) - Web UI downloadfile etc. REST endpoint probably should internally...
We already support deleting files from collections, but we don't have a mechanism for reclaiming the space, because currently we keep all past revisions forever. For actual space reclamation we...