Automate Git Backups of n8n Workflows and Credentials - n8n Workflow | Neura Market
Automate Git Backups of n8n Workflows and Credentials
Automatically back up your n8n workflows and credentials to a Git repository, ensuring version control and data safety.
This workflow automates the process of exporting n8n workflows and credentials to a Git repository. It uses the n8n export command to back up workflows and credentials, then commits and pushes changes to a remote Git repository. The workflow is triggered manually or on a schedule, and only commits when there are changes, preventing unnecessary commits. This ensures that your n8n configurations are safely backed up and versioned.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Sakura Ito
cron
manualTrigger
executeCommand
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.