{"id":24387564,"url":"https://github.com/hofbi/dev-sync","last_synced_at":"2026-02-14T16:31:52.712Z","repository":{"id":118619464,"uuid":"159699560","full_name":"hofbi/dev-sync","owner":"hofbi","description":"Backup Tool with Repository Support","archived":false,"fork":false,"pushed_at":"2026-02-01T11:00:55.000Z","size":119,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T20:52:01.083Z","etag":null,"topics":["backup","git","mercurial","python","python3","rsync"],"latest_commit_sha":null,"homepage":"","language":"Python","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/hofbi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-11-29T16:57:36.000Z","updated_at":"2026-02-01T11:00:58.000Z","dependencies_parsed_at":"2023-11-24T22:23:39.418Z","dependency_job_id":"f881479d-5690-4510-83f8-6641fe43f35f","html_url":"https://github.com/hofbi/dev-sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hofbi/dev-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofbi%2Fdev-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofbi%2Fdev-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofbi%2Fdev-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofbi%2Fdev-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hofbi","download_url":"https://codeload.github.com/hofbi/dev-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofbi%2Fdev-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","git","mercurial","python","python3","rsync"],"created_at":"2025-01-19T12:56:54.475Z","updated_at":"2026-02-14T16:31:52.707Z","avatar_url":"https://github.com/hofbi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev Sync\n\n[![Actions Status](https://github.com/hofbi/dev-sync/workflows/CI/badge.svg)](https://github.com/hofbi/dev-sync)\n[![Actions Status](https://github.com/hofbi/dev-sync/workflows/CodeQL/badge.svg)](https://github.com/hofbi/dev-sync)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nThis is a Python-based backup tool using [rsync](https://rsync.samba.org/) including backups for repositories based on [Git](https://git-scm.com/) and [Mercurial](https://www.mercurial-scm.org/).\n\n## Usage\n\n```shell\nDev Sync\n\nusage: devsync.py [-h] [--last_update YEAR MONTH DAY] [--dry-run] target config\n\nBackup Data and Repositories to external devices.\n\npositional arguments:\n  target                Destination path the where backup should be stored\n  config                Path to config file\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --last_update YEAR MONTH DAY\n                        Last time update was performed. This will just update repositories after this date.\n                        Format: YYYY MM DD (default: (1970, 1, 1))\n  --dry-run             Perform a dry run without making real changes (default: False)\n```\n\n## Config\n\nThe config file defines which folders should be saved. A sample config could look like below, which will backup all folders from `backupFolder` list relative to `home`\n\n```shell\nhome: /home/user                    # Source root folder\n\nbackupFolder:                       # Folders that should be saved (relative to \"home\" variable)\n  - path: Pictures                  # Folder name\n  - path: Documents\n  - path: Development\n```\n\n## Development\n\n```shell\n# Install dependencies\nuv pip install -r requirements.txt\n\n# Install pre-commit hooks\npre-commit install\n\n# Run tests\npytest\n\n# Run coverage\nmake coverage\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhofbi%2Fdev-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhofbi%2Fdev-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhofbi%2Fdev-sync/lists"}