{"id":20129791,"url":"https://github.com/elubow/chef-recoverx","last_synced_at":"2025-07-10T01:07:24.777Z","repository":{"id":141977830,"uuid":"84459360","full_name":"elubow/chef-recoverx","owner":"elubow","description":"Chef cookbook for Datos.io RecoverX","archived":false,"fork":false,"pushed_at":"2017-03-24T17:19:03.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T21:40:30.913Z","etag":null,"topics":["backup","chef-cookbook","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/elubow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-03-09T15:45:38.000Z","updated_at":"2017-03-09T15:47:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"eac530fb-18e2-40ed-9368-55b1c6fb5215","html_url":"https://github.com/elubow/chef-recoverx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elubow/chef-recoverx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elubow%2Fchef-recoverx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elubow%2Fchef-recoverx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elubow%2Fchef-recoverx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elubow%2Fchef-recoverx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elubow","download_url":"https://codeload.github.com/elubow/chef-recoverx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elubow%2Fchef-recoverx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264506902,"owners_count":23619095,"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","chef-cookbook","ruby"],"created_at":"2024-11-13T20:36:07.543Z","updated_at":"2025-07-10T01:07:24.761Z","avatar_url":"https://github.com/elubow.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"RecoverX Cookbook\n=================\nThis installs and configures Datos.io RecoverX\n\nRequirements\n------------\n#### Chef\nChef version 0.11.0+ and Ohai 0.7.0+ are required.\n\n#### Platform\n- Ubuntu Trusty 14.04\n\nAttributes\n----------\n\nUsage\n-----\n#### recoverx::recoverx\nThis is the recipe that is used to set up the RecoverX cluster.\n\nSet up a role for the RecoverX cluster. Some notes about the role:\n\n* For the SSH settings to take effect, the `openssh` cookbook must be installed\n\n```ruby\nname 'recoverx-mongodb-server'\ndescription 'MongoDB backup role for RecoverX node'\nrun_list(\n  'recipe[recoverx::recoverx]',\n  'recipe[openssh]'\n)\n\ndefault_attributes(\n  datos: {\n    recoverx: {\n      node_type: 'mongodb',\n      version: '1.2.10_2017-03-09-20-11',\n      download_url: 'https://s3.amazonaws.com/com.mycompany.packages/datos_1.2.10_2017-03-09-20-11_centos6.tar.gz',\n      storage_type: 's3'\n    },\n    mongodb: {\n      mongodb_group: 'mongodb'\n    }\n  },\n  openssh: {\n    server: {\n      'max_sessions': '500',\n      'max_startups': '500:1:500'\n    }\n  }\n)\n```\n\nContributing\n------------\n1. Fork the repository on Github\n2. Create a named feature branch (like `add_component_x`)\n3. Write your change\n4. Write tests for your change (if applicable)\n5. Run the tests, ensuring they all pass\n6. Submit a Pull Request using Github\n\nAuthors\n-------\n* Author:: Eric Lubow (@elubow)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felubow%2Fchef-recoverx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felubow%2Fchef-recoverx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felubow%2Fchef-recoverx/lists"}