pull/1/head
Jeffrey Paul 5 years ago
parent e044c08c36
commit 868381fd01
  1. 10
      bin/unlock-las1
  2. 4
      homedir.makefile/Makefile
  3. 2
      osxbackup/rsyncbackup.command

@ -0,0 +1,10 @@
#!/bin/bash
KEYFILE="$HOME/Documents/sync/secrets/luks/las1.eeqj.de.luks.txt.gpg"
if [[ ! -e "$KEYFILE" ]]; then
echo "wrong box!" >> /dev/stderr
exit 1
fi
gpg -d "$KEYFILE" | ssh root@las1.local "bash /root/unlock_disks"

@ -33,9 +33,9 @@ mailoffsite: imapbackup
mv $(HOME)/Documents/Dropbox/eeqj/archives/mail.tgz.new \
$(HOME)/Documents/Dropbox/eeqj/archives/mail.tgz
databackup: dvbackup imapbackup
databackup:
brew list > $(HOME)/.brewinstalled
backup.command
~/dev/hacks/bin/backup.command
cleanup:
-mkdir -p $(HOME)/Documents/$(YYYYMM)

@ -20,7 +20,7 @@ RSYNC="$HOME/Library/Homebrew/bin/rsync"
#OPTS="-rlptDPSyzh --numeric-ids --no-owner --no-group --delete-excluded --delete"
OPTS=""
OPTS+=" -avP --skip-compress=$RSYNC_SKIP_COMPRESS"
OPTS+=" --numeric-ids --no-owner --no-group --delete-excluded --delete"
OPTS+=" --numeric-ids --no-owner --no-group --delete-excluded --delete-after"
RE=""
RE+=" --exclude=/.minikube/cache/"

Loading…
Cancel
Save