{"id":24788836,"url":"https://github.com/fracpete/simple-rsync-backup","last_synced_at":"2026-05-20T14:03:52.287Z","repository":{"id":271174499,"uuid":"912604831","full_name":"fracpete/simple-rsync-backup","owner":"fracpete","description":"Simple rsync-based backup.","archived":false,"fork":false,"pushed_at":"2025-01-06T03:08:46.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T12:16:50.364Z","etag":null,"topics":["backup","bash","rsync"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fracpete.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}},"created_at":"2025-01-06T02:36:29.000Z","updated_at":"2025-01-06T03:08:49.000Z","dependencies_parsed_at":"2025-01-06T08:33:52.230Z","dependency_job_id":null,"html_url":"https://github.com/fracpete/simple-rsync-backup","commit_stats":null,"previous_names":["fracpete/simple-rsync-backup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fracpete/simple-rsync-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fsimple-rsync-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fsimple-rsync-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fsimple-rsync-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fsimple-rsync-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fracpete","download_url":"https://codeload.github.com/fracpete/simple-rsync-backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fsimple-rsync-backup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266913751,"owners_count":24005584,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backup","bash","rsync"],"created_at":"2025-01-29T17:15:12.378Z","updated_at":"2026-05-20T14:03:52.176Z","avatar_url":"https://github.com/fracpete.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-rsync-backup\n\nSimple rsync-based backup. Can be used to rsync to a locally attached\nor remotely attached HDD.\n\n\n## Configuration\n\nYou can output help on the available parameters using the `-h` flag:\n\n```bash\n./simple_backup.sh -h\n```\n\n### simple_backup.list\n\nLists the backups to perform. Uses tab-separated triplets:\n\n```\nBACKUPNAME \u003cTAB\u003e SOURCEDIR \u003cTAB\u003e TARGETDIR\n```\n\n### simple_backup.BACKUPNAME.excl\n\nFor each `BACKUPNAME` in `simple_backup_list`, you can (optionally) \nspecify excluded resources (files/dirs).\n\n\n## Examples\n\n### Local HDD\n\nThe following will perform the backup onto the HDD `backup_hdd` mounted for the\nuser under `/media/USER` into directory `backup`:\n\n```bash\n./simple_backup.sh -b /media/USER/backup_hdd/backup -d -v\n```\n\n### Remote HDD\n\nThe following will perform the backup into directory `backup` onto the remote HDD mounted\non `BACKUPSERVER` under `/media/MOUNTPOINT`:\n\n```bash\nsimple_backup.sh -b /media/MOUNTPOINT/backup -d -v -H BACKUPSERVER -u BACKUPUSER -P\n```\n\nThe backup will run as user `BACKUPUSER`, with the user being prompted to enter \na password (`-P`).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffracpete%2Fsimple-rsync-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffracpete%2Fsimple-rsync-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffracpete%2Fsimple-rsync-backup/lists"}