Live data from Hacker News

BorgBackup 2 has no server-side append-only anymore

github.com

11–20 of 119 posts

Re: BorgBackup 2 has no server-side append-only anymore

#15

Is that a big deal? You should probably be doing this with zfs immutable snapshots anyway. Or equivalent feature for your filesystem.

There's not much sense in using these advanced backup tools if you're already on ZFS, even if it's just on the backup server, I would stick with something simpler. Their whole point is in reliable checksums, incremental backups, deduplication, snapshotting on top of a 'simple' classical filesystem. Sounds familiar to any ZFS user?

Dedupe is efficient in Borg. The target needs almost no RAM

Re: BorgBackup 2 has no server-side append-only anymore

#18
post #11

It seems the suggested solution is to use server credentials that lack delete permissions (and use credentials that have delete for compacting the repo), but does that protect against a compromised client simply overriding files without deleting them?

Append-only would imply yes. There is no overwriting in append-only. There is only truncate and append.

Re: BorgBackup 2 has no server-side append-only anymore

#20
post #11

It seems the suggested solution is to use server credentials that lack delete permissions (and use credentials that have delete for compacting the repo), but does that protect against a compromised client simply overriding files without deleting them?

Append-only would imply yes. There is no overwriting in append-only. There is only truncate and append.

You have misread I think.

There used to be append-only, they've removed it and suggest using a credential that has no 'delete' permission. The question asked here is whether this would protect against data being overwritten instead of deleted.

Post reply on HN