{"id":13408535,"url":"https://nils-werner.github.io/crestic/","last_synced_at":"2025-03-14T13:31:28.179Z","repository":{"id":43152116,"uuid":"228577938","full_name":"nils-werner/crestic","owner":"nils-werner","description":"Configurable Restic Wrapper","archived":false,"fork":false,"pushed_at":"2024-06-18T07:50:20.000Z","size":98,"stargazers_count":104,"open_issues_count":0,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-30T21:03:57.149Z","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":"2024-06-18T07:50:23.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":243374210,"owners_count":20280658,"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-07-30T20:00:53.464Z","updated_at":"2025-03-14T13:31:27.877Z","avatar_url":"https://github.com/nils-werner.png","language":"Python","funding_links":[],"categories":["\u003ca name=\"backup\"\u003e\u003c/a\u003eBackup"],"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/nils-werner.github.io%2Fcrestic%2F","html_url":"https://awesome.ecosyste.ms/projects/nils-werner.github.io%2Fcrestic%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/nils-werner.github.io%2Fcrestic%2F/lists"}