-
-
Notifications
You must be signed in to change notification settings - Fork 837
Description
Have you checked borgbackup docs, FAQ, and open Github issues?
Not extensively
Is this a BUG / ISSUE report or a QUESTION?
QUESTION (Feature request)
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
Not installed
Operating system (distribution) and version.
Arch Linux
I've got a simple-sounding feature request: Add a write-only mode, where backing up the data will not read anything from the repository (that has been encrypted). This will probably be like the append-only mode, but even more restrictive: No pruning, compaction and other things like this. I am fine if this will require parts (or the whole) of the database to be cached locally.
Why might one want such a thing, you might ask? Limiting the read access will pave the path of asymmetric encryption and scheduled backups without storing any passwords. I hope asking for this first will focus the discussion of this feature more on the technical aspects, since #672 went pretty off-topic and #120 was closed for being too broad.