various scripts I use to make my life easier

added excludes that were breaking rsync

Changed files
+3 -1
+3 -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 -aAX \
+
rsync -aAXH \
--exclude /dev/ \
--exclude /proc/ \
--exclude /sys/ \
···
--exclude /media/ \
--exclude /var/cache/ \
--exclude lost+found/ \
+
--exclude /var/log/journal \
+
--exclude /var/lib/systemd/random-seed
/* /mnt/backup/live/ --delete