LXC snapshots.schedule recommendations and questions

Is it possible to set multiple schedules/ snapshot plans for a container?
Daily,weekly, monthly …
lxc config set c1 snapshots.schedule
“0 0 * * *”
“0 0 * * 0”
“0 0 1 * *”
Sofar pattern contains datetime, they will not collide or overwrite by a shared name.
But it gets tricky when each schedule would require its own specific pattern and expiry!

1 Like