comparison do-backup @ 3:29dc6ad8d8ac

Update path for temporary photos (ones not yet catalogued/checked for being poor)
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Nov 2014 09:27:24 +0000
parents e85e3470a41e
children 97325fd582d8
comparison
equal deleted inserted replaced
2:30145875d811 3:29dc6ad8d8ac
9 fi 9 fi
10 10
11 DISK="$1" 11 DISK="$1"
12 RSYNC_ARGS=${RSYNC_ARGS:-} 12 RSYNC_ARGS=${RSYNC_ARGS:-}
13 rsync -av $RSYNC_ARGS --exclude=.thumbnails --exclude=temp --exclude=banshee.db --exclude=.cache --exclude=.local/share/Trash --exclude=.SpiderOak --exclude Documents/Games\ Workshop/LivingRuleBooks /home/ibboard "$DISK"/ 13 rsync -av $RSYNC_ARGS --exclude=.thumbnails --exclude=temp --exclude=banshee.db --exclude=.cache --exclude=.local/share/Trash --exclude=.SpiderOak --exclude Documents/Games\ Workshop/LivingRuleBooks /home/ibboard "$DISK"/
14 rsync -av $RSYNC_ARGS --exclude=Videos/Other --include=Downloads/games --include=Downloads/M4Ps --exclude=Downloads/* --exclude=.Trash-1000 --exclude=.Trash-1001 --exclude=Pictures/Photos/Temp --exclude=VirtualBox/VBoxGuestAdditions* /mnt/media "$DISK"/ 14 rsync -av $RSYNC_ARGS --exclude=Videos/Other --include=Downloads/games --include=Downloads/M4Ps --exclude=Downloads/* --exclude=.Trash-1000 --exclude=.Trash-1001 --exclude=Pictures/PhotoTemp --exclude=VirtualBox/VBoxGuestAdditions* /mnt/media "$DISK"/
15 rsync -av $RSYNC_ARGS /usr/local/bin "$DISK"/ 15 rsync -av $RSYNC_ARGS /usr/local/bin "$DISK"/
16 16