Backup to GitHub
Automated scheduled backup of n8n workflows to GitHub for version control, data safety, and operational history.
View Workflow Process
Schedule Trigger
Runs the backup process on a defined interval.
Retrieve Workflows
Fetches active workflows from a self-hosted n8n instance through its API.
Format to JSON
Normalizes workflow objects into versionable JSON files.
Base64 Encoding
Encodes file content for repository API updates.
Sync to Repo
Checks existing files and commits updates only when workflow content changes.