Hi All,
I am having two 100% parallel p560q server (prod & bkp server) with AIX 5.3 installed in the same premises. Currently I am using the following command in the prod server to take the backup in /dev/rmt0
cd /backup
find . -print | backup -i -f /dev/rmt0
For restoring in the bkp server from /dev/rmt0 I am using…
cd /backup; restore -rvqf /dev/rmt0
I want a mechanism which will simply restore files from \\192.168.156.1\backup directory to \\192.168.156.56\backup without using any removable media. Is it really possible by using ‘ftp’ or ‘rlogin’ or something like that? Basically I want a script which will run from cron & will restore files from \\server1\backup to \\server2\backup automatically. Kindly advice if it is possible without altering any hardware.
I am having two 100% parallel p560q server (prod & bkp server) with AIX 5.3 installed in the same premises. Currently I am using the following command in the prod server to take the backup in /dev/rmt0
cd /backup
find . -print | backup -i -f /dev/rmt0
For restoring in the bkp server from /dev/rmt0 I am using…
cd /backup; restore -rvqf /dev/rmt0
I want a mechanism which will simply restore files from \\192.168.156.1\backup directory to \\192.168.156.56\backup without using any removable media. Is it really possible by using ‘ftp’ or ‘rlogin’ or something like that? Basically I want a script which will run from cron & will restore files from \\server1\backup to \\server2\backup automatically. Kindly advice if it is possible without altering any hardware.