view do-backup @ 26:86ca8ee7b597

Add an option for an alternate domain name Required for mail.ibboard.co.uk to also run as mx.ibboard.co.uk
author IBBoard <dev@ibboard.co.uk>
date Sat, 07 Mar 2020 16:36:24 +0000
parents 489ba6ea3c35
children c7621908cb47
line wrap: on
line source

#! /bin/sh

if [ $# -ne 1 ]; then
	echo "Usage: $0 <dest>" >&2
	exit 1
elif [ ! -d "$1" ]; then
	echo "Destination $1 did not exist/was not a directory" >&2
	exit 1
fi

DISK="$1"
RSYNC_ARGS=${RSYNC_ARGS:-}
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 --exclude=.local/share/*/game/ --exclude=.config/Code/ --exclude=.vscode/ --include=Projects/dev \
--include=Projects/master/ --include=Projects/SevenLanguagesInSevenWeeks/ --include=Projects/DoW/ --include=Projects/*.patch --exclude=Projects/* \
/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=Pictures/AlbumArtCollection/ --exclude=Pictures/WarhammerArt/ --include=Pictures/*.xcf --exclude=Pictures/*.* --exclude=VirtualBox/VBoxGuestAdditions* --exclude=SteamExtras/ --exclude=VirtualBox /mnt/media "$DISK"/
rsync -av $RSYNC_ARGS /usr/local/bin "$DISK"/