{"id":29427609,"url":"https://github.com/nicolassutter/vps_backups","last_synced_at":"2026-02-25T14:37:02.238Z","repository":{"id":303986598,"uuid":"1017406337","full_name":"nicolassutter/vps_backups","owner":"nicolassutter","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-10T17:44:24.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T20:43:05.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/nicolassutter.png","metadata":{"files":{"readme":"README.md","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":"2025-07-10T13:37:26.000Z","updated_at":"2025-07-10T17:44:27.000Z","dependencies_parsed_at":"2025-07-10T20:53:42.190Z","dependency_job_id":null,"html_url":"https://github.com/nicolassutter/vps_backups","commit_stats":null,"previous_names":["nicolassutter/vps_backups"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nicolassutter/vps_backups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2Fvps_backups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2Fvps_backups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2Fvps_backups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2Fvps_backups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolassutter","download_url":"https://codeload.github.com/nicolassutter/vps_backups/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolassutter%2Fvps_backups/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264995930,"owners_count":23695065,"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":"2025-07-12T13:09:52.489Z","updated_at":"2025-10-25T15:40:30.090Z","avatar_url":"https://github.com/nicolassutter.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VPS backups\n\nSimple Dockerfile that creates an image that has everything I need to backup things on my VPS.\n\n```\nvolumes:\n  vw-data:\nservices:\n  vaultwarden:\n    image: 'vaultwarden/server:latest'\n    container_name: vaultwarden\n    restart: unless-stopped\n    volumes:\n      - 'vw-data:/data/'\n\n  # this is a dumb container, we need to set a cron job inside the container to use it\n  my_backup_solution:\n    container_name: my_backup_solution\n    image: ghcr.io/nicolassutter/vps_backups:latest\n    environment:\n      - MINIO_ENDPOINT=\n      - MINIO_ACCESS_KEY=\n      - MINIO_SECRET_KEY=\n      - MINIO_BUCKET_NAME=\n    volumes:\n      - vw-data:/vw-data:ro\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolassutter%2Fvps_backups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolassutter%2Fvps_backups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolassutter%2Fvps_backups/lists"}