This n8n workflow automates the process of backing up your n8n workflows daily by creating timestamped folders in Google Drive, exporting workflows as JSON files, and managing old backups to retain only the most recent seven days. The process begins with a scheduled trigger to initiate backups automatically or can be manually triggered. It creates a new folder with the current date, retrieves all workflows from n8n, converts each workflow into a JSON file, and uploads them into the new folder. Additionally, it searches for older backup folders and deletes those older than seven days to prevent space issues. Notifications via Telegram alert you once the backup process is complete, including a link to the backup folder. This setup is ideal for teams or individuals seeking reliable, automated backup solutions to safeguard their n8n workflows, ensuring quick recovery and organized storage.
Automated Daily Backup of n8n Workflows to Google Drive
Node Count | >20 Nodes |
---|---|
Nodes Used | code, convertToFile, googleDrive, limit, manualTrigger, n8n, noOp, scheduleTrigger, set, splitInBatches, stickyNote, telegram |
Reviews
There are no reviews yet.