# HG changeset patch # User IBBoard # Date 1439064330 -3600 # Node ID 97325fd582d816578baf530a2ecc8434c8b0a3ca # Parent 094d86b01003ca36660538551154ce2e1b79ec41 Add more exclusions of less important stuff to keep size down diff -r 094d86b01003 -r 97325fd582d8 do-backup --- a/do-backup Sat Aug 08 21:05:13 2015 +0100 +++ b/do-backup Sat Aug 08 21:05:30 2015 +0100 @@ -10,7 +10,7 @@ DISK="$1" RSYNC_ARGS=${RSYNC_ARGS:-} -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"/ -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"/ +rsync -av $RSYNC_ARGS --exclude=.thumbnails --exclude=temp --exclude=banshee.db --exclude=.cache --exclude=.local/share/Trash --exclude=.local/share/Steam --include=.local/share/Steam/userdata/ --exclude=.SpiderOak --exclude Documents/Games\ Workshop/LivingRuleBooks --exclude=.wine --exclude=.wine32 /home/ibboard "$DISK"/ +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* --exclude=SteamExtras/ --exclude=VirtualBox /mnt/media "$DISK"/ rsync -av $RSYNC_ARGS /usr/local/bin "$DISK"/