If you have any question, or difficulty, feel free to come discuss about it on my Telegram (you might find something there 🎁)
This workflow provides a fully automated system for backing up your n8n workflows to Google Drive. It runs on a schedule (which you can customize) and saves each workflow as a .json
file, named after the workflow itself. All active workflows are backed up by default and stored in a specified Google Drive folder of your choice.
A special feature of this workflow is its ability to archive and clean up old workflows. If you tag a workflow with ARCHIVE
(case-sensitive), the workflow will be backed up into a designated Archive
subfolder inside your main Google Drive folder — and then automatically deleted from your n8n instance. This keeps your workspace clean and reduces clutter while ensuring everything is safely stored.
Archive
Archive
.Once configured, the workflow will:
ARCHIVE
:
Archive
subfolderThe workflow ensures your automation logic is safely versioned, with optional cleanup for outdated or unused flows.
You can modify the schedule to run daily, weekly, or at any custom interval using the built-in Cron node.
You can also change the folder structure or naming conventions in the Google Drive nodes to match your personal or team preferences.
Workflows are archived only if they are explicitly tagged with ARCHIVE
— this tag is case-sensitive.