Skip to content

Instantly share code, notes, and snippets.

View make-github-pseudonymous-again's full-sized avatar

Notas Hellout make-github-pseudonymous-again

  • Joined on Sep 24, 2012
View GitHub Profile
@make-github-pseudonymous-again
make-github-pseudonymous-again / README.md
Created January 1, 2021 16:18 — forked from taxilian/README.md
Mongodb scripts for incremental backup

Introduction

I can't take credit for much of the work here -- I adapted it from this blog post: https://tech.willhaben.at/mongodb-incremental-backups-dff4c8f54d58

My main contribution was to make it a little easier to use with docker as well as numerous little cleanup tasks. I also made it gzip the oplog backups and added support for SSL connections

Note that I havne't yet tested the point in time restore script; it likely needs work, particularly to make things work with the gzipped oplog files

= Arch Linux step-by-step installation =
= http://blog.fabio.mancinelli.me/2012/12/28/Arch_Linux_on_BTRFS.html =
== Boot the installation CD ==
== Create partition ==
cfdisk /dev/sda
* Create a partition with code 8300 (Linux)
@make-github-pseudonymous-again
make-github-pseudonymous-again / README.md
Last active August 29, 2015 14:01 — forked from GerHobbelt/.gitignore
D3.js undirected multigraph where you can add nodes, links and delete them

Derived from the D3.js example gist 3616279.

Features

  • undirected multigraph where you can add nodes, links and delete them

Usage