Keep a safe copy of every n8n workflow in Google Drive without lifting a finger. It is ideal for teams that want simple backups for disaster recovery, audits, and migrations. Run it on a set time and know your work is protected.
A schedule starts the run at a chosen time. A settings node holds the Google Drive folder link so you can change it in one place. The n8n node pulls all workflows from your account. A code step turns each workflow into a JSON file and prepares it for upload. The Google Drive node saves each file into your chosen folder using the workflow name. This design reduces risk, speeds up recovery, and keeps backups easy to find.
You only need access to a Google Drive folder and n8n credentials. Paste the folder URL into the settings node, connect the Google Drive and n8n credentials, and adjust the time. Expect one JSON file per workflow in your Drive. Many teams use it before big edits, when moving to a new n8n instance, or to keep proof of change history for reviews.