S3 backup bucket does not purge older files

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
rokoyato
Advanced member
Advanced member
Posts: 86
Joined: Mon Jun 29, 2020 9:12 am

S3 backup bucket does not purge older files

Post by rokoyato »

Hi,

Currently trying minio S3 bucket for backup with Zimbra 9 NE.

I realized today, the backups are not purged when the files are older than the limit set in backup option (I have all backups since september even if my limit is 30 days).

Zimbra seems to be able to execute the purge action but this purge seems to only after the local /opt/zimbra/backup directory...

I've created a really simple policies (not secure but it's testing environnement) :

Code: Select all

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "s3:*"
            ],
            "Resource": [
                "arn:aws:s3:::TestZimbraS3*"
            ]
        }
    ]
}
Does anyone know how I can fix this ? I want to move all my NFS backups to S3 but this problem is currently blocking my path :(

Regards
Post Reply