rawtaz
rawtaz
60 MB instead of 1 GB sounds like a huge improvement! :heart_eyes:
@vmpr As a potential workaround, you can probably split up the backup run into two or three, where the first one takes `[A-L]*`, the second `[M-T]*`, and the third the...
Sorry if I'm dense, but instead of making hacky workarounds, why don't we simply disallow the offending character(s) in tags entirely? That will keep things clean, remove the need for...
@giskou Can't you just 1) `snapshots`, 2) in the list of snapshots, locate the last one before the date you are concerned about, 3) `restore` that snapshot? It's just one...
@eprigorodov In the list of snapshots you have the dates and the snapshots ID. There's many different ways to do it, here's one using `awk`: ~~~ bash-3.2$ cat apa.txt e953e6fb...
I think you are overcomplicating it and that restic shouldn't cater to every single use case. It, if anything, would become too complex. Do few things and do it well....
Sorry for the late reply, been busy. > Would you say that this feature is not needed at all or just that it has low priority? Needed or not isn't...
@wren There is no further action needed, this PR is in the queue along with the others. It needs review and consideration, which will happen with time. For anyone wanting...
@aawsome I'm thinking it would be nice to use the same form of the noun `path` in both arguments, e.g. `--set-path` and `--set-path-from`, considering that (according to your first sentence)...
> I also upgraded restic before trying so I don't know which upgrade caused the problems. Please specify `restic version`. Lots of Linux distros use outdated restic versions, your best...