Clean up excludes #7811
-
Hi all, I want to exclude some specific PVCs that are really large from backups. These PVCs are already in our backups. I was wondering if it's possible to clean up the excluded resources from the S3 bucket without deleting the entire backups? I would really like to avoid deleting all the backups I have already done. I'm currently using the latest Velero version with Kopia, CSI snapshot feature and AWS plugin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Resources with the label |
Beta Was this translation helpful? Give feedback.
@jon-rei That is correct. I would make sure you have newer backups without those large volumes, and then run
velero backup delete
to remove the old ones earlier than the delete-on-expiration action. There is no functionality in Velero for modifying existing backups.