Description
n8n-nodes-backupradar
n8n community node for integrating with BackupRadar’s API v2. BackupRadar is a backup monitoring and management platform that helps track and manage backup operations across multiple systems and services.
This node provides comprehensive access to BackupRadar’s backup data, allowing you to query backups, retrieve backup results, monitor backup status, and integrate backup monitoring into your n8n workflows.
Version
3.0.0 – Date range UX for Get Backups (6 May 2026) — see CHANGELOG
Features
- Backup Operations: Query and retrieve backup information with advanced filtering
- Date Range Selection: Preset ranges (Today, Last 1–31/45/60/90 Days), custom days-back, or explicit from/to dates
- Multi-Chunk Fetching: Ranges >31 days automatically split into sequential API calls and merged
- Backup Results: Access detailed backup execution results and history
- Filtering & Search: Filter backups by company, tags, status, backup methods, device types, and more
- Overview & Analytics: Get backup overview statistics and analytics
- Specialised Queries: Access inactive and retired backups
- Pagination Support: Automatic pagination handling for large result sets
- Rate Limiting: Built-in rate limiting compliance (0.5s between requests)
- Node.js >= 20.15
- n8n v1+
Requirements
Installation
Install in n8n via the GUI or manually:
npm install n8n-nodes-backupradar
Usage
Credentials
Configure the BackupRadarApi credential with your BackupRadar API key.
Operations
The Backup Radar node supports the following operations:
All list operations support pagination and can return all results or a limited set.
Development
npm install
npm run build
npm run lint
npm run typecheck
npm test
Publish
Ensure the package name follows n8n-nodes- (or @scope/n8n-nodes-), then:
npm publish --access public
License
Apache-2.0 © Max Soukhomlinov