Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from restic:master #201

Open
wants to merge 1,063 commits into
base: master
Choose a base branch
from
Open

[pull] master from restic:master #201

wants to merge 1,063 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 11, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 11, 2024
…-volumes

backup: support specifying volume instead of path on Windows
this can for example be the case for temporary files created by the
backend implementation.
This is intended to catch problems with temporary files stored in the
backend, even if the responsible component forgets to test for those.
Remove support for legacy index format and s3 layout
The code to write the file content is never used.
The temp files used by the packer manager are either delete after
creation (unix) or marked as delete on close (windows). Thus, no
explicit cleanup is necessary.
Extract filesystem code from restic.Node
Depending on parameters the paths in a snapshot do not directly
correspond to real paths on the filesystem. Therefore, reject funcs must
use the FS interface to work correctly.
MichaelEischer and others added 30 commits November 1, 2024 19:03
prepare-release: improve handling of release from non-master branch
Bump go and golangci lint version
…ling

fs: fallback to low privilege security descriptors on access denied
A particular node should always be represented by a single instance.
This is necessary to allow the fuse library to assign a stable nodeId to
a node. macOS Sonoma trips over the previous, unstable behavior when
using fuse-t.
Forget fs.Node instances once the kernel frees the corresponding nodeId.
This ensures that restic does not run out of memory on large snapshots.
The numbers reported as `data_blobs` and `tree_blobs` are not total numbers of blobs but numbers of blobs added with the given snapshot.
The final push command now states the correct branch to push.
doc: Polish changelogs before release
The basics around how to format commits and PR settings are primarily
relevant when opening a PR for the first time. But for repeated
contributors it is tedious to always tick those checkboxes.

Co-authored-by: rawtaz <[email protected]>
backup: include start and end time in json output
…e-add-support-for-access-tiers

azure: add support for access tiers hot, cool and cold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.