aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-11-19 11:51:51 +0000
committerTrey Bastian <hello@treybastian.com>2025-11-19 11:51:51 +0000
commit3762654418e0696b6cfe01dd1e031ce1e660553a (patch)
treed88e01bb42c4674e03a58bb78d2571cf2d93aab0
parent1facaa0e384c2f7f58ce959c2b809b61f7f5897d (diff)
missing /
-rwxr-xr-xhourly-backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hourly-backup.sh b/hourly-backup.sh
index 4062cad..943544a 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