This n8n workflow automates the management of DigitalOcean droplets by ensuring regular backups while controlling snapshot storage. It runs every 48 hours, retrieves a list of all droplets, and for each droplet, fetches existing snapshots. If a droplet has more than four snapshots, it automatically deletes the oldest one, maintaining a set limit to prevent excessive storage use. After cleanup, the workflow creates a new snapshot for each droplet, ensuring up-to-date backups. This process is ideal for system administrators who want consistent, automated backups without manual intervention, helping to optimize storage and ensure data safety.
Automated DigitalOcean Snapshot Management Workflow
| Node Count | 11 – 20 Nodes |
|---|---|
| Nodes Used | cron, filter, httpRequest, stickyNote |

Reviews
There are no reviews yet.