Displaying 1 result from an estimated 1 matches for "reception3".
Did you mean:
reception
2009 Jan 30
2
Backup to spare drive (rsync / crontab)
...kup/daily/Access
rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates
rsync -a --delete /usr/home/QBdata/ /backup/daily/QBdata
rsync -a --delete /usr/home/reception1/ /backup/daily/reception1
rsync -a --delete /usr/home/reception2/ /backup/daily/reception2
rsync -a --delete /usr/home/reception3/ /backup/daily/reception3
rsync -a --delete /usr/home/data/Files/ /backup/daily/Files
All files created where chmod'd with +x, then I test the scripts by running them manually and all three, daily, weekly & monthly work fine.
Final step, I add to root crontab, by using :
crontab -e
I a...