From b6436ebc38cc2703f3aadcd25f507c4011e78a65 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 13 Jan 2017 10:48:16 +0100 Subject: [PATCH] updated backup & sync --- bin/bin/backup.sh | 1 + bin/bin/syncmusic.sh | 1 + oh-my-zsh/.oh-my-zsh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/bin/backup.sh b/bin/bin/backup.sh index 00ab1d1..8749293 100755 --- a/bin/bin/backup.sh +++ b/bin/bin/backup.sh @@ -9,6 +9,7 @@ borg create -v --stats \ --exclude '/home/alrayyes/.cache' \ --exclude '/home/alrayyes/stackdav' \ --exclude '/home/alrayyes/music' \ + --exclude '/home/alrayyes/Mac*' \ --exclude '/home/alrayyes/Dropbox' \ --exclude '/home/alrayyes/gPodder/Downloads' diff --git a/bin/bin/syncmusic.sh b/bin/bin/syncmusic.sh index f84adb1..4bcf9fb 100755 --- a/bin/bin/syncmusic.sh +++ b/bin/bin/syncmusic.sh @@ -1,3 +1,4 @@ #!/bin/sh rsync -az --delete --progress alrayyes@eniac:/mnt/storage/headphones/ ~/music/headphones +rsync -az --delete --progress --inplace --size-only ~/music/headphones/ ~/stackdav/music diff --git a/oh-my-zsh/.oh-my-zsh b/oh-my-zsh/.oh-my-zsh index ff5629e..0b4bba4 160000 --- a/oh-my-zsh/.oh-my-zsh +++ b/oh-my-zsh/.oh-my-zsh @@ -1 +1 @@ -Subproject commit ff5629e60b815b3c21ef216d5ba5943932589758 +Subproject commit 0b4bba4ca2d6115dabfdb0852ce516e30765d2e6