I have written a script which will send the backup "adon.gz" file every evening at 6 from Node1 to Node2.
What I did is putting :
Code:
scp adon.gz root@10.14.234.321:/root
But I donno how to answer for password if it ask within script.
Is there any method to response for the password therein if the script ask for?Pls Help