This n8n workflow automates the process of backing up your n8n workflows to Google Drive every day. It creates timestamped folders, exports all workflows as JSON files, and manages old backups by retaining only the most recent seven days. Additionally, it sends notifications via Telegram to keep you informed of the backup status.
The process begins with a schedule trigger or manual start, then creates a new folder with the current date in Google Drive. It retrieves all workflows from n8n, converts each into a JSON file, and uploads them to the designated backup folder. The workflow also searches for existing backup folders with a specific naming pattern and deletes those older than seven days, maintaining only recent copies.
Notifications are sent through Telegram upon completion, providing details and a link to the backup in Google Drive. This setup is highly practical for teams or individuals who want to ensure their workflows are securely stored, regularly organized, and easily accessible, protecting against accidental data loss and automating routine backups.
Reviews
There are no reviews yet.