Hello,
I am using rsync command to connect remote Server (UNIX) and copy jar files to local server (UNIX). As far as I know rsync command is fastet way to transfer the files from remote server to local server.
Rsync command seems to be working fine till now. However recently new directories were added on remote Server which include jars,wars have been added but rsync command is not taking those NEW directories and still continue to copy the files of existing directory only.
I am using rsync -avz user@remote_server:/remote local
Any suggestion what might be the problem?
Regards
Pankaj
I am using rsync command to connect remote Server (UNIX) and copy jar files to local server (UNIX). As far as I know rsync command is fastet way to transfer the files from remote server to local server.
Rsync command seems to be working fine till now. However recently new directories were added on remote Server which include jars,wars have been added but rsync command is not taking those NEW directories and still continue to copy the files of existing directory only.
I am using rsync -avz user@remote_server:/remote local
Any suggestion what might be the problem?
Regards
Pankaj