{"id":15987947,"url":"https://github.com/chappio/rsnapshot","last_synced_at":"2025-04-04T22:14:17.400Z","repository":{"id":84820793,"uuid":"106461270","full_name":"ChappIO/rsnapshot","owner":"ChappIO","description":"Just... Rsnapshot","archived":false,"fork":false,"pushed_at":"2017-10-10T20:39:13.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-10T06:43:27.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/ChappIO.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}},"created_at":"2017-10-10T19:21:24.000Z","updated_at":"2023-02-26T01:54:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb32ae3d-15e0-4b13-b280-96becbd79c6a","html_url":"https://github.com/ChappIO/rsnapshot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChappIO%2Frsnapshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChappIO%2Frsnapshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChappIO%2Frsnapshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChappIO%2Frsnapshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChappIO","download_url":"https://codeload.github.com/ChappIO/rsnapshot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256111,"owners_count":20909240,"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-10-08T04:00:37.484Z","updated_at":"2025-04-04T22:14:17.372Z","avatar_url":"https://github.com/ChappIO.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rsnapshot in docker\nJust... rsnapshot\n\n## Usage\n\n```bash\ndocker run \\\n    --rm \\\n    -v \u003cpath to config\u003e:/config\n    -v \u003cpath to snapshots\u003e:/snapshots\n    chappio/rsnapshot\n    daily\n```\n\n## Parameters\n\n- `--rm` - delete the container after execution\n- `-v /config` - mount the volume which contains the rsnapshot configurations\n- `-v /snapshots` - mount the volume which contains the snapshots\n- `daily` - pass arguments to rsnapshot\n\n## Example\n\nSo if you wish to create a backup of the `/mnt/shares` folder you:\n\nCreate a new configuration:\n\n```bash\ndocker run --rm -v /path/to/configs:/config chappio/rsnapshot\n```\n\nUpdate your configuration:\n```bash\nnano /path/to/configs/rsnapshot.conf\n```\n\nRun the backup:\n```bash\ndocker run --rm -v /path/to/configs:/config -v /path/to/snapshots:/snapshots -v /mnt/shares:/mnt/shares:ro chappio/rsnapshot daily\n```\n\n## docker-compose\n\n```yaml\nservices:\n    rsnapshot:\n        image: chappio/rsnapshot\n        volumes:\n          - ./config:/config\n          - ./snapshots:/snapshots\n          - /mnt:/mnt\n```\n\nAnd then execute:\n\n```bash\ndocker-compose run --rm rsnapshot daily\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchappio%2Frsnapshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchappio%2Frsnapshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchappio%2Frsnapshot/lists"}