summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2023-12-02build_man1.2.7Thomas Waldmann
2023-12-02build_usageThomas Waldmann
2023-12-02update CHANGESThomas Waldmann
2023-12-02docs: Add "check.rebuild_refcounts" messageSophie Herold
2023-11-29Merge pull request #7952 from ThomasWaldmann/update-changes-1.2TW
update CHANGES (1.2-maint)
2023-11-27Remove period that could be interpreted as part of the command (#7946)Kevin Yin
CVE upgrade steps: remove period that could be interpreted as part of the command
2023-11-27update CHANGESThomas Waldmann
2023-11-13Add backup by SERIAL method (#7934)zDEFz
docs: create disk/partition sector backup by disk serial number
2023-11-06CVE-2023-36811 upgrade docs: consider checkpoint archives, fixes #7802Thomas Waldmann
The traceback seen there came from borg not showing a .checkpoint archive that didn't have a valid TAM and thus the user not see it / fix it: https://github.com/borgbackup/borg/issues/7802#issuecomment-1793860606
2023-11-03update CHANGESThomas Waldmann
2023-11-01docs: not only attack/unsafe, can also be a fs issue, fixes #7853Thomas Waldmann
2023-11-01docs: point to CVE-2023-36811 upgrade steps from borg 1.1 to 1.2 upgrade ↵Thomas Waldmann
steps, fixes #7899 also: use 1.2.6 to refer to the fixed version 1.2.5 had issues and was superseded by 1.2.6 just 1 day later, so we do not need to talk about that. Also, the docs point out that: """ Below, if we speak of borg 1.2.6, we mean a borg version >= 1.2.6 **or** a borg version that has the relevant security patches for this vulnerability applied (could be also an older version in that case). """ So, it now just talks about "1.2.6" at the relevant places.
2023-11-01docs: upgrade steps needed for all kinds of repos, fixes #7813Thomas Waldmann
Repos with encryption=none of course can not do real authentication (because there is no secret key material to work with). But the code always works the same way and such repos also use (and expect) TAMs, so the instructions should be followed in any case.
2023-11-01docs: consequences of borg check, fixes #7816Thomas Waldmann
2023-10-27Merge pull request #7890 from ThomasWaldmann/doc-updates-1.2TW
doc updates (1.2-maint)
2023-10-27docs: OS X -> macOSThomas Waldmann
2023-10-27docs: update macOS hint about full disk accessThomas Waldmann
2023-10-27docs: minor fixes/update to notesThomas Waldmann
2023-10-27docs: remove info about borg 1.0 files per dirThomas Waldmann
2023-10-27docs: no signature upload on pypi any moreThomas Waldmann
but we upload it on github releases, so people can check it.
2023-10-27docs: CI only on github actions nowThomas Waldmann
2023-10-27automated-local.rst: Partition table UUID match works for MBR tooazrdev
not only GPT
2023-10-27automated-local.rst: use GPT UUID for consistent udev ruleazrdev
2023-09-25update CHANGESThomas Waldmann
2023-09-02docs: minor fix to CVE-2023-36811 related upgrade instructionsThomas Waldmann
while the main issue in the code has been fixed since 1.2.5, let's better refer to 1.2.6, which has fixes in upgrade docs and code.
2023-08-31update CHANGES, incl. upgrade instructionsThomas Waldmann
2023-08-31implement BORG_WORKAROUNDS=ignore_invalid_archive_tam, see #7791Thomas Waldmann
2023-08-30fix changelog markupchangelog-1.2.51.2.5.post1Thomas Waldmann
2023-08-30fix CVE timelineThomas Waldmann
2023-08-30build_usage / build_man1.2.5Thomas Waldmann
2023-08-30update CHANGESThomas Waldmann
2023-08-30document vulnerability, repo upgrade procedureThomas Waldmann
2023-08-29build_man / build_usageThomas Waldmann
2023-08-29update CHANGESThomas Waldmann
2023-08-24docs: fix borg init command in environment.rst.incThomas Waldmann
It mentioned borg rcreate due to a bad backport from master. Must be borg init in borg 1.2.x.
2023-07-221.1.x upgrade notes: more precise borg upgrade instructions, fixes #3396Thomas Waldmann
2023-07-20build_man / build_usageThomas Waldmann
2023-07-20update CHANGESThomas Waldmann
2023-07-07Merge pull request #7702 from ThomasWaldmann/authenticated-no-key-1.2TW
BORG_WORKAROUNDS=authenticated_no_key, fixes #7700
2023-07-04Merge pull request #7709 from TimWolla/backport-doc-keep-withinTW
Backport: Improve the documentation for `--keep-within`
2023-07-04Improve the documentation for `--keep-within`Tim Düsterhus
Move the explanation below the general explanation of the `--keep-*` option behavior rephrase the last sentence to make it clear that it works like the other options that were explained in the previous paragraph. Resolves #7687 (cherry picked from commit a6f452a05023621a84a4bdca31b31a6ea0f2b73a)
2023-07-03remove coala (outdated)Thomas Waldmann
last coala release (0.11.0) is now over 6y old. when using pip install coala, a ton of stuff gets installed (expected) and a part of that downgrades some stuff we use to outdated, incompatible versions. when trying to run coala with python 3.11, it just crashes because the last release was made for py35/py36 (as seen in their setup.py). a lot of PRs and tickets pile up at the coala project on github, but noone is maintaining it.
2023-07-03BORG_WORKAROUNDS=authenticated_no_key to extract from authenticated repos ↵Thomas Waldmann
without key, fixes #7700
2023-07-01update CHANGESThomas Waldmann
2023-07-01docs: move upgrade notes to own section, see #7546Thomas Waldmann
2023-07-01mount -olocal: how to show mount in finder's sidebar, fixes #5321Thomas Waldmann
2023-06-27list: fix --pattern examples, fixes #7611Thomas Waldmann
- pattern needs to start with + - ! - first match wins - the default is to list everything, thus a 2nd pattern is needed to exclude everything not matched by 1st pattern.
2023-05-07Remove black formatting from cherry-pickSasha Boginsky
2023-05-05Installed and configured pre-commit to lint and format code. Fixes #7476Michael Deyaso
(cherry picked from commit 98d1c65b404e77756289e32d1ef718318a36ece7)
2023-03-23build_man1.2.4Thomas Waldmann