babyrajT
June 20th, 2008, 02:33 PM
HI All,
I am trying to copy folders(have files inside) from windows to samba server using xcopy command .The folder structure of the source is c:\www\1,2,3,4,...... this will increase each day and will change the files inside the folder on a daily or weekly basis.Now I mapped the samba share to the source windows server as /back (as z: drive)and I am using xcopy /e /s /k /d /y c:\www z:\www.It is working fine .Becasue of a huge amount of files and folders, I am planning to copy only the updated and newly created folders and files only.Can any one help me to modify the existing command ?
Thanks in advance .
I am trying to copy folders(have files inside) from windows to samba server using xcopy command .The folder structure of the source is c:\www\1,2,3,4,...... this will increase each day and will change the files inside the folder on a daily or weekly basis.Now I mapped the samba share to the source windows server as /back (as z: drive)and I am using xcopy /e /s /k /d /y c:\www z:\www.It is working fine .Becasue of a huge amount of files and folders, I am planning to copy only the updated and newly created folders and files only.Can any one help me to modify the existing command ?
Thanks in advance .