1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-14 18:36:40 +00:00
borg/docs/internals
Thomas Waldmann c704e5ea9e
new warnings infrastructure to support modern exit codes
- implement updating exit code based on severity, including modern codes
- extend print_warning with kwargs wc (warning code) and wt (warning type)
- update a global warnings_list with warning_info elements
- create a class hierarchy below BorgWarning class similar to Error class
- diff: change harmless warnings about speed to rc == 0
- delete --force --force: change harmless warnings to rc == 0

Also:

- have BackupRaceConditionError as a more precise subclass of BackupError
2024-02-14 01:26:12 +01:00
..
compaction.odg Fix transparency level 2022-08-09 21:20:44 +02:00
compaction.png Fix transparency level 2022-08-09 21:20:44 +02:00
data-structures.rst docs: removed TAMs, introduce typed repo objects 2023-09-24 20:11:00 +02:00
encryption-aead.odg docs: update security docs about new one-step KDF 2023-12-02 20:35:16 +01:00
encryption-aead.png docs: update security docs about new one-step KDF 2023-12-02 20:35:16 +01:00
frontends.rst new warnings infrastructure to support modern exit codes 2024-02-14 01:26:12 +01:00
object-graph.odg
object-graph.png
security.rst docs: update security docs about new one-step KDF 2023-12-02 20:35:16 +01:00
structure.odg
structure.png