{"id":13535892,"url":"https://github.com/nils-werner/crestic","last_synced_at":"2025-04-23T07:23:08.831Z","repository":{"id":43152116,"uuid":"228577938","full_name":"nils-werner/crestic","owner":"nils-werner","description":"Configurable Restic Wrapper","archived":false,"fork":false,"pushed_at":"2025-04-18T13:41:02.000Z","size":163,"stargazers_count":108,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-19T01:49:36.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nils-werner.github.io/crestic/","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/nils-werner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-12-17T09:14:37.000Z","updated_at":"2025-04-18T13:41:05.000Z","dependencies_parsed_at":"2023-02-09T14:30:16.106Z","dependency_job_id":"be9d32ee-b6cf-4661-9679-724a91575d1f","html_url":"https://github.com/nils-werner/crestic","commit_stats":{"total_commits":83,"total_committers":3,"mean_commits":"27.666666666666668","dds":0.03614457831325302,"last_synced_commit":"259cf9276b4e5d2226aef3778aeb6e8b49f7e9a3"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fcrestic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fcrestic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fcrestic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nils-werner%2Fcrestic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nils-werner","download_url":"https://codeload.github.com/nils-werner/crestic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250387968,"owners_count":21422237,"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-08-01T09:00:31.364Z","updated_at":"2025-04-23T07:23:08.799Z","avatar_url":"https://github.com/nils-werner.png","language":"Python","funding_links":[],"categories":["Python","Backups","Wrappers"],"sub_categories":[],"readme":"Crestic - configurable Restic\n=============================\n\nThis is a slim configuration wrapper for [Restic](https://restic.readthedocs.io/), a pretty awesome backup tool.\n\nWhy? [Because restic is unfortunately still missing config files](https://github.com/restic/restic/issues/16).\n\nUsage\n-----\n\nThe goal of `crestic` is to make running `restic` easy, e.g. creating backups using\n\n```Shell\ncrestic home backup\n```\n\ninstead of running complex `restic` commands\n\n```Shell\nrestic backup \\\n    --repo sftp:your_server:my_computer.restic \\\n    --password-file ~/.config/restic/password \\\n    --exclude-file ~/.config/restic/excludes \\\n    ~\n```\n\nTo achieve this, this tool does not try to be clever, it simply maps any *commandline options* for `restic` to a *key in an config file*:\n\n```INI\n[home]\nrepo: sftp:your_server:my_computer.restic\npassword-file: ~/.config/restic/password\n\n[home.backup]\nexclude-file: ~/.config/restic/excludes\n_arguments: ~\n```\n\nMore advanced usage examples can be found [in the docs](https://nils-werner.github.io/crestic/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnils-werner%2Fcrestic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnils-werner%2Fcrestic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnils-werner%2Fcrestic/lists"}