{"id":15080927,"url":"https://github.com/ansiblization/restic","last_synced_at":"2026-02-08T02:39:40.167Z","repository":{"id":243510936,"uuid":"812646432","full_name":"ansiblization/restic","owner":"ansiblization","description":"Ansible role for installing scheduled restic backup jobs on Debian or Archlinux-based hosts","archived":false,"fork":false,"pushed_at":"2024-11-14T20:32:39.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-01T12:00:36.045Z","etag":null,"topics":["ansible","ansible-role","debian","restic","systemd-service","systemd-timer","systemd-unit"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansiblization.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,"zenodo":null}},"created_at":"2024-06-09T13:39:41.000Z","updated_at":"2024-11-14T20:32:43.000Z","dependencies_parsed_at":"2024-06-09T14:04:30.072Z","dependency_job_id":"ac6a82ff-0d2e-4e55-a9c8-6cdff9a41ae6","html_url":"https://github.com/ansiblization/restic","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"5439779b3aa24073ae554f21b0a60fe877ad81fb"},"previous_names":["ansiblization/restic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ansiblization/restic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frestic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frestic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frestic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frestic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansiblization","download_url":"https://codeload.github.com/ansiblization/restic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frestic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29218117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T02:25:35.815Z","status":"ssl_error","status_checked_at":"2026-02-08T02:24:27.970Z","response_time":57,"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":["ansible","ansible-role","debian","restic","systemd-service","systemd-timer","systemd-unit"],"created_at":"2024-09-25T05:33:37.904Z","updated_at":"2026-02-08T02:39:40.138Z","avatar_url":"https://github.com/ansiblization.png","language":"Jinja","readme":"# Ansible role for installing scheduled restic backup jobs\n\nThis role depends on the [ansiblization/syslog](https://github.com/ansiblization/syslog) role for logging capabilities.\n\nThe restic jobs to be scheduled have to be defined as a list named `restic_jobs`:\n\n```yml\nrestic_jobs: [{restic_vars}, ...]\nrestic_vars:\n    name: \"{{ restic_job.name }}\"\n    paths: \"{{ restic_job.paths }}\"\n    password: \"{{ restic_job.password }}\"\n    repository: \"{{ restic_job.repository }}\"\n    compression: \"{{ restic_job.compression | default('auto') }}\"\n    schedule: \"{{ restic_job.schedule | default(None) }}\"\n    exclude: \"{{ restic_job.exclude | default([]) }}\"\n    environment: \"{{ restic_job.environment | default({}) }}\"\n    conflicts: \"{{ restic_job.conflicts | default([]) }}\"\n    state: \"{{ restic_job.state | default('present') }}\"\n    prune: \"{{ restic_job.prune | default(true) }}\"\n    keep_hourly: \"{{ restic_job.keep_daily | default(24) }}\"\n    keep_daily: \"{{ restic_job.keep_daily | default(7) }}\"\n    keep_weekly: \"{{ restic_job.keep_weekly | default(4) }}\"\n    keep_monthly: \"{{ restic_job.keep_monthly | default(6) }}\"\n    keep_yearly: \"{{ restic_job.keep_monthly | default(4) }}\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansiblization%2Frestic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansiblization%2Frestic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansiblization%2Frestic/lists"}