Sovereign repository backups, verifiable to the last commit.
Connect your GitHub organizations with strict read-only permissions. Our automated engine archives complete commit graphs into deterministic, point-in-time Git bundles streamed to encrypted S3 storage—restorable anywhere with standard Git tooling and zero vendor lock-in.
The bundle contains these 3 refs:7a4f912c4e1a5f6e8b2d1c3a7e5f9a1b3c5d7e9f refs/heads/mainb89e2110c73d4e6a8f1b2c5d7e9f0a2b4c6d8e1a refs/heads/release/v2.4f4118a9902b53c7e9a1b2d4e6f8a0c2e4b6d8f0a refs/tags/v2.4.1The bundle records a complete commit graph.Ref and commit integrity verification: OK
Engineered for Sovereignty, Scoped for Zero Trust
Four structural guarantees protecting your organization's source code, commit lineage, and business continuity.
Strict Read-Only Scoping
Our GitHub App requests exclusively contents:read and metadata:read permissions on explicitly selected repositories. The platform possesses zero write capability, cannot modify code, alter workflows, or touch environment secrets.
True Git Bundles (.bundle)
Unlike flat tarballs or zip archives that discard branch references and tag histories, our engine generates canonical Git bundle files. Every commit, branch ref, annotated tag, and detached head is cryptographically preserved.
Automated Retention Windows
Define predictable rolling retention windows per repository. As scheduled daily or weekly backup jobs complete, older bundles beyond the configured threshold are safely pruned, controlling storage growth without manual intervention.
One-Command Native Restoration
When disaster strikes or compliance audits occur, restore complete repository history with git clone <bundle-file>. No proprietary unpacking agents, no platform APIs, and no vendor lock-in are ever required.
Three Steps from Installation to Disaster Recovery
A transparent pipeline connecting your GitHub organizations to encrypted S3 storage, retaining verified bundles ready for immediate restoration.
Connect Scoped GitHub App
Install our GitHub App into your organization or personal account. Select the precise repositories you wish to protect with strict read-only permissions for contents and metadata.
Automated Bundle Streaming
Our headless worker executes scheduled or on-demand backup jobs. It authenticates with short-lived tokens, generates a complete Git bundle packfile, and streams it directly to your encrypted S3 bucket.
Independent Point-in-Time Restore
In the event of an outage, accidental deletion, or ransomware attack, generate secure presigned download URLs. Restore full commit history and branch trees with a single native git clone command.
One Standard Git Command. No Proprietary Tooling.
True disaster recovery means sovereign independence. If our servers disappear, your backup bundles remain fully restorable using nothing more than standard Git on any Linux, macOS, or Windows machine.
Cryptographic Ref Integrity
Every commit SHA-1/SHA-256, merge parent, branch HEAD, and annotated tag is preserved inside the bundle's packfile format. Verification confirms complete ancestry before restoration.
Zero Lock-In Guarantee
We don't use proprietary databases or obfuscated zip dumps. A Git bundle is an official, standard Git transport format supported natively by every version of Git released since 2007.
curl -o repository-2026-09-22T040000Z.bundle \
"https://s3.amazonaws.com/repo-backups-vault/...?AWSAccessKeyId=..."$ git bundle verify repository-2026-09-22T040000Z.bundle
The bundle records a complete commit graph. OK.$ git clone repository-2026-09-22T040000Z.bundle restored-repository
# Rebuilds master/main, all feature branches, and annotated release tagsClear Boundaries: Disconnection vs. Archive Purge
You maintain full sovereignty over your code. We decouple backup cessation from data destruction so compliance requirements and retention obligations are never violated accidentally.
Disconnection
Severing an Installation revokes GitHub App authorization and transitions the account to a Disconnected Installation. Scheduled backup jobs and webhook synchronization halt immediately.
Archive Purge
An explicit, user-initiated action designed for compliance with GDPR "Right to be Forgotten" mandates and data decommissioning policies. Requires deliberate user confirmation.
Frequently Asked Questions
Everything you need to know about permissions, storage security, and Git bundle restoration.
Protect your organization's Git repositories today.
Automate cryptographically verified Git bundle backups scoped strictly to read-only permissions. Complete sovereignty over every commit, branch, and tag.