aawsome
aawsome
> Can an "already taken" snapshot be tagged with extra tags? Sure. There is the `rustic tag` command to add/remove/set tags. Note that this changes the snapshot id.
Yes, you are right. This is a better fit for the timestamp - especially as for identical files, also the latest version is taken. I'll change this.
> and when there are identical snapshots, there appear a `(+2)` next to it; could it appear a `(M)` next to a merged snapshot? or should I tag them manually?...
> And after some testing, the snapshot order in terminal isn't taken into account when merging; they are always merged keeping newest version of each file (which I think is...
> Could it be any way of identify merged snapshots? What are "labels" used for? (I don't remember seeing them in restic) You can use a label and/or tags to...
Sorry for coming back lately to this topic. I know, that what you intend is not yet possible with the `forget` command, but maybe the `-filter-fn` option would work for...
I think this refers to the `max-size` option as implemented in rest-server. This specifies actually a quota how much size the repository is allowed to occupy and rejects saving files...
About the current version: can you run with `--log=debug` and post the output?
There is the open PR #3121 which also would allow to specify more than one parent if needed. And it implements a parent-detection algorithm which should be able to find...
There is `restic snapshots --json` which should be the preferred way to use snapshots by a script. > ```shell > restic backup \ > --quiet \ > --files-from-raw ``` Actually,...