- 521
Git-Based Backup Solution for n8n Workflows and Credentials
Securely automate Git backups of n8n workflows and credentials, ensuring data safety and version control with this efficient template.
Securely automate Git backups of n8n workflows and credentials, ensuring data safety and version control with this efficient template.
Who is this workflow for? This workflow automates the backup of your n8n workflows and credentials to a Git repository. By leveraging the
n8n export
command combined withgit diff
, the workflow ensures that backups are created only when changes are detected, optimizing storage and version control..
bash cd /path/to/n8n git clone <repository_url> repo
bash cd /path/to/n8n git init git remote add origin <repository_url>
bash git config user.name "Your Name" git config user.email "[email protected]"
bash cd repo git commit --allow-empty -m "Initial commit" git push -u origin master
bash npx n8n export:workflow --backup --output ./repo/workflows/ npx n8n export:credentials --backup --output ./repo/credentials/
bash cd ./repo git add . git commit -m "Backup: Exported latest workflows and credentials" git push
--decrypted
flag: bash npx n8n export:credentials --backup --output repo/credentials/ --decrypted
This workflow is ideal for:
This workflow provides an efficient and automated solution for backing up n8n workflows and credentials to a Git repository. By integrating export commands with Git operations, it ensures that your automation assets are securely versioned and easily recoverable, enhancing reliability and collaboration.
Streamline notifications by sending Webflow form submissions to Discord. Benefit from seamless integration and real-time updates with this template.
Discover social media insights to enhance sales calls. Automate data gathering and analysis with this template for better pre-call preparation.
Streamline data management by collecting Twitter posts in Airtable. Benefit from real-time updates and seamless integration with this n8n template.
Help us find the best n8n templates
A curated directory of the best n8n templates for workflow automations.