similar to: wiki.samba.org Robocopy

Displaying 20 results from an estimated 11000 matches similar to: "wiki.samba.org Robocopy"

2017 May 09
2
Windows DC to Samba DC Sysvol replication
Why can't one use robocopy to do unidirectional replication from a Windows Domain Controller to a Samba Domain Controller? https://wiki.samba.org/index.php/Robocopy_based_SysVol_replication_workaround
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
2016 Jun 15
1
samba as a dc in a windows ad
Am 15.06.2016 um 14:57 schrieb Sketch: > You can, as long as your windows DCs are not newer than 2008 R2. I > think the only real caveat is with sysvol replication. DRS replication > is not supported, so you'll have to use rsync or similar. See the > Sysvol section here: > > https://wiki.samba.org/index.php/Join_an_additional_Samba_DC_to_an_existing_Active_Directory
2018 Jun 18
2
Questions about adding a DC
Hi, In reading https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Joining_the_Active_Directory_as_a_Domain_Controller it says "If the other DCs are Samba DCs and were provisioned with --use-rfc2307, you Should add --option='idmap_ldb:use rfc2307 = yes' to the join command" So does this mean that rfc2307 should not be used if the other DCs are MS
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
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
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
2017 Sep 18
1
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
Hi , I shared linux directory 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
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
2005 May 14
1
permissions not transferred using robocopy, xxcopy, net share migrate shares
Hello: I've been working for a few days on getting a FreeBSD 5.3 server up and running as a samba data backup server. My goal is to schedule periodic backups of our file server. After reading recommendations (e.g. by Mr. Terpstra) I've focused my attempts aroung robocopy, xxcopy, net rpc share migrate shares. However, I'm running into stumbling blocks that seem to involve a problem
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
2016 Jul 18
2
Migrate File Server MS for Samba
Dear,We are in MS migration phase to Samba 4.Besides replacing the AD MS by Samba 4, we must also migrate the file server MS to Samba 4. I have some doubts and I ask the opinion of you:   1 - Is there any way to migrate MS folder permissions for Samba 4?  2 - We will need a secondary domain control. Based on best practices in this Samba 4 is that the file server, we can use it as a secondary DC?
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
2016 Apr 16
1
Wiki: NT4 PDC Quickstart / Samba->Win SysVol repl. workaround
Hello, I published two new guides: * https://wiki.samba.org/index.php/Samba_NT4_PDC_quickstart A documentation, how to set up Samba as an NT4 PDC. I called it "Quickstart", because it covers only the basic stuff. * https://wiki.samba.org/index.php/Robocopy_based_SysVol_replication_workaround For those of you having Samba DCs and Windows DCs in their domain. This is a
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
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
2016 Jul 18
2
Migrate File Server MS for Samba
Dear Marc, Thanks for initial contact. The file server that need to migrate is a Windows 2012 R2. He's just a domain member. Being Win 2012, I can face any problems in the migration? Once the shares are ready, I plan to use Robocopy to copy the files and also the permissions of users and groups from Windows to Samba. De: Marc Muehlfeld <mmuehlfeld at samba.org> Para: Ricardo
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,
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