Automated Daily Backup of n8n Workflows to Google Drive

somdn_product_page

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.

Node Count

>20 Nodes

Nodes Used

code, convertToFile, googleDrive, limit, manualTrigger, n8n, noOp, scheduleTrigger, set, splitInBatches, stickyNote, telegram

Reviews

There are no reviews yet.

Be the first to review “Automated Daily Backup of n8n Workflows to Google Drive”

Your email address will not be published. Required fields are marked *