{"id":19022116,"url":"https://github.com/acavalin/ribs","last_synced_at":"2026-05-05T10:37:34.951Z","repository":{"id":179879016,"uuid":"216045163","full_name":"acavalin/ribs","owner":"acavalin","description":"Ruby incremental backup system","archived":false,"fork":false,"pushed_at":"2023-11-13T23:05:06.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T19:47:49.591Z","etag":null,"topics":["archive","backup","cli","gzip-compression","incremental-backups","ruby","tar","terminal","xz-compression-utilities"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/acavalin.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":"2019-10-18T14:41:48.000Z","updated_at":"2024-09-10T08:22:39.000Z","dependencies_parsed_at":"2023-11-14T00:25:58.102Z","dependency_job_id":"eb7ecdf5-3826-4ffb-9035-c96e664ea557","html_url":"https://github.com/acavalin/ribs","commit_stats":null,"previous_names":["acavalin/ribs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acavalin%2Fribs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acavalin%2Fribs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acavalin%2Fribs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acavalin%2Fribs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acavalin","download_url":"https://codeload.github.com/acavalin/ribs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240066319,"owners_count":19742654,"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":["archive","backup","cli","gzip-compression","incremental-backups","ruby","tar","terminal","xz-compression-utilities"],"created_at":"2024-11-08T20:24:51.451Z","updated_at":"2026-04-28T22:30:18.111Z","avatar_url":"https://github.com/acavalin.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby incremental backup system\n\nWith this script you can take incremental backups of a specific folder.\n\nIt creates its backup files within the `repository-folder` by comparing\nfile type, size, modification time and permissions.\n\nIt stores all files stats and archives only modified files (type/size/mtime).\n\n~~~\nUSAGE: ribs [switches] \u003crepository-folder\u003e \u003ctarget-folder/device/image_file\u003e\n    -l, --list-ts                    show available restorable versions\n    -b, --backup                     update the incremental backup repo\n    -r, --restore                    restores the last backup version\n    -R, --restore-ts TIMESTAMP       restores the specified backup version\n    -g, --gzip                       use gzip instead of xz\n    -G, --pigz                       use parallel gzip instead of xz\n    -x, --[no-]one-file-system       don't cross filesystem boundaries        Def. true\n    -p, --[no-]permissions           store files permissions (gid/uid/modes)  Def. true\n    -h, --help                       display this help\n\nSome files are automatically excluded, you can insert any additional GLOBs patterns\nby wrinting them in repo_dir/exclude.yml. This is the default list:\n  - /var/tmp/*\n  - /var/log/*.?.gz\n  - /var/backups/*.?.gz\n~~~\n\nExamples:\n\n~~~shell\n# backup a single partition system\nsudo ribs -b /mnt/usb-hd/my-pc.ribs /\n\n# backup a raspberry pi sdcard\nsudo ribs -b --no-p /mnt/usb-hd/raspi.ribs/p1 /mnt/sdcard/boot\nsudo ribs -b        /mnt/usb-hd/raspi.ribs/p2 /mnt/sdcard/\n\n# restore\nsudo ribs -r /mnt/usb-hd/my-pc.ribs /mnt/anothed-hd/\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facavalin%2Fribs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facavalin%2Fribs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facavalin%2Fribs/lists"}