#!/bin/sh
# Syncs important files to encrypted USB

rsync -avP --exclude=".steam*" --exclude="virtual_machines*" --exclude="media*" \
		--exclude="*.iso" --exclude="*.qcow2" \
		$HOME/ /mnt/cryptusb/$USER@$(hostname)/