Skip to content

Instantly share code, notes, and snippets.

@ryanjohnston
ryanjohnston / backblaze b2 backup script
Created April 21, 2019 15:24 — forked from AlexanderProd/backblaze b2 backup script
Backup script for backblaze working with backlaze b2 command line tool
#!/usr/bin/env bash
#
# Backup selected directories to a Backblaze B2 bucket
#
# If youre encountering errors running the script you probably need Bash 4.0
#
# You need to login to your b2 account once with b2 authorize-account [<accountId>] [<applicationKey>] before running it.
#
# Example daily cron running script.sh in home directory:
# @daily /usr/local/bin/bash ~/script.sh
// ==UserScript==
// @name SOJM
// @namespace salembeats
// @version 2.11
// @description Compare your earnings to the crowd, to tell whether it's "Slow, Or Just Me?"
// @author Cuyler Stuwe (salembeats)
// @include https://worker.mturk.com/dashboard*
// @grant GM_info
// ==/UserScript==
@ryanjohnston
ryanjohnston / README.md
Last active September 9, 2018 18:49 — forked from JoshuaEstes/mysqldump.sh
[MySQL - Snippets] Snippets, Gists and Scripts for working with MySQL #database