various scripts I use to make my life easier

excluded dumb dirs to backup

Changed files
+1 -1
+1 -1
hourly-backup.sh
···
# !! WARNING SLOW FIRST RUN !!
# the first run will be slow so run this first before setting up the hourly job
-
rsync -a /* /mnt/backup/live/ --delete
+
rsync -a --exclude /{dev,proc,sys,tmp,run,mnt,media,cdrom} --exclude=lost+found /* /mnt/backup/live/ --delete