Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
131 views

How to get a results ouput file from running a copy operation against a server list?

We have a batch file that we use to (robo)copy scripts to various computers on our network. We need be able to write the result of the copy operation (success or fail) to an output file including the ...
juvenal's user avatar
  • 53
-1 votes
1 answer
2k views

Making Functional Robocopy Backup Script?

I cannot for the life of me get the thing to run on a new user laptop setup I'm working on. I'm hoping someone can help. I have been trying to search forums and YouTube videos but would really benefit ...
bigwheel's user avatar
0 votes
1 answer
135 views

Robocopy Skipping All files Targeted

Good Afternoon, I'm attempting to use robocopy with Powershell to recursively grab all files from sub-directories and moving them to one "root" directory. I tried doing this with copy-item ...
MrMachoman86's user avatar
1 vote
1 answer
232 views

does robocopy kill files while mirroring if read error?

my params is /mir /copyall /dcopy:t /z /v /tee /eta /unilog+ /mt:32 /r:3 /w:30 for example, some copying finishes ok so, is read error "equal" no-file? will robocopy delete file at ...
Seriy_A's user avatar
  • 11
1 vote
1 answer
3k views

ROBOCOPY command gives me error if owner is set to group instead of user

I want to copy folder structure with permissions using this command: ROBOCOPY "source" "destination" /E /copy:DATSO /NP /MT. It works only if source folder is owned by the user ...
CHEWKOK's user avatar
  • 35
1 vote
1 answer
1k views

Make robocopy skip offline computers in text-file

I'm trying to write a batch file that will robocopy a msi file from a server to all the domain PCs that are online at that time. It should skip PCs that already have the file listed and PCs that are ...
Maarten's user avatar
  • 21
1 vote
1 answer
653 views

Powershell script to be called by serveral servers to copy log files to remote location

We have several servers that save log files locally and I'm trying to automate logging to a single network location with a name of the parent folder where log files are stored and date modified time ...
AAABL's user avatar
  • 11
0 votes
1 answer
2k views

Robocopy From Folder A - Only differences between Folder A and Folder B, to Folder C?

I have a system setup where 2 folders on separate drives / locations are normally mirrored via DFRS. This works perfectly and I have no issues with this. However, the system that owns these files (a ...
Kip's user avatar
  • 376
0 votes
3 answers
3k views

RoboCopy Log Files missing whitespace?

So I'm working on a script to use RoboCopy to copy a bunch of files, and log what it's copied. It works reasonably well, except for the logfiles. They tend to look like this: C:\Users\Tech\...
TwystNeko's user avatar