View previous topic :: View next topic |
Author |
Message |
GenTimJS Guru


Joined: 03 May 2003 Posts: 406 Location: NH, USA
|
Posted: Mon Jun 06, 2005 7:04 pm Post subject: got samba up, got "ok" to move files to linux serv |
|
|
Ok, got samba up, full ADS member, ACLS work and all that and are reflected properly in windows land.
The question is, how do we copy the files from the old server to the new without stripping the ACLS?
(For those who dont know, copying files off a doze box, even through windows explorer, strips the ACLS from the file to retain some outated backwards compatibility)
? _________________ -Tim Smith |
|
Back to top |
|
 |
nobspangle Veteran


Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Mon Jun 06, 2005 7:28 pm Post subject: |
|
|
You should be able to do it from the windows command line using xcopy, try
Code: | xcopy source destination /E /O |
|
|
Back to top |
|
 |
GenTimJS Guru


Joined: 03 May 2003 Posts: 406 Location: NH, USA
|
Posted: Mon Jun 06, 2005 8:30 pm Post subject: |
|
|
i dont think dos xcopy works with destination as a network path .. .? _________________ -Tim Smith |
|
Back to top |
|
 |
firebeyer n00b

Joined: 30 Jan 2005 Posts: 15
|
Posted: Wed Jun 08, 2005 11:50 am Post subject: Make your network drive mounted |
|
|
Im not sure if xcopy with work with a network path but you can map your samba server.
net use S: \\servername\servershare
This will make the share show up in my computer.
if you need a username add /USER:username or if you need a username with a domain /USER:domain\username
then use xcopy |
|
Back to top |
|
 |
|