You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All backup space is finite, so rustic allows removing old snapshots. This can be done either manually (by specifying a snapshot ID to remove) or by using a policy that describes which snapshots to forget.
Specially the "or part".
I assume it means when you do a rustic backup <policy-switch> it'll remember that somewhere (on the snapshot) and next time forget [--prune] (prune) is called it will execute that from said policy. But it would be nice to give some examples here.
Specially for --delete-after and what other policy switches are there and or where can I find them? Do they have examples, too?
// edit
I've found https://github.com/rustic-rs/rustic/tree/main/config but even here its not quite clear what policies are available (only by taking a guess by looking at the name), also option type is missing. What can I type there?
The text was updated successfully, but these errors were encountered:
from: https://rustic.cli.rs/docs/commands/forget/intro.html
Specially the "or part".
I assume it means when you do a
rustic backup <policy-switch>
it'll remember that somewhere (on the snapshot) and next timeforget [--prune]
(prune
) is called it will execute that from said policy. But it would be nice to give some examples here.Specially for
--delete-after
and what other policy switches are there and or where can I find them? Do they have examples, too?// edit
I've found https://github.com/rustic-rs/rustic/tree/main/config but even here its not quite clear what policies are available (only by taking a guess by looking at the name), also option type is missing. What can I type there?
The text was updated successfully, but these errors were encountered: