similar to: permissions not transferred using robocopy, xxcopy, net share migrate shares

Displaying 20 results from an estimated 700 matches similar to: "permissions not transferred using robocopy, xxcopy, net share migrate shares"

2005 Jun 21
0
permissions not transferred using robocopy, xxcopy, net share migrate shares
Hi Tom Did you solve your problem woth robocopy? I have "Access Denied" error when trying to copy with /SEC option (in order to retain the NTFS permissions). It says it is not NTFS filesystem. Of course, I am using the ext3 filesystem with acl support so it should work? thanks very much for any suggestion dejan gambin
2016 Feb 08
1
Bulk copy of files with owner info using Robocopy fails with error
Hello, I'm trying to take a Samba-integrated file storage appliance with ZFS as the underlying file system (Nas4Free, in its latest incarnation, to be specific) into use and have gotten it Active Directory integrated just fine, and created shares on it. I can set the owner of the share to the domain Administrator, and I can alter ownership information from a Windows box just fine. ACL's
2002 Jul 09
2
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
2010 Oct 20
0
No subject
samba fails to allow this operation. 4.11. documentation ... ----------------------- In [8] there is very helpful tip to take migration using temporal root acco= unt. These two sentences was that break point... 4.12. Searching for root ------------------------ As stated in [7] net command operates on two servers, both of them is conne= cted using same account name. On other side DST account
2003 Feb 19
2
Samba, rsync and a newbie sorting it out...
All, I'd like to use rsync as a way to back up Windows devices on a network, pulling data off of the Windows boxes and putting it onto a Samba share. Is this even possible? I suspect I either need some sort of rsync implementation on Windows (ha!) or I need to have Samba know to "reach into" the boxes and get the info for rsync-ing. Doable? A fool's errand? The setup:
2006 Aug 18
3
share write access
Hi, I am testing share parameters, and have the following share definition: ## Section - [shareA] [shareA] path = /tmp/shareA writelist = user1 and do not understand why user1 cannot write files in the share when connected as user1. Unix permissions for the share files are rw for everyone, and the share directory has wide-open permissions. Samba version is 3.0.20b-3.4-SUSE.
2012 Feb 24
2
shell command with Robocopy error
Ok so my problem is I am running a shell command to copy certain file types from one directory to another and it returns multiple errors the code is models=c("1sFE1cFE","1sFE1cFEp") for(m in 1:length(models)){ shell(paste("robocopy C:\\Sim_Test_1\\Sim",models[m]," "," C:\\Sim_Test_1\\SimArchive\\Sim",dirnum,"\\pinrepstd *.std *.rep *.tpl
2004 Oct 26
1
Dreaded ERROR 5 In Robocopy
I'm still battling the dreaded "ERROR 5 (0x00000005)" error when trying to robocopy files from a W2K box to Samba 3.0.7 on FreeBSD. I've been fighting this since Samba 2.2.8 and the upgrade hasn't fixed it for me despite the entries in the changlelog. Now here's the strange part. If robocopy is sending NEW files, files which are on W2K but not on the Samba box, the copy
2004 Dec 28
0
The Infamous Robocopy Issues...Again
I've been tinkering with this for days now and I can't seem to figure out the problem. I know there were problems < 3.0.8 with robocopy and a few other programs, but even after upgrading, I'm still have a similiar issue with related errors. I'm running Samba 3.0.10 on FreeBSD pointed to an NT4 DC. I'm trying to copy files over to one of it's shares via robocopy from
2018 Dec 09
2
Robocopy, archive bit and ACLs
Hello, I'm attempting to set up a daily Robocopy task on a Windows Server 2016 to duplicate a large directory tree -- including data, timestamps and ACLs -- to a Samba 4.5.12 server. This is my Robocopy command: Robocopy.exe C:\source \\foo\bar /XA:SH /XJ /MIR /NODCOPY /COPY:DTSO /A+:A /ZB I noticed that for a significant number of files, Robocopy will systematically identify them as
2010 Jun 07
1
GPFS, samba, robocopy and timestamps
Hi list, I'm trying to use robocopy to move some files over to a samba share backed by GPFS. I keep getting "ERROR 50 (0x00000032) Time-stamping destination file ... The network request is not supported." What is strange is that the files are still coped over, even though robocopy believes the copy failed, and in the smb log I don't have any errors or erroneous NT_STATS
2009 Jun 09
0
robocopy + rsync problems
Hi, my task was to clone a ntfs partition with around 160k files and size 90GB from one external USB disk to another - max path depth up to 256 chars. Sys 1) Win Vista SP2 Ger robocopy 0027 (probably MS bug/oversight, since Vista SP1 ENG they ship 0028) Sys 2) Centos 5.3 - rsync 3.0.6 - ntfs-3g 2009.4.4 Here are my findings, what makes me nervous though is that rsync seems to have
2008 Feb 27
0
samba,robocopy and gpfs problem
Hi all, I am trying to do a robocopy from a windows box going from a netapp to a samba box with a gpfs back end. When doing the robocopy it fails with error 282 which states " "The mounted file system does not support extended attributes". I have found that if you create the destination directory first then issue the robocopy that the copy goes without a hitch. The permissions
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
What is the best way to backup my NT 4.0 Server box that is only 8GB to my NEW SAMBA file server that I have added to the domain? Xcopy? Smbclient? Robocopy? DD command in Linux? I found some good info. on Google about Robocopy that is supposed to be great and will paste the information below. Also, can someone SEND me the latest copy of ROBOCOPY VERSION 1.92 please. I have a really old
2006 Mar 18
2
IPSEC with MAC/MLS support crack
Hi, When I use FreeBSD-6.0 Release (also FreeBSD-5.4), I found IPSEC can't coexists with MAC. When the IpSec is setup, and we connects the TCP server with IPSEC and MAC support, the server innevitably crack. Because the m_pkthdr of some mbuf is mangled by unknown reasons. Following is my kernel configuration: options MAC options MAC_DEBUG options UFS_EXTATTR options
2018 Jan 08
0
robocopy from samba stalls
Hello there. I'm consistently running into trouble using robocopy to copy a large directory structure, with some 50000 files, from a samba share to a local windows clients. I'm using packaged 4.6.2 samba, on Centos 7, running on as KVM VMS. Both machines I am running exhibit the following behaviour: - I want to copy a large folder structure with 50000 files. robocopy /E
2020 Oct 15
1
wiki.samba.org Robocopy
Hello, i few seconds ago i was on this site : https://wiki.samba.org/index.php/Robocopy_based_SysVol_replication_workaround The Link under the section "Download" "Mircosoft Windows 2003 Resource Kit Tools" says, that the Download is no longer available. It makes sense , because Windows Server 2003 is not supported anymore :) Maybe Somebody of the Samba Team can update the
2017 Sep 27
1
Debugging robocopy error 87 - The parameter is incorrect
Hi, I have Samba 4.6 running on FreeBSD 11.1 with a ZFS file system. Trying to use robocopy to mirror files from Windows 8.1. Most of the files are copied without any issues, but a few fail with the following error in the robocopy log: ERROR 87 (0x00000057) Copying File <path> The parameter is incorrect. Robocopy is executed with the following options: /X /NDL /S /E /DCOPY:DAT /COPY:DAT
2012 Mar 13
1
Robocopy from Windows to Samba (3.6.3) with backup flag
Hello, I need to copy a Windows NAS to a Samba one preserving all stuffs (dates, owner, security, etc...) in an enterprise environment. I'm used to do that with between two Windows using robocopy and the /b (backup) flag, so I can backup files even if I do not have an ACE for my account as I have the backup and restore privileges. I need to do the same thing from Windows to Samba but using
2017 May 11
0
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
I shared raid 5 array which is mounted using ecryptfs to a windows 10 client using samba share . When i do a robocopy of file greater than size of 7GB the samba throws an error NT Status: STATUS_OBJECT_NAME_NOT_FOUND which can be observed in wire shark . Setup : ---------- Host with ubuntu 16.01 -------------------> windows 10 client (Samba server,