cleanup_backups
Free disk space by deleting backup files older than a specified number of days, with a dry-run option to preview actions before removal.
Instructions
Delete old backup files to free up disk space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| older_than_days | No | Delete backups older than this many days. Default: 7 | |
| dry_run | No | Show what would be deleted without actually deleting. Default: true |