mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
update faq: we have in-file checkpoints now
note: until there is some means to list and extract the (partial) checkpoint items, we do not need to talk about them.
This commit is contained in:
parent
49233be25d
commit
0ea6745250
1 changed files with 1 additions and 4 deletions
|
@ -225,10 +225,7 @@ During a backup a special checkpoint archive named ``<archive-name>.checkpoint``
|
|||
is saved every checkpoint interval (the default value for this is 30
|
||||
minutes) containing all the data backed-up until that point.
|
||||
|
||||
Checkpoints only happen between files (so they don't help for interruptions
|
||||
happening while a very large file is being processed).
|
||||
|
||||
This checkpoint archive is a valid archive (all files in it are valid and complete),
|
||||
This checkpoint archive is a valid archive,
|
||||
but it is only a partial backup (not all files that you wanted to backup are
|
||||
contained in it). Having it in the repo until a successful, full backup is
|
||||
completed is useful because it references all the transmitted chunks up
|
||||
|
|
Loading…
Reference in a new issue