|
I have 39 snapshots, and docker.toml configured as: when running Why are last ones kept by "daily"? And why aren't my snapshots grouped despite having the same label? |
Replies: 4 comments
|
Hard to comment only looking at the snippet provided. Post the full output of your forget command. |
|
Hi @enboig About the grouping: Could it be that you mistyped About the "daily": You specify to keep 10 daily snapshots per group. There are just 2 daily snapshots, so they are kept by this "daily" policy (and additional by other policies which also apply) |
|
You are right, my problem was group-by. Now it works as expected. Thanks a lot. It's odd that some invalid options throw an error, but this one gets just ignored. |
Hi @enboig
About the grouping: Could it be that you mistyped
group-byand usegroupbyinstead (Which I guess will be simply ignored)?About the "daily": You specify to keep 10 daily snapshots per group. There are just 2 daily snapshots, so they are kept by this "daily" policy (and additional by other policies which also apply)