Skip to content

Backport typos#5851

Closed
ghost wants to merge 1296 commits intomasterfrom
unknown repository
Closed

Backport typos#5851
ghost wants to merge 1296 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Jun 16, 2021

This is a back-port attempt of #5597. It is intended to be part of issue #5837.

Note this is a manual revamp of the original merge commit due to the sheer number of differences. Notably some didn't apply because they were not present in this older version and some files were not present or were shuffled around.

README_WINDOWS.rst doesn't exist in this older release and appears to not exist anywhere else either.
src/borg/compress.pyx had no relevant typos in this release.
src/borg/helpers/errors.py and src/borg/helpers/progress.py didn't exist but their typos exist in this version under src/borg/helpers.py.

ThomasWaldmann and others added 30 commits September 25, 2020 19:58
Undeclared markers trigger a pytest warning:

    PytestUnknownMarkWarning: Unknown pytest.mark.allow_cache_wipe - is this a typo?
declare "allow_cache_wipe" marker in setup.cfg to avoid pytest warning
…rce-1.1

docs: mention double --force in prune docs
support repositories and ssh hosts in fish tab completion
Support repositories in fish tab completion (#5256)
otherwise it does not find the C compiler.

also: add a note that we want to have python-37 package (in a comment,
because it is already preinstalled in our base VM image).
vagrant: install gcc-7 on openindiana
deployment docs: add ssh-agent pull backup method

Co-authored-by: Король Алексей <a.korol@npp-crts.ru> (main work)
Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
(cherry picked from commit aef5e89)
Add ssh-agent pull backup method to docs (#5288)
"as is", needs a small tweak, see next commit.

this is the last version with separate xxh3.h that can easily
get removed. 0.8.0 integrates this and leads to strange compile
issues, see #5366 discussion.
if self test fails, also point to OS and hardware, fixes #5334
also: give a speed example for unchanged files

also: explicitly mention chmod/chown changing ctime

also: reformat one paragraph
so it does not just run on the vagrant machine, but also everywhere else.
there is a warning if one imports distutils before setuptools...
docs: how to approach borg speed issues, fixes #5371
I retired from this project in 2016, yet I still regularly get support requests by email. I rarely have time to answer those requests, which are better served by community infrastructure anyways.

I suspect other members of the borg "collective" are retired as well, but I do not want to make any claims in that regard.
ThomasWaldmann and others added 27 commits April 19, 2021 21:35
Fixes BORG_CACHE_DIR crashing borg if empty, fixes #5216
Now the FAQ warns that a sleeping computer can lead to a broken pipe
when backing up over ssh.

Fixes #5301
Depending on the number of archives in a repository, the archive check part
of the check operation can take some time, so it should have a progress
indicator as well.
add progress indicator for archive check
fix missing parameter in "did not consistently fail" msg, see #5822
handle crash due to kill stale lock race, fixes #5828
create --dry-run: fix display of kept tagfile, fixes #5834
improve docs/FAQ about append-only remote repos, fixes #5497
distutils is deprecated and gives warnings on py 3.10.

rename "clean" to "clean2" to avoid shadowing the "clean" command.
missing / healed chunks: always tell chunk ID, fixes #5704
…ng-1.1

No distutils but packaging (backport to 1.1)
Complete documentation on append-only remote repos (#5519)
)

docs: "filename with spaces" example added to exclude file, fixes #5236

note: no whitespace escaping needed, processed by borg.
Complements the documentation for pattern files and exclude files (#5520)
@ghost
Copy link
Author

ghost commented Jun 16, 2021

Oops.

@ghost ghost closed this Jun 16, 2021
@ghost ghost deleted the backport_typos branch June 17, 2021 05:10
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.