Displaying 1 result from an estimated 1 matches for "vangrish".
2003 Aug 13
1
Rsync Folder level Synchronizing Problem
...g two development work areas(geographically
seperated).
My Task: To copy abc/USER/xyz/123/456/..... to indiavidual developers remote
machines atrting from xyz folder.
here USER will vary, so for that i have created module till directory
structure abc
and the command runs like
rsync -avz --times vangrish@ruskin::MODULE/%USERNAME%
<mailto:vangrish@ruskin::MODULE/%USERNAME%> .
the above mentioned command works fine, but it copies the username folder
also, where as my requirement is from xyz folder, as then another process
runs on the resulted folder.
i tried:
rsync -avz --times vangrish@ruski...