{"id":24099735,"url":"https://github.com/shencangsheng/easy-backup","last_synced_at":"2025-09-04T05:50:38.608Z","repository":{"id":137200573,"uuid":"444787878","full_name":"shencangsheng/easy-backup","owner":"shencangsheng","description":"easy-backup is a simple and easy-to-use server backup tool for both full and incremental backups, and it supports daily incremental data backup/recovery.    |   easy-backup 是一个简单易用的 linux 文件全量/增量备份工具，支持按日增量/恢复数据","archived":false,"fork":false,"pushed_at":"2024-04-12T06:17:30.000Z","size":41,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-13T03:59:14.740Z","etag":null,"topics":["backup","backup-script","bash","incremental","linux","restore","shell","snapshot","tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/shencangsheng.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}},"created_at":"2022-01-05T12:01:45.000Z","updated_at":"2024-04-15T09:57:44.056Z","dependencies_parsed_at":"2024-04-15T10:07:47.599Z","dependency_job_id":null,"html_url":"https://github.com/shencangsheng/easy-backup","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/shencangsheng%2Feasy-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shencangsheng%2Feasy-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shencangsheng%2Feasy-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shencangsheng%2Feasy-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shencangsheng","download_url":"https://codeload.github.com/shencangsheng/easy-backup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252957120,"owners_count":21831438,"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":["backup","backup-script","bash","incremental","linux","restore","shell","snapshot","tools"],"created_at":"2025-01-10T15:38:02.838Z","updated_at":"2025-05-07T21:34:15.749Z","avatar_url":"https://github.com/shencangsheng.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Backup\n\nEnglish | [简体中文](./i18n/README.zh-cn.md)\n\n`easy-backup` It is a simple and easy-to-use linux tool for full/incremental file backup, supporting daily incremental data backup/recovery.\n\n## Trying\n\n```bash\ngit clone https://github.com/shencangsheng/easy-backup.git\ncd easy-backup\nchmod +x easy-backup-cli\ncp easy-backup-cli /usr/local/bin/\n```\n\n## Examples\n\n1. Created full backup `/example/backups/archive.tar.gz` `/example/backups/archive.snar`\n\n```bash\neasy-backup-cli --snapshot='backup' --action='full' --archive-dir='/example/archive' --output-path='/example/backups'\n```\n\n2. Created incremental backup `/example/backups/archive-inc-yyyy-MM-dd.tar.gz`\n\n```bash\neasy-backup-cli --snapshot='backup' --action='inc' --archive-dir='/example/archive' --output-path='/example/backups'\n```\n\n3. Restore snapshot `/example/backups/archive.tar.gz` to `/example/restore/archive`\n\n```bash\neasy-backup-cli --snapshot='restore' --archive-file='/example/backups/archive.tar.gz' --output-path='/example/restore'\n```\n\n4. Restore to the snapshot of 2024-02-01 `/example/restore/archive`\n\n```bash\neasy-backup-cli --snapshot='restore' --archive-file='/example/backups/archive.tar.gz' --output-path='/example/restore' --end-date='2024-02-01'\n```\n\n### Linux\n\nRun Dependencies\n\n- `/bin/bash`\n- `getopts`\n- `tar`\n\nuse [tar snapshot](https://www.gnu.org/software/tar/manual/html_node/Incremental-Dumps.html) realization\n\n```bash\neasy-backup-cli -h\n```\n\n## License\n\nA short snippet describing the license (MIT)\n\nMIT © Cangsheng Shen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshencangsheng%2Feasy-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshencangsheng%2Feasy-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshencangsheng%2Feasy-backup/lists"}