Michael Eischer
Michael Eischer
Here you go: https://github.com/restic/restic/pull/4820
Any suggestion for a compact reason that would be understandable? Would `oldest hourly snapshot` work maybe?
Related to #3647. We probably could extend the release process to automatically add the `vendor/` directory to the release tarball. But we'll have to check first whether this can cause...
I"m not really sure whether it's a good idea to provide a vendor tarball after the xz incident. Yes, it would be possible for people to verify whether it actually...
That is kind of related to #3195 . The problem with marking or tagging snapshot to prevent their deletion is that changing anything, no matter what, in a snapshot would...
The exit code only has few bits that would be usable. We'd pretty soon run out of bits when trying to differentiate various problems in the exit code. I think...
You could either unset the environment variable, set it to an empty string, or pass `--repository-file ""` to restic. Then the options will no longer collide.
Judging from the description, you're looking for something like #2092 . Would removing a path prefix be sufficient for your use case or are additional path transformations necessary?
`--json` currently only works for a few selected commands. The `copy` command is not yet one of them. Which information from the log output are you interested in? Do you...
@gbe restic reads the S3 credentials from an AWS credentials file (i.e. AWS_SHARED_CREDENTIALS_FILE or ~/.aws/credentials) or Minio credentials file (i.e. MINIO_SHARED_CREDENTIALS_FILE or ~/.mc/config.json) when the credentials are not already set...