I am making use of cron to schedule backup of data files to another Unix server, beside of doing it on Tape cartridge. This have been possible through ftp and using .netrc. This works fine.
However i would like to have these backup files ( In tar format - found on the second Unix server ) to be executed and restored. I am thinking to use RSH in the script file i am using in the cron.
I have tried a lot, but it does not work. After many research i have come across .host (hostname). Could anybody tell me how to setup the rsh. Please.
Many thanks
Salim