dendrite/aws-s3-backup/files/pleroma-s3-backup-lifecycle.json
author Luke Hoersten <luke@hoersten.org>
Mon, 23 Mar 2026 22:22:36 -0500
changeset 249 3542951a98cb
parent 174 431c6d5e5dd4
permissions -rw-r--r--
Fixed log rotation and log2ram sizing.

{
	 "Rules": [
		  {
				"ID": "pleroma-expiration",
				"Filter": {},
				"Status": "Enabled",
				"NoncurrentVersionExpiration": {
					 "NoncurrentDays": 30
				}
		  }
	 ]
}