From bfac1731332b238844e1ce12d678af5e8b87b884 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Wed, 19 Nov 2025 11:53:46 +0000 Subject: forgot the = do I even bash??? --- hourly-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3