{"id":17006107,"url":"https://github.com/duologic/incremental_rsync","last_synced_at":"2026-05-15T12:31:07.264Z","repository":{"id":8329232,"uuid":"9882407","full_name":"Duologic/incremental_rsync","owner":"Duologic","description":"This bash script can make incremental backups with Rsync.","archived":false,"fork":false,"pushed_at":"2013-09-23T15:55:56.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-31T05:37:36.846Z","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/Duologic.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}},"created_at":"2013-05-06T08:19:03.000Z","updated_at":"2014-02-10T14:09:59.000Z","dependencies_parsed_at":"2022-08-07T02:30:51.489Z","dependency_job_id":null,"html_url":"https://github.com/Duologic/incremental_rsync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Duologic/incremental_rsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fincremental_rsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fincremental_rsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fincremental_rsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fincremental_rsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duologic","download_url":"https://codeload.github.com/Duologic/incremental_rsync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fincremental_rsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-14T05:05:01.159Z","updated_at":"2026-05-15T12:31:07.232Z","avatar_url":"https://github.com/Duologic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"incremental_rsync\n=================\n\n\nThis script can make incremental backups with Rsync.\n- from local to local\n- from local to remote\n- from remote to local\n\nTodo: \n- from remote to remote\n\nThis script is only tested between Ubuntu 12.04 servers.\n\nRequirements:\n- Rsync\n- Bash\n- Sendemail (found in Ubuntu repos)\n\nExecute as:\n\n    ./incremental_rsync /path/to/config.cfg\n\nConfig file:\n\n    prefix=\"my_backup\"\n    source_ssh=\"false\"\n    source=\"/home\"\n    exclude=\"big_files\"\n    #source_key=\"\"\n    #source_user=\"\"\n    #source_host=\"\"\n    \n    destination_ssh=\"true\"\n    destination=\"/backup\"\n    destination_key=\"/home/user/.ssh/rsync-key\"\n    destination_user=\"root\"\n    destination_host=\"backup.somedomain.tld\"\n    \n    from_mail=\"noreply@somedomain.tld\"\n    to_mail=\"admin@somedomain.tld\"\n    smtp_server=\"smtp.somedomain.tld\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduologic%2Fincremental_rsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduologic%2Fincremental_rsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduologic%2Fincremental_rsync/lists"}