{"id":23786658,"url":"https://github.com/seabbs/backup","last_synced_at":"2026-04-13T21:31:45.094Z","repository":{"id":99744544,"uuid":"222929118","full_name":"seabbs/backup","owner":"seabbs","description":"Code to automate local backups of remote code","archived":false,"fork":false,"pushed_at":"2019-11-20T12:47:02.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T19:55:47.035Z","etag":null,"topics":["backup","bash","code","github","workflow"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seabbs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-11-20T12:09:01.000Z","updated_at":"2019-11-20T14:04:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"984ea22a-5867-4cf3-a063-644549203a2d","html_url":"https://github.com/seabbs/backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seabbs/backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fbackup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fbackup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fbackup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fbackup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seabbs","download_url":"https://codeload.github.com/seabbs/backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fbackup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","bash","code","github","workflow"],"created_at":"2025-01-01T14:27:29.113Z","updated_at":"2026-04-13T21:31:45.061Z","avatar_url":"https://github.com/seabbs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manage local GitHub backups\n\nThis repository contains an approach for dealing with backing up GitHub (and other remotes) locally. **It does not backup local work to remotes.** This approach has been developed for my own use so use with care. Please let me know if you have any suggestions for improvements.\n\n# How it works\n\n* Set up an archive folder (see `example` for pointers). This folder should contain a `projects.sh` file.\n\n* `projects.sh` should contain an array of projects and `base_url` specifying where to pull from (currently this is shared across all projects).\n\n* Modify the `archives.sh` file. This should contain all folders that need to be backed up (from remotes) and that have been setup as above. See `example-archives.sh` for a runnable example.\n\n* (**Optional**) Run the following example bash command to check everything is work. *Warning: This will clone 3 of my repos - you may want to adjust this*.\n\n```bash\nbash update.sh example-archives.sh\n```\n\n* (**Optional**) Clean up the example.\n\n```bash\nmkdir tmp \u0026\u0026 cp example/projects.sh tmp/projects.sh\nrm -r -f example \u0026\u0026 mv tmp example\n```\n\n\n* Run the following bash command (modifying to use your archives file). This will clone repositories listed in each `projects.sh` when they are not present and otherwise pull new updates.\n\n```bash\nbash update.sh archives.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseabbs%2Fbackup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseabbs%2Fbackup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseabbs%2Fbackup/lists"}