Skip to content

Instantly share code, notes, and snippets.

View Nomy's full-sized avatar

Nomy

  • United Kingdom
View GitHub Profile
@Nomy
Nomy / megabackup.sh
Last active November 2, 2017 19:47 — forked from matteomattei/megabackup.sh
Mega server backup using megatools
#!/bin/bash
# Script edited to make it work on Ubuntu 14.04 (Trusty)
# Original Author: Matteo Mattei http://www.matteomattei.com/backup-your-server-on-mega-co-nz-using-megatools/
#
# Remember to Install megatools (sudo apt-get install megatools) after adding megous ppa
# You can do so by: sudo nano /etc/apt/sources.list
# And adding the following repositories:
# deb http://ppa.launchpad.net/megous/ppa/ubuntu precise main
# deb-src http://ppa.launchpad.net/megous/ppa/ubuntu precise main