{"id":29522811,"url":"https://github.com/djellemah/backup-backblaze","last_synced_at":"2025-10-09T06:06:10.559Z","repository":{"id":62553920,"uuid":"143693775","full_name":"djellemah/backup-backblaze","owner":"djellemah","description":"plugin for Backup gem to talk to BackBlaze","archived":false,"fork":false,"pushed_at":"2018-10-09T13:09:39.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T12:44:18.322Z","etag":null,"topics":["backblaze","backblaze-api","backup","ruby","rubygem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/djellemah.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-06T07:43:30.000Z","updated_at":"2021-07-20T10:15:37.000Z","dependencies_parsed_at":"2022-11-03T04:45:40.676Z","dependency_job_id":null,"html_url":"https://github.com/djellemah/backup-backblaze","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/djellemah/backup-backblaze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djellemah%2Fbackup-backblaze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djellemah%2Fbackup-backblaze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djellemah%2Fbackup-backblaze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djellemah%2Fbackup-backblaze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djellemah","download_url":"https://codeload.github.com/djellemah/backup-backblaze/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djellemah%2Fbackup-backblaze/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000740,"owners_count":26082933,"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-10-09T02:00:07.460Z","response_time":59,"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":["backblaze","backblaze-api","backup","ruby","rubygem"],"created_at":"2025-07-16T17:42:39.845Z","updated_at":"2025-10-09T06:06:10.554Z","avatar_url":"https://github.com/djellemah.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backup::Backblaze\n\nPlugin for the [Backup](https://github.com/backup/backup) gem to use [Backblaze](https://www.backblaze.com/) as storage.\nUsed in production every day.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'backup-backblaze'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install backup-backblaze\n\n## Usage\n\n  Add a storage block something like this to your usual Backup DSL file:\n\n    # BackBlaze must be a string here, not a class name. Because it's defined external to Backup gem.\n    store_with 'BackBlaze' do |server|\n      # from backblaze ui\n      server.account_id = 'deadbeefdead'\n      server.app_key    = 'c27111357f682232c9943f6e63e98f916722c975e4'\n\n      # bucket name must be globally unique (yes, really).\n      # create buckets on the backblaze website. app_key must have access.\n      server.bucket     = 'your_globally_unique_bucket_name'\n\n      # path defaults to '/'\n      server.path       = '/whatever/you_like'\n      server.keep       = 3\n\n      # minimum is 5mb, default is 100mb. Leave at default unless you have a good reason.\n      # server.part_size = 5000000\n    end\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\nIf you need to change the http api retry sequences, you'll need to install SWI-Prolog from http://www.swi-prolog.org/Download.html\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/djellemah/backup-backblaze.\n\n## Acknowledgements\n\nThanks to [NETSTOCK](https://www.netstock.co/) for funding development.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjellemah%2Fbackup-backblaze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjellemah%2Fbackup-backblaze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjellemah%2Fbackup-backblaze/lists"}