Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yob

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yob

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= YOB

An online backup system for MySQL and PostgreSQL, using GnuPG for encryption and AWS S3 for storage.

YOB is pluggable, so it's easy to make different database, encryption and storage engines.

== Install

You'll need a few libraries installed.

aptitude install libgpgme11-dev libsqlite3-dev libxml2-dev libxslt-dev libopenssl-ruby1.8

Install yob from rubygems:

gem install yob

Then:

useradd --home-dir /var/lib/yob --create-home yob

If you're using MySQL, create ~yob/.my.cnf with mysql username and password and

GRANT select,reload,super,replication client ON . TO yob@localhost IDENTIFIED BY 'somepassword'

== Licence

Licenced under the MIT licence. Copyright 2011-2012 YouDo Limited.

FAQs

Package last updated on 03 Jul 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc