Closed
Conversation
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
Vagrant fixes
Fix a few issues in zsh completion
Update shell completions
…rce-1.1 docs: mention double --force in prune docs
update CHANGES
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.
upgrade bundled xxhash to 0.7.4
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.
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
It's 2021
It's 2021
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)
Author
|
Oops. |
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.rstdoesn't exist in this older release and appears to not exist anywhere else either.src/borg/compress.pyxhad no relevant typos in this release.src/borg/helpers/errors.pyandsrc/borg/helpers/progress.pydidn't exist but their typos exist in this version undersrc/borg/helpers.py.