rsync command to take linux backup
You can schedule backup in cron using rsync command
0 0 * * * /usr/local/sbin/resync &> /dev/null
vi /usr/local/sbin/resync
rsync -avz -e ‘ssh -p2093′ /home/test/ root@208.53.158.150:/test/animal/
Category: Linux Administration
