From 50a07c144e723da75fbdef717405dc068521b3b7 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sun, 29 Dec 2013 03:17:22 +0100 Subject: [PATCH] updated remote backup command --- homedir.makefile/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homedir.makefile/Makefile b/homedir.makefile/Makefile index 43bd618..b2a7cc6 100644 --- a/homedir.makefile/Makefile +++ b/homedir.makefile/Makefile @@ -1,5 +1,6 @@ JUNKFILES = .bash_history .irb_history .pip .ScanSnap .nbems .fldigi .cpan JUNKFILES += .gdb_history .mysql_history .sqlite_history +BREWPACKAGES := mosh duplicity pv offlineimap wget nmap tor torsocks YYYYMM := $(shell date +%Y%m) NO_COLOR = \033[0m @@ -63,3 +64,9 @@ verify: duplicity verify --exclude-globbing-filelist \ $(HOME)/.local/etc/duplicity.exclude \ file:///Volumes/EXTUSB01/dup/ ~ + +remotebackup: + RBACKUPDEST="scp://jp.eeqj.de/backup" $(HOME)/.local/bin/backup.command + +packages: + brew install $(BREWPACKAGES)