{"id":17125282,"url":"https://github.com/lowply/s3backup","last_synced_at":"2026-04-28T23:07:38.184Z","repository":{"id":136579448,"uuid":"94973558","full_name":"lowply/s3backup","owner":"lowply","description":"A backup script using Amazon S3 as a storage","archived":false,"fork":false,"pushed_at":"2018-11-26T16:00:42.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-13T03:42:15.882Z","etag":null,"topics":["backup","bash","s3"],"latest_commit_sha":null,"homepage":null,"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/lowply.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":"2017-06-21T07:02:45.000Z","updated_at":"2019-02-07T14:32:55.000Z","dependencies_parsed_at":"2023-04-11T18:53:03.702Z","dependency_job_id":null,"html_url":"https://github.com/lowply/s3backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lowply/s3backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowply%2Fs3backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowply%2Fs3backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowply%2Fs3backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowply%2Fs3backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lowply","download_url":"https://codeload.github.com/lowply/s3backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowply%2Fs3backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402763,"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":["backup","bash","s3"],"created_at":"2024-10-14T18:44:36.706Z","updated_at":"2026-04-28T23:07:38.152Z","avatar_url":"https://github.com/lowply.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3backup\n\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]\n\n[license]: https://github.com/lowply/lacrosse/blob/master/LICENSE\n\ns3backup - A backup script using Amazon S3 as a storage.\n\n## Usage\n\n```\ns3backup [ sync | test | clean | size ]\n```\n\n## Requirements\n\n- macOS or Linux based platform\n- awscli, jq\n- aws profile granted S3 read/write permission\n\n## Installation\n\nThe install script will symlink s3backup to `~/bin`\n\n```\ngit clone https://github.com/lowply/s3backup.git\ncd s3backup \u0026\u0026 ./install\n```\n\n## Config\n\nConfig is in JSON format. Here's an example:\n\n```\n{\n    \"wifi_allow\": [\n        \"Wifi SSID\"\n    ],\n    \"enabled\": true,\n    \"profile\": \"default\",\n    \"bucket\": \"bucket\",\n    \"dir\": \"backup\",\n    \"node\": \"hostname\",\n    \"exclude\":[\n        \"*.DS_Store\",\n        \"*node_modules/*\",\n        \"*vendor/*\"\n    ],\n    \"targets\": [\n        {\n            \"path\": \"/home\",\n            \"exclude\": [\n                \"*.rbenv/*\",\n            ]\n        },\n        {\n            \"path\": \"/etc/nginx\",\n            \"exclude\": [\n            ]\n        }\n    ]\n}\n```\n\n## Logs\n\nLogs will be recorded to the `~/.log/s3backup/YYMMDD.log` file.\n\n## License\n\nMIT\n\n## Author\n\nSho Mizutani\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowply%2Fs3backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flowply%2Fs3backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowply%2Fs3backup/lists"}