Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http://www.yolinux.com/TUTORIALS/Rsync.html
- // Backup /etc to /home/hureeadmin/backup at 124.158.108.139
- #! /bin/bash
- rsync -avr --delete /etc/ root@124.158.108.139:/home/hureeadmin/backup
- rsync -avr --delete --exclude=".*" /home/web/ root@124.158.108.139:/home/hureeadmin/backup
- rsync -avr --delete /etc/ /home/hureeadmin/backup
- // crontab -e -> 0 2 * * 0 sh /sh/sysbackup.sh
Advertisement
Add Comment
Please, Sign In to add comment