Hi ,
How to use rsync with ssh in perl script ( with different remote user name ) . Now I am using File::Remote module. But as the script should be non interactive I need to specify the password in a file. But using rsync command its not passing the password file ( --password-file ) if we use ssh.
So , Any idea how to use ??
Thanks,
Swaroop