{"id":20548773,"url":"https://github.com/kenkundert/assimilate","last_synced_at":"2025-07-29T07:34:05.395Z","repository":{"id":146202556,"uuid":"398068202","full_name":"KenKundert/assimilate","owner":"KenKundert","description":"Assimilate your files to the Borg Collective","archived":false,"fork":false,"pushed_at":"2025-07-18T23:13:43.000Z","size":1343,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T03:55:19.956Z","etag":null,"topics":["borg","borgbackup","borgmatic","emborg"],"latest_commit_sha":null,"homepage":"https://assimilate.readthedocs.io","language":"Python","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/KenKundert.png","metadata":{"files":{"readme":"README.rst","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":"2021-08-19T20:35:19.000Z","updated_at":"2025-07-18T23:13:46.000Z","dependencies_parsed_at":"2024-12-17T07:45:04.557Z","dependency_job_id":"94ad52d2-c4a0-4121-bddd-5789241dfedf","html_url":"https://github.com/KenKundert/assimilate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KenKundert/assimilate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenKundert%2Fassimilate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenKundert%2Fassimilate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenKundert%2Fassimilate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenKundert%2Fassimilate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KenKundert","download_url":"https://codeload.github.com/KenKundert/assimilate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenKundert%2Fassimilate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267646190,"owners_count":24120961,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["borg","borgbackup","borgmatic","emborg"],"created_at":"2024-11-16T02:14:44.122Z","updated_at":"2025-07-29T07:34:05.387Z","avatar_url":"https://github.com/KenKundert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Assimilate — Front-End to Borg Backup\n=====================================\n\n*Assimilate your files to the Borg Collective*\n\n\n|downloads| |build status| |coverage| |rtd status| |pypi version| |python version|\n\n:Author: Ken Kundert\n:Version: 0.0b11\n:Released: 2025-06-19\n\n*Assimilate* is a simple command line utility to orchestrate backups. It is \ndesigned to make common tasks simple and efficient.  With *Assimilate*, you \nspecify all the details about your backups once in advance, and then use \na simple command line interface for your day-to-day activities.\n\n*Assimilate* is a front-end to Borg_, a powerful and fast de-duplicating backup \nprogram.  Use of *Assimilate* does not preclude the use of *Borg* directly on \nthe same repository.  The philosophy of *Assimilate* is to provide commands that \nyou would use often and in an interactive manner with the expectation that you \nwould use Borg directly for the remaining commands.\n\n*Assimilate* is intended for use with Borg_ 2.0 or newer, which is currently not \navailable in a stable release and is not recommended for general use.  If you \nare using a earlier version of *Borg* you should consider using Emborg_.  \n*Emborg* is the immediate predecessor of *Assimilate*, but *Assimilate* is not \nbackward compatible with *Emborg*.\n\n\nGetting Help\n------------\n\nYou can find the documentation here: Assimilate_.\n\nThe *help* command provides information on how to use Assimlates's various\nfeatures.  To get a listing of the topics available, use::\n\n    assimilate help\n\nThen, for information on a specific topic use::\n\n    assimilate help \u003ctopic\u003e\n\nIt is worth browsing all of the available topics at least once to get a sense of\nall that *Assimilate* can do.\n\n\n.. _borg: https://borgbackup.readthedocs.io\n.. _emborg: https://emborg.readthedocs.io\n.. _assimilate: https://assimilate.readthedocs.io\n\n.. |downloads| image:: https://pepy.tech/badge/assimilate/month\n    :target: https://pepy.tech/project/assimilate\n\n..  |build status| image:: https://github.com/KenKundert/assimilate/actions/workflows/build.yaml/badge.svg\n    :target: https://github.com/KenKundert/assimilate/actions/workflows/build.yaml\n\n.. |coverage| image:: https://coveralls.io/repos/github/KenKundert/assimilate/badge.svg?branch=master\n    :target: https://coveralls.io/github/KenKundert/assimilate?branch=master\n\n.. |rtd status| image:: https://img.shields.io/readthedocs/assimilate.svg\n    :target: https://assimilate.readthedocs.io/en/latest/?badge=latest\n\n.. |pypi version| image:: https://img.shields.io/pypi/v/assimilate.svg\n    :target: https://pypi.python.org/pypi/assimilate\n\n.. |python version| image:: https://img.shields.io/pypi/pyversions/assimilate.svg\n    :target: https://pypi.python.org/pypi/assimilate/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenkundert%2Fassimilate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenkundert%2Fassimilate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenkundert%2Fassimilate/lists"}