Sticky Note Automate creates a nightly backup of all workflows in Google Drive, organizing them into "n8n_backups" and "n8n_old" folders. It automatically purges backups older than 30 days, ensuring efficient storage management. This workflow runs on a schedule, streamlining backup processes and enhancing data security.
This workflow is designed for:
- Small Business Owners: Those who need to automate their backup processes without manual intervention.
- Freelancers: Individuals who manage multiple projects and require a reliable backup system for their workflows.
- IT Professionals: Users looking to maintain data integrity by automating backup tasks in Google Drive.
- Developers: Those who want to ensure their code and project files are regularly backed up and easily retrievable.
This workflow automates the backup of all current workflows in n8n to Google Drive, addressing the following issues:
- Data Loss: Prevents loss of important workflows by creating regular backups.
- Manual Management: Eliminates the need for manual backup management, saving time and reducing errors.
- Old Backup Purging: Automatically purges backups older than 30 days, ensuring that storage space is utilized effectively and outdated files are removed.
To customize this workflow:
- Change Backup Frequency: Adjust the Schedule Trigger settings to modify how often the backups occur.
- Modify Folder Names: Update the names of the backup folders in the Create n8n_backups and Create n8n_old nodes to suit your naming conventions.
- Adjust Purge Duration: Change the 30 days threshold in the purge logic to retain backups for a longer or shorter period.
- Add Additional Nodes: Integrate more nodes for additional functionalities, such as notifications upon successful backups or error handling procedures.