updated remote backup command

This commit is contained in:
Jeffrey Paul 2013-12-29 03:17:22 +01:00
parent 7dc3dfc2ad
commit 50a07c144e
1 changed files with 7 additions and 0 deletions

View File

@ -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)