1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-12 09:30:27 +00:00
borg/docs
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
..
3rd_party
_static
_templates
borg_theme/css
deployment make SERIAL backup method compatible to borg2 2023-11-13 20:23:52 +01:00
internals new warnings infrastructure to support modern exit codes 2024-02-14 01:26:12 +01:00
man build_usage / build_man 2023-09-14 15:52:08 +02:00
misc spelling: vagrant 2023-01-12 11:24:05 -05:00
usage update "modern" error RCs (docs and code) 2024-02-13 22:58:02 +01:00
authors.rst
book.rst
changes.rst update CHANGES 2024-02-13 18:20:10 +01:00
changes_0.x.rst 'Want' fixes 2022-12-29 22:26:55 +00:00
changes_1.x.rst add 1.2.7 changes 2023-12-02 18:01:00 +01:00
conf.py replace flake8 by ruff 2023-09-04 22:15:42 +02:00
deployment.rst
development.rst scripts: update docs about make.py 2024-02-09 17:37:44 +01:00
faq.rst Fix typo 2023-12-17 01:13:43 -05:00
global.rst.inc fix sphinx warnings 2022-08-07 19:14:03 +02:00
index.rst update CHANGES, split changelog by major version 2022-06-25 21:58:19 +02:00
installation.rst requirements are defined in pyproject.toml 2024-02-09 17:37:42 +01:00
internals.rst Docs grammar fixes 2022-12-29 22:26:54 +00:00
introduction.rst
Makefile
man_intro.rst Docs grammar fixes. 2022-12-29 00:01:48 +00:00
quickstart.rst Misc fixes. 2022-12-29 22:26:55 +00:00
quickstart_example.rst.inc docs: fix some -a / --match-archives issues 2023-05-16 00:50:50 +02:00
support.rst
usage.rst scripts/gendocs.py: make it work 2024-02-09 17:37:38 +01:00
usage_general.rst.inc