mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-28 13:23:12 -04:00
in the finally-block, we wait for the filter process to die. but it only dies voluntarily if all data was processed by the filter and it terminates due to EOF. otoh, if borg has thrown an early exception, e.g. "archive already exists", we need to kill the filter process to bring it to an early end. in that case, we also do not need to check the filter rc, because we know we killed it. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| checks.py | ||
| datastruct.py | ||
| errors.py | ||
| fs.py | ||
| manifest.py | ||
| misc.py | ||
| msgpack.py | ||
| parseformat.py | ||
| process.py | ||
| progress.py | ||
| time.py | ||
| yes.py | ||