- 537
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 contact management by syncing GitHub pull request notes with Pipedrive. Enhance productivity with this automated n8n workflow.
Enhance customer insights by integrating Qdrant with Python in n8n. Streamline data processing and gain valuable insights effortlessly.
Automate contact syncing to enhance email marketing. Use n8n to effortlessly connect HubSpot and Mailchimp, ensuring your lists are always up-to-date.
Help us find the best n8n templates
A curated directory of the best n8n templates for workflow automations.