Srigovind Nayak

Results 70 comments of Srigovind Nayak

I am thinking there can be a flag called `--includes-file-verbatim`, it will not process regular expressions or trim whitespaces? This will ensure the exact paths output from the `restic ls`...

Hey @MichaelEischer, I gave this some thought, my idea is that we can reduce the number of flags to `--includes`, `--includes-file`, `--excludes`, `--excludes-file`. This can be achieved by introducing a...

> Did you mean --include or actually --includes I meant `--includes`. > colons : are perfectly valid parts of filenames on unixoid systems, similarly --include-file i:/path will cause problems on...

We had implemented something similar as well. https://github.com/zmanda/zestic/pull/13 We had also added options to provide list of files to remove from the tree as well. It would be interesting to...

@MrJack91 Here is the list of snapshots before running prune: ``` konidev@lima-vm-1:~/restic$ ./restic snapshots repository b02926f5 opened (version 2, compression level auto) ID Time Host Tags Paths Size ----------------------------------------------------------------------------------------- 44f7711e...

I took a shot at adding the container signing. I currently have it working on my fork. I read the following articles before I decided to **try** container image signing...

I also explored SLSA Provenance Generation using the guide [Generation of SLSA3+ provenance for container images](https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/container#generating-provenance) available here (slsa-framework/slsa-github-generator)[https://github.com/slsa-framework/slsa-github-generator]. You can review [2fab85a](https://github.com/restic/restic/pull/4999/commits/2fab85a34a949190154b237f7d76ccdebc59d056)

@MichaelEischer do you think we should also add documentation about running restic in `SELinux` environments? The security contexts, ACL etc would be a little different? Do you think we should...

@MichaelEischer , @rawtaz I have tried my hand to solve for this enhancement request. Please review.