{"id":15641114,"url":"https://github.com/danie1k/rsync-backup","last_synced_at":"2026-04-28T22:31:21.039Z","repository":{"id":42073700,"uuid":"480880534","full_name":"danie1k/rsync-backup","owner":"danie1k","description":"A simple bash script wrapper for the rsync command","archived":false,"fork":false,"pushed_at":"2022-04-18T10:45:04.000Z","size":64,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T21:44:24.859Z","etag":null,"topics":["bash","bash-script","cli","rsync","rsync-backup","rsync-backup-script","rsync-backups","rsync-wrapper"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/danie1k.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}},"created_at":"2022-04-12T16:03:48.000Z","updated_at":"2022-04-13T21:25:08.000Z","dependencies_parsed_at":"2022-08-12T04:10:15.245Z","dependency_job_id":null,"html_url":"https://github.com/danie1k/rsync-backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danie1k/rsync-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danie1k%2Frsync-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danie1k%2Frsync-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danie1k%2Frsync-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danie1k%2Frsync-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danie1k","download_url":"https://codeload.github.com/danie1k/rsync-backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danie1k%2Frsync-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["bash","bash-script","cli","rsync","rsync-backup","rsync-backup-script","rsync-backups","rsync-wrapper"],"created_at":"2024-10-03T11:41:25.521Z","updated_at":"2026-04-28T22:31:21.026Z","avatar_url":"https://github.com/danie1k.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Lint](https://github.com/danie1k/rsync-backup/actions/workflows/lint.yml/badge.svg)](https://github.com/danie1k/rsync-backup/actions/workflows/lint.yml)\n[![Test](https://github.com/danie1k/rsync-backup/actions/workflows/test.yml/badge.svg)](https://github.com/danie1k/rsync-backup/actions/workflows/test.yml)\n[![MIT License](https://img.shields.io/github/license/danie1k/rsync-backup)](https://github.com/danie1k/rsync-backup/blob/master/LICENSE)\n\n# rsync-backup\nA simple bash script wrapper for the rsync command\n\n\n## Requirements\n\n- `bash` (or any other bash-compatible shell; `sh`, `dash`, etc. are not supported)\n- `dasel` (https://github.com/TomWright/dasel)\n- `jq` (https://github.com/stedolan/jq)\n- `rsync`\n- `screen`\n- `envsubst` (optional, a part of `gettext` package)\n\n\n## Usage\n\n```shell\n$ ./rsync_offsite_backup.sh [OPTIONS]\n```\n\n### Options\n\n| Argument    | Description                                         |\n|-------------|-----------------------------------------------------|\n| `-c string` | Path to config file for this job                    |\n| `-d`        | Dry run                                             |\n| `-l`        | Show list of the currently running jobs and exit    |\n| `-n string` | Custom name of the job                              |\n| `-h`        | Shows help                                          |\n\n\n## Use case scenarios\n\n### Starting new rsync job\n\n```shell\n$ ./rsync_offsite_backup.sh -c path/to/config.yml [-d] [-n]\n```\n\n### Getting list of currently active jobs\n\n```shell\n$ ./rsync_offsite_backup.sh -l\n```\n\n### Attaching to the screen of the active job\n\n```shell\n$ ./rsync_offsite_backup.sh -r\n```\n\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanie1k%2Frsync-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanie1k%2Frsync-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanie1k%2Frsync-backup/lists"}