diff options
Diffstat (limited to 'hourly-backup.sh')
| -rwxr-xr-x | hourly-backup.sh | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/hourly-backup.sh b/hourly-backup.sh index 1c3bdc2..746da39 100755 --- a/hourly-backup.sh +++ b/hourly-backup.sh @@ -10,16 +10,4 @@ # !! WARNING SLOW FIRST RUN !! # the first run will be slow so run this first before setting up the hourly job -rsync -aAX --exclude={ \ - "/dev/*", \ - "/proc/*", \ - "/sys/*", \ - "/tmp/*", \ - "/usr/tmp/*", \ - "/run/*", \ - "/mnt/*", \ - "/media/*", \ - "/var/cache/*", \ - "/", \ - "/lost+found" } \ - /* /mnt/backup/live/ --delete +rsync -aAX --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/usr/tmp/*","/run/*","/mnt/*","/media/*","/var/cache/*","/","/lost+found"} /* /mnt/backup/live/ --delete |
