BorgBackup 2 has no server-side append-only anymore
https://github.com/borgbackup/borg/pull/8798
#HackerNews #BorgBackup #BorgBackup2 #ServerSide #Changes #OpenSource #BackupTools

remove remainders of append-only support by ThomasWaldmann · Pull Request #8798 · borgbackup/borg
Some features like append-only repositories rely on a server-side component that enforces them (because that shall only be controllable server-side, not client-side). So, that can only work, if suc...