{"id":28794245,"url":"https://github.com/linqlover/git-backup","last_synced_at":"2026-04-29T15:01:46.108Z","repository":{"id":295282276,"uuid":"989691196","full_name":"LinqLover/git-backup","owner":"LinqLover","description":"Minimalistic fire-and-forget backup tool that uses a git remote as a backup server. Every backup creates (and pushes) a new commit on a separate branch without altering the local ancestry or working copy.","archived":false,"fork":false,"pushed_at":"2025-05-24T16:23:36.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-24T17:29:01.419Z","etag":null,"topics":["backup","git","vcs"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinqLover.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T16:15:50.000Z","updated_at":"2025-05-24T16:24:21.000Z","dependencies_parsed_at":"2025-05-24T17:29:55.634Z","dependency_job_id":"f918fc8a-8008-47dc-b4d5-fb20432eaa59","html_url":"https://github.com/LinqLover/git-backup","commit_stats":null,"previous_names":["linqlover/git-backup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinqLover/git-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fgit-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fgit-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fgit-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fgit-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinqLover","download_url":"https://codeload.github.com/LinqLover/git-backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fgit-backup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260471632,"owners_count":23014255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","git","vcs"],"created_at":"2025-06-18T02:05:22.556Z","updated_at":"2026-04-29T15:01:46.103Z","avatar_url":"https://github.com/LinqLover.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-backup\n\nMinimalistic fire-and-forget backup tool that uses a git remote as a backup server.\nEvery backup creates (and pushes) a new commit on a separate branch without altering the local ancestry or working copy.  \n\n## Example\n\n```bash\n$ git-backup --push\nCreated backup commit 2e84d986188126e08f60896684cf19ae7bede88c on branch 'backup/main'.\nPushing 'backup/main' to remote...\nEnumerating objects: 6, done.\nCounting objects: 100% (6/6), done.\nDelta compression using up to 22 threads\nCompressing objects: 100% (4/4), done.\nWriting objects: 100% (4/4), 528 bytes | 528.00 KiB/s, done.\nTotal 4 (delta 1), reused 0 (delta 0), pack-reused 0\nremote: Resolving deltas: 100% (1/1), completed with 1 local object.\nTo github.com:LinqLover/git-backup.git\n * [new branch]      backup/main -\u003e christoph.thiede/backup/main\n```\n\n## Synopsis\n\n```\nUsage: git-backup.sh [--push] [BACKUP_BRANCH]\nBacks up *all* uncommitted changes into a new commit on a dedicated backup\nbranch without altering your real index or working directory.\n\nIf BACKUP_BRANCH is not specified, defaults to backup/\u003ccurrentBranch\u003e.\n\nOptions:\n  --push      Push the backup branch immediately after creating the commit.\n  -h, --help  Show this help message.\n\nExamples:\n  git-backup.sh\n  git-backup.sh my-backup-branch\n  git-backup.sh --push\n  git-backup.sh --push my-backup-branch\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinqlover%2Fgit-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinqlover%2Fgit-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinqlover%2Fgit-backup/lists"}