drew.arthur@mail.sprint.com
2002-Jul-09 08:46 UTC
[Samba] Automating migration of files from windows to samba
Has anyone figured out a good automated way to migrate files from Windows Server to Samba Server without compromising file ownership and permissions? We could just log on as each user and then drag and drop using windows explorer to preserve the permissions and ownership rights but that is not a very efficient method. We are using Samba with winbindd against a windows 2000 Domain Controller.
Konkol, Josh
2002-Jul-09 08:56 UTC
[Samba] Automating migration of files from windows to samba
Your not very efficient method won't work either. When the file is copied it will get the following by default: user = NT user group = NT user's primary group And NO other permissions, even if you have ACL enabled. Someone please correct me if I'm wrong. Josh BTW, I'd love to hear the solution. -----Original Message----- From: drew.arthur@mail.sprint.com [mailto:drew.arthur@mail.sprint.com] Sent: Tuesday, July 09, 2002 10:37 AM To: samba@lists.samba.org Subject: [Samba] Automating migration of files from windows to samba Has anyone figured out a good automated way to migrate files from Windows Server to Samba Server without compromising file ownership and permissions? We could just log on as each user and then drag and drop using windows explorer to preserve the permissions and ownership rights but that is not a very efficient method. We are using Samba with winbindd against a windows 2000 Domain Controller. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Cates, Brett
2002-Jul-09 09:13 UTC
[Samba] Automating migration of files from windows to samba
Honestly, I'm not sure if it would work on samba but I use a utility called xxcopy (http://www.xxcopy.com) to sync files between NT/2000 servers, kinda like robocopy. It has a switch that copies file permissions, security info and such. Here's the command line I use... xxcopy \\server-name\e$ e:\ /CLONE /YY /SC Again, not sure if this will work but it's worth a shot =) Brett -----Original Message----- From: drew.arthur@mail.sprint.com [mailto:drew.arthur@mail.sprint.com] Sent: Tuesday, July 09, 2002 10:37 AM To: samba@lists.samba.org Subject: [Samba] Automating migration of files from windows to samba Has anyone figured out a good automated way to migrate files from Windows Server to Samba Server without compromising file ownership and permissions? We could just log on as each user and then drag and drop using windows explorer to preserve the permissions and ownership rights but that is not a very efficient method. We are using Samba with winbindd against a windows 2000 Domain Controller. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba