This n8n workflow automates the process of backing up workflow data by creating a timestamped folder in Google Drive each time it runs, saving JSON files of specific data, and then cleaning up old backups. The process begins manually or on a schedule, where a new folder is generated with a date and time stamp. The workflow then filters and processes items, converting them into JSON files and uploading each to the created folder in Google Drive. After completion, it deletes older backup folders, ensuring only recent backups are stored. This entire operation helps maintain organized, automated, and up-to-date backups of workflow data, ideal for maintaining data integrity and recovery options.
Automated Daily Backup of Workflow Data to Google Drive
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | convertToFile, filter, googleDrive, manualTrigger, n8n, scheduleTrigger, splitInBatches |
Reviews
There are no reviews yet.