{"id":16199911,"url":"https://github.com/agateau/deveba","last_synced_at":"2026-01-03T09:14:08.663Z","repository":{"id":1268142,"uuid":"1207217","full_name":"agateau/deveba","owner":"agateau","description":"Distributed Versionized Backup","archived":false,"fork":false,"pushed_at":"2024-07-06T16:29:33.000Z","size":130,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T04:21:19.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agateau.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":"2010-12-29T23:28:24.000Z","updated_at":"2024-07-06T16:29:37.000Z","dependencies_parsed_at":"2024-10-27T20:18:35.542Z","dependency_job_id":"ba2b7f10-33a6-4751-a76a-bc47cbdf0c70","html_url":"https://github.com/agateau/deveba","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdeveba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdeveba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdeveba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdeveba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agateau","download_url":"https://codeload.github.com/agateau/deveba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244364701,"owners_count":20441458,"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":[],"created_at":"2024-10-10T09:28:40.415Z","updated_at":"2026-01-03T09:14:08.614Z","avatar_url":"https://github.com/agateau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deveba\n\nDeveba is a simple wrapper around git and other tools to synchronize folders on multiple computers.\n\nSupported tools:\n\n- git\n- svn\n- rsync\n- unison\n\n## Setup\n\n### Adding a folder to sync\n\nCreate a git repository in the folder you want to sync:\n\n```\ncd ~/my-folder\ngit init\n# Optional: setup a .gitignore\ngit add .\ngit ci\n# Publish the new repository to some server\ngit remote add origin git/url/for/my-folder.git\n```\n\nCreate a configuration file for Deveba:\n\n```\nmkdir -p ~/.config/deveba\ncat ~/.config/deveba/deveba.xml \u003c\u003cEOF\n\u003cconfig\u003e\n  \u003cgroup name=\"daily\"\u003e\n    \u003crepo path=\"~/my-folder\"/\u003e\n    \u003c!-- Add more repo here if needed --\u003e\n  \u003c/group\u003e\n\u003c/config\u003e\nEOF\n```\n\nAdd a cron job calling Deveba with your group:\n\n```\ndeveba daily\n```\n\n### Syncing an existing folder\n\nClone the folder from the server:\n\n```\ngit clone git/url/for/my-folder.git\n```\n\nCreate a configuration file for Deveba:\n\n```\nmkdir -p ~/.config/deveba\ncat ~/.config/deveba/deveba.xml \u003c\u003cEOF\n\u003cconfig\u003e\n  \u003cgroup name=\"daily\"\u003e\n    \u003crepo path=\"~/my-folder\"/\u003e\n    \u003c!-- Add more repo here if needed --\u003e\n  \u003c/group\u003e\n\u003c/config\u003e\nEOF\n```\n\nAdd a cron job calling Deveba with your group:\n\n```\ndeveba daily\n```\n\n## Development\n\nFrom within a virtualenv:\n\n```\npip install -r requirements-dev.txt\npytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fdeveba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagateau%2Fdeveba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fdeveba/lists"}