aboutsummaryrefslogtreecommitdiff
path: root/hourly-backup.sh
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-11-19 11:53:46 +0000
committerTrey Bastian <hello@treybastian.com>2025-11-19 11:53:46 +0000
commitbfac1731332b238844e1ce12d678af5e8b87b884 (patch)
tree6875005fc913172ba0a4ad35496413d4c99931d7 /hourly-backup.sh
parent3762654418e0696b6cfe01dd1e031ce1e660553a (diff)
forgot the = do I even bash???
Diffstat (limited to 'hourly-backup.sh')
-rwxr-xr-xhourly-backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hourly-backup.sh b/hourly-backup.sh
index 943544a..058a7f6 100755
--- a/hourly-backup.sh
+++ b/hourly-backup.sh
@@ -10,4 +10,4 @@
# !! WARNING SLOW FIRST RUN !!
# the first run will be slow so run this first before setting up the hourly job
-rsync -a --exclude /{dev,proc,sys,tmp,run,mnt,media,cdrom}/ --exclude=lost+found/ /* /mnt/backup/live/ --delete
+rsync -a --exclude=/{dev,proc,sys,tmp,run,mnt,media,cdrom}/ --exclude=lost+found/ /* /mnt/backup/live/ --delete