1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 22:24:13 +00:00
borg/docs/deployment
Thomas Waldmann 5e3f2c04d5
remove archive checkpointing
borg1 needed this due to its transactional / rollback behaviour:
if there was uncommitted stuff in the repo, next repo opening automatically
rolled back to last commit. thus we needed checkpoint archives to reference
chunks and commit the repo.

borg2 does not do that anymore, unused chunks are only removed when the
user invokes borg compact.

thus, if a borg create gets interrupted, the user can just run borg create
again and it will find some chunks are already in the repo, making progress
even if borg create gets frequently interrupted.
2024-09-07 22:00:54 +02:00
..
automated-local.rst remove archive checkpointing 2024-09-07 22:00:54 +02:00
central-backup-server.rst docs: fix some markup / linking issues 2023-06-11 23:03:21 +02:00
hosting-repositories.rst
image-backup.rst make SERIAL backup method compatible to borg2 2023-11-13 20:23:52 +01:00
non-root-user.rst docs: remove tabs 2024-02-25 12:14:52 +01:00
pull-backup.rst docs: fix some markup / linking issues 2023-06-11 23:03:21 +02:00