Kyle
Kyle
I wanted to pick this up because I'm running into the same problem on 21.10. Ubuntu started using a strange process for their initrd, sometime around 18.04. The recommended initramfs...
As is, this patch will return 1 for an existing device with no luks header and 4 on a non-existing device. I suppose I could flesh out the check to...
The `--keep-within` flags accomplish this. From `restic forget --help`: ``` --keep-within duration keep snapshots that are newer than duration (eg. 1y5m7d2h) relative to the latest snapshot --keep-within-hourly duration keep hourly...
This depends on your `--group-by` choice. By default, this is done by the host and paths. Restic groups all the snapshots into groups according to the group-by policy you defined,...
>But I don't think the other flags such as --keep-within-daily 6w would work quite as expected. Because I assume that this would only keep 1 snapshot a day for the...
I'll whip something up next time I have a couple free hours, see if the maintainers will accept it. On July 7, 2022 2:47:06 PM PDT, Kevin Cox ***@***.***> wrote:...
Supercedes PR #2671
While I definitely think this is a great improvement, and I want to implement it, there seems to be a complete rework of the prune functionality, which will likely change...
Ah, excellent. That makes it more clear about the use case of rebuild-index. I definitely agree that it's useful to implement it here. I'll go ahead and do that, when...
>So I would suggest to merge this PR without changing eagerEntries but open a new issue. I'm learning more about the internals of Restic every day. :) Now that you've...