Keep your servers safe without babysitting backups. On a set schedule, the system trims old DigitalOcean snapshots and saves a fresh one, so you have recent restore points and controlled storage use. Ideal for small teams and agencies that manage a few droplets and want simple snapshot rules.
Every 48 hours a schedule starts the run. The flow calls the DigitalOcean API to list droplets, then gets snapshots for the target droplet. A filter checks if the snapshot count is four or more. When it hits the limit, one older snapshot is removed, and a new snapshot is created with a droplet action. All calls use header auth with your DigitalOcean API token. The result is steady snapshot rotation without logging in.
You only need a DigitalOcean account and an API token with write access. In n8n set header auth on the HTTP Request nodes, adjust the snapshot limit in the filter, and pick the schedule that fits your backup plan. By default the flow points at the first droplet in the list, so confirm the expressions target the droplet you want. Expect to cut weekly backup chores and keep storage tidy for client sites, staging servers, and single app droplets.