mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-22 18:34:03 -04:00
kill all the checkpoints when pruning, except the latest one which might be
useful for continuing an interrupted backup. kill the latest checkpoint also
if it is already superceded by a successful backup.
note: this only works on checkpoints matched by --prefix, other checkpoints
are not touched.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| archive.py | ||
| archiver.py | ||
| benchmark.py | ||
| chunker.py | ||
| compress.py | ||
| conftest.py | ||
| crypto.py | ||
| hashindex.py | ||
| helpers.py | ||
| key.py | ||
| locking.py | ||
| logger.py | ||
| lrucache.py | ||
| platform.py | ||
| repository.py | ||
| shellpattern.py | ||
| upgrader.py | ||
| xattr.py | ||