Forge Home

backblazeb2

Backblaze b2 Module for Puppet

5,395 downloads

5,395 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.0 (latest)
released Jan 7th 2018
This version is compatible with:
  • , Linux

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'hackerhorse-backblazeb2', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add hackerhorse-backblazeb2
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install hackerhorse-backblazeb2 --version 0.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

hackerhorse/backblazeb2 — version 0.1.0 Jan 7th 2018

backblazeb2

Table of Contents

  1. Description
  2. Setup - The basics
  3. Usage
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module
  6. Contributors - whodunnit?
  7. Changelog

Description

Install the Backblaze b2 client on FreeBSD or Linux! https://www.backblaze.com/b2/cloud-storage.html

Setup

Setup Requirements

You need to be running a FreeBSD or Linux system, and have a backblaze account.

After installing this module, you'll want to do the following:

  • Switch to the new b2 user
  • Setup Backblaze b2 auth and create a bucket: https://www.backblaze.com/b2/docs/quick_bucket.html
  • Edit manifests/cron.pp: Replace $folder with the folder you want to sync, and $bucketname with your b2 Bucket's name
  • Kick back and relax!

Usage

To start, simply download the module, and add: include backblazeb2 to a manifest

Limitations

I have not added the File directive to store and replace the auth token because that would be #BadOpsec!

Development

You can contribute by forking https://github.com/RainbowHackerHorse/puppet_backblazeb2 and opening a PR.

Contributors

  • Rainbow (RainbowHackerHorse)

Changelog

  • 0.1.0 - Initial release