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

Dev fuse symlink #1

Closed
wants to merge 28 commits into from
Closed

Dev fuse symlink #1

wants to merge 28 commits into from

Conversation

lenzj
Copy link

@lenzj lenzj commented Mar 18, 2022

Hoping you can merge this into your pull request restic#3668 for the main restic repository. The "latest" symlink in the restic fuse snapshots folders also lists a size of zero. This applies your same fix to that section of code as well.

ahmgithubahm and others added 28 commits September 10, 2021 14:06
Since restic (or whatever library it is using) seems to respect/use AWS_PROFILE, it's worth documenting this.
Add exceptions for symlinks, sticky bits, and device nodes in the same places where the BSDSs and/or Darwin have them.
Citing Kerrisk, The Linux Programming Interface:

    The O_NOATIME flag is intended for use by indexing and backup
    programs. Its use can significantly reduce the amount of disk
    activity, because repeated disk seeks back and forth across the
    disk are not required to read the contents of a file and to update
    the last access time in the file’s i-node[.]

restic used to do this, but the functionality was removed along with the
fadvise call in restic#670.
The archiver uses FS.OpenFile, where FS is an instance of the FS
interface. This is different from fs.OpenFile, which uses the OpenFile
method provided by the fs package.
Add json output for diff command
add a note about installation via epel for RHEL / CentOS Stream 8 & 9
Fix test failures on Solaris
[#issue 3127] Add xattr support for Solaris
Loading any parent tree for these only wastes time and memory.
Fixes restic#3641, where it was shown that the most recent tree will get
picked.

--parent is now implicitly ignored when --stdin is given.
Don't set a parent for --stdin backups
ls: Fix description for --host, --tag and --path options
Simplifies cut-and-paste of IDs (and makes stylistically
consistent with other messages) restic#3659
Remove period from find messages
@lenzj lenzj closed this Mar 18, 2022
@lenzj lenzj deleted the dev-fuse-symlink branch March 18, 2022 02:31
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.