ROBOCOPY.exe - "Robust File Copy" is a Windows command line file & directory replication utility published by Microsoft.
0
votes
1answer
28 views
robocopy script exclude files beginning with a “space”
I'm using the following script to backup my IIS and MySQL data directories to a SkyDrive folder than then uploads to the cloud, but SkyDrive has an issue with files beginning with a space or null ...
1
vote
1answer
39 views
Psake and robocopy failing
Robocopy will exit with a code above 0 and still possibly not be a failure. PSake detects anything above 0 as a failure and fails the build. This is fine, but how come this still fails:
task Deploy { ...
0
votes
1answer
44 views
PowerShell RoboCopy path issue
Objective: Robo copy from multiple machines on the network to a network share using variables for both the machine name and the currently logged on user.
What I have: txt file with a list of ...
0
votes
0answers
29 views
Robocopy changes source attributes
first post, please be gentle!
I'm using robocopy to export a folder on a server. My server "dory" is backing up to a local drive, and then I'm using a robocopy script to export that to a redundant ...
0
votes
0answers
23 views
Copy in-use files with NTFS Security Permissions
Is there a free Windows utility that will let me copy folders and sub folder contents with their NTFS security permissions and let me copy in-use files from one share to another?
I've used RoboCopy ...
0
votes
5answers
61 views
How to copy only files(not directories) using batch file?
The directory structure is:
Images
-Folder1
-image1.jpg
-image2.jpg
-Folder2
-image3.jpg
-image4.png
-Folder3
-image6.png
-image7.jpg
...
0
votes
1answer
42 views
RoboCopy & Command
I need help with my RoboCopy batch file. I have a batch file to run RoboCopy to copy file from server1 to server2. I have include the /XO switch to copy only new file.
After the file has been copied, ...
0
votes
0answers
23 views
Robocopy copies old files as new
I have a build system where source control is merged into a single directory before each build. I utilize robocopy for this but each time robocopy will copy all files as new when most files have not ...
2
votes
3answers
142 views
avoid existing file details of destination folder in Robocopy log
I would like to avoid all existing file names and details of destination folder while using Robocopy Log.
Just want to show only copied file list and its details.
So i could save on the robocopy log ...
0
votes
1answer
65 views
Does Robocopy clones C drive (Operating System drive) completely
I am trying to create mirror image(copy) of C drive of my Window server 2008 using Robocopy.The Command is
C:>Robocopy V:\ M:\ /MIR /R:1 /W:1
My "C:\" drive consists the Operating System and ...
0
votes
0answers
74 views
How to run robocopy as non admin without having to share folders for read/write access - WINDOWS 7
I have a basic bat file which copies files from one directory to another
set SOURCE=\\T4\D$\TV
set DESTINATION=\\T4\E$\TV
robocopy /MIR %SOURCE% %DESTINATION%
When i run as a user (member of the ...
0
votes
0answers
136 views
Copying Files from One Server to Another with RoboCopy [closed]
I've been working with Linux for several years and was asked to write a file moving script to run on a Windows server. I think Robocopy exists on the server where the script will reside.
I need to ...
1
vote
1answer
77 views
How to pass parameters with spaces as an array to RoboCopy in Powershell?
I am working on a script that needs RoboCopy switches to be passed in dynamically based on user input, hence using array seems like the best option. However I see the following issue when using I ...
0
votes
1answer
63 views
robocopy /save and /job options
I'm having trouble getting robocopy's /save and /job options to work properly. Actually the /save option appears to work:
robocopy c:\temp c:\tmp *.out /save:c:\tmp\rob1 /L
...
0
votes
1answer
215 views
Robocopy sending email, attachment, appending file name
I am using robocopy to backup one hard drive to another below is the code that I am using:
robocopy "\\server_location\XXXX" "\\local_location\xxxx" /copyall /TEE /S /r:1 /ndl /xc /xo /xn ...
0
votes
0answers
101 views
script to scan a folder and move subfolders based on specific folder/file name
Very new to scripting but Im looking for a script to do the following:
Scan a drive/folder (F:\Downloads) AND its sub folders
Based on a specific folder/file name (in this case S0) move ALL ...
1
vote
0answers
418 views
Why? ROBOCOPY: ERROR 32 (0x00000020) Accessing Destination Directory. The process cannot access the file because it is being used by another process
Thanks in advance for your help.
I am using ROBOCOPY to copy some files from on drive to another on the same computer. Every once in awhile, I get an error. And instead of retrying 999 times as it ...
0
votes
1answer
128 views
How to prevent Robocopy coping an empty top level directory?
Is there a way to utilize Robocopy so that if it is called against an empty top level directory it does not copy it?
I am using Robocopy to identify files and directories that are then zipped up ...
2
votes
1answer
165 views
Copy all files of one type from directory into one folder
This is a new one for me so I'm pretty much flying blind.
I have a folder at 192.168.1.2\mainFolder that contains folder1, folder2, and folder3. Inside each of those folders are a handful of ...
0
votes
0answers
53 views
how to make robocopy stop logging extrafiles
Is there a way to stop logging Extra files when running robocopy?
I have a small automation app that pipes robocopy output to a central log file but when i sync from my source to a folder that has a ...
1
vote
1answer
188 views
Batch to archive files
I am making a script that can allow me to archive all files of a given directory whom last modified date is superior to 30 days.
The files should be moved to a new folder and this folder must be ...
0
votes
2answers
69 views
Cannot parse variable in batch
I am trying to use robocopy to copy a file from one folder to other, but i do not think source and destination are being set properly. Really appreciate help on this.
@echo off
SET PathString = ...
0
votes
0answers
196 views
ROBOCOPY moving files before local copy is complete causing client error on Macs
Hoping someone can help with a problem I am seeing with copying files from a Mac to a network folder and the Mac user receives this error:
The operation cannot be completed because one or more ...
0
votes
2answers
274 views
Powershell compare huge directory tree of docs and only move new and updated
Putting a plan together for moving 70k files between servers for a document mgmt system. 1200 folders is what I believe exist today.
Doing the initial copy is a no brainer. XCopy or RoboCopy.
...
0
votes
1answer
215 views
How to exclude subdirectories in the destination while using /mir /xd switch in robocopy
There is a script running which mirrors a bunch of folders from one volume to another. The problem is that now there are going to be subdirectories within those folders at the destination which are ...
0
votes
0answers
36 views
In what cases robocopy prints filenames without percentage?
I'm using a scheduled script that uses robocopy to perform a backup.
The options are /MIR /NS /NC /NFL /NDL and in the log header the following are printed
Options : /NS /NC /NDL /NFL /S /E ...
0
votes
0answers
31 views
Moving older logfiles to another drive
I need to move logfiles on a server every so often, but with Christmas around the corner...I wont be here to do so.
Im not too great at scripting, so I found this..
robocopy <Source> ...
0
votes
1answer
262 views
Robocopy Scripts
So I am looking for a nice batch file using the robocopy function to make a copy of my Win7 client machines Backup and Restore folders to a NAS. Each day a new folder is created in a backup set parent ...
0
votes
1answer
65 views
200 Concurrent Download Using Robocopy From a Single AWS Machine
Robocopy is exactly what I need for my project. The only thing is that I need to have one server with 500GB of data and have 200 machines download that data from this server concurrently. Is this ...
0
votes
0answers
194 views
Robocopy return code mismatch
I am using robocopy for replicating the contents of machine1/d: to machine2/d:. The machine has mks installed on it which gives the shell ability to use linux commands. My problem now is that the ...
1
vote
0answers
70 views
Robocopy % sign in destination folder path
I have \E%3A\ in my destination folder path where I want to copy a file but when running this the files are copied into a new folder \EA\ - so in the incorrect location. is there any solution to ...
1
vote
1answer
95 views
Robocopy error while copying from Dynamic View
I have an issue which has been bothering me for the past couple of months.
I use a Dynamic View of UCM Clearcase to copy latest source code to the local disk. I then compile the source code and ...
0
votes
0answers
172 views
Robocopy: Exclude dir not working with special characters (åäö)
I try to use RoboCopy to mirror a folder. Within that folder there are som directories I don't want to copy so I use the /xd parameter which works fine for all directories except for one with the ...
0
votes
0answers
72 views
Robocopy multiple subdirectories up one level
starting in a container with several folders, each folder has one or more sub-directories. I need to move the first level sub-directory (and it's content) up-on level so they're at the same level as ...
1
vote
2answers
382 views
PowerShell, Robocopy and SchTasks --> Send variables and text for the command
I have a little problem with my Powershell backupscript.
I use the Task Scheduler with Robocopy to deploy my backups.
This is an example of a command:
schtasks /Create /SC ONCE /TN $TaskName /TR ...
-1
votes
2answers
321 views
How can i call robocopy within a python script to bulk copy multiple folders?
I am trying to move multiple large folders (> 10 Gb , > 100 sub folders, > 2000 files ) between network drives. I have tried using shutil.copytree command in python which works fine except that it ...
0
votes
1answer
279 views
How to check for existence of robocopy via batch file
I want to ensure via my batch file that I have a robocopy installed on the system.
does it possible to ask something like if robocopy..to know if it installed in the system that I on it.?
1
vote
1answer
180 views
Get-Childitem Workaround
I want to determine which files/filetypes consume most space on the fileserver. Due to the fact that alot of users created files with a name/path length over 260 char gci does not ...
0
votes
1answer
86 views
Powershell or other Windows method to copy datestamped html file to network share
Im new to powershell - so serious noob.
But I wanted to see if anyone could help in doing the following.
We have a folder on a server that has reports written to it every night.
The reports are ...
2
votes
1answer
475 views
WScript.Shell.run launching robocopy doesn't show destination parameters
i'm trying to get a vbscript (cscript/vbs) to copy files from one network location (my tv show downloads folder) to another network location (my pvr).
i tried to use xcopy but ended up with "parse ...
0
votes
1answer
243 views
Robocopy Invalid Parameters
I'm using the batch command robocopy to copy my website source files from my flash drive to my dad's laptop for a backup. I've ran it as an administrator and I get an invalid parameter error message. ...
3
votes
1answer
916 views
Robocopy last modified: more accurate than a day?
I'm working on a Windows batch file to perform a two-way sync with a server. The batch file will be used by multiple people to syncronize several computers with a single network location. Due to ...
0
votes
1answer
255 views
Compare two Directories in Powershell and work with the incomparisons
I try to compare 2 Folders. A and B.
B is a Backup Folder of A. Firstly I want to check if any Files have been deleted in Folder A, if so, I want to take that corresponding File from B and move it. ...
0
votes
1answer
1k views
Powershell robocopy /mir Copy Files before /mir deletes
I wrote a Powershell script which does following Steps.
It RoboCopies Files from a Server to an External Hard drive (incremental backup)
Next time it is supposed to check if any files were deleted ...
2
votes
1answer
122 views
xcopy and xcacls scripting
Several years back a couple of great guys helped me create and modify the following script. I now need to make some modifications to this script to make it run faster and eliminate the 256 character ...
4
votes
4answers
2k views
Automatically copy files without overwriting, but creating numbered ones instead
I need to copy files at a regular interval, eg once an hour so I tried setting up an xcopy batch saying it should copy the files it needs to copy to another folder. Now when it copies, it overwrites ...
0
votes
1answer
228 views
Using Robocopy in vb.net app Win32 error
I am developing an application in vb.net that needs to use Robocopy to copy directories and all contents within the directories to a specified directory. Robocopy must be used because unlike drag and ...
0
votes
0answers
43 views
Most efficient transfer of certain file types
Do some data types transfer better with different techniques? Right now I'm using robust copy with multi-threading to transfer a 2-3 gb folder from a flash drive to the C: drive of a computer. It ...
1
vote
2answers
2k views
Standard output and error output from robocopy in a batch file
I use robocopy in my batch file to copy folders. I want standard output to go to one log file and error messages to go to another log file.
I tried the following:
robocopy Z\BR "C\WIN" /E ...
0
votes
2answers
931 views
PowerShell: Write-Progress not working with RoboCopy, Workaround?
I have successfully incorporated Write-Progress into my scripts. When my scripts get to any portion where RoboCopy is used Write-Progress disappears and reappears when RoboCopy is complete:
...
