rsync อัตโนมัติผ่าน cron
Submitted by wd on Mon, 2006-11-13 09:03
ต่อไปเป็นการให้ทำงานอัตโนมัติผ่าน cron
- ทำที่เครื่อง mirror.example.com
- แก้ไข crontab
# crontab -e
... 0 0 * * * /usr/bin/rsync -azq --delete -e "ssh -i /root/.ssh/id_dsa" someuser@server1.example.com:/var/www/ /var/www/ ...
( พิมพ์ต่อกันเป็นบรรทัดเดียวกันนะครับ - ให้ทำการ sync ตอนเที่ยงคืน ทุกวัน )
จบแล้วครับ
- Printer-friendly version
- Log in or register to post comments
- 5291 reads
Recent comments