All Questions
9
questions
1
vote
3
answers
476
views
Incremental copy of log file content
I have a couple of log-files, growing one line at a time, as log files do.
The files are available via SMB network share.
I want to periodically copy these files. Since the network is rather slow and ...
0
votes
1
answer
197
views
Robocopy occasionally "forgets" to copy files
I use robocopy to copy modified files between my development machine and a server.
Source machine is Windows 10. Target machine is Windows Server 2016 Standard.
This is the command and parameters I ...
0
votes
0
answers
907
views
Use robocopy to copy without attributes for files and directories
I'm trying to run robocopy to copy data but not copying attributes (timestamps are ok).
My first thought was to run with these switches: /copy:dt /dcopy:t
The way I interpret the documentation, those ...
0
votes
0
answers
413
views
Windows 10 - Robocopy chokes on a directory called "Recovery"?
Trying to use Robocopy with the MIR switch to copy the entire contents of one disk (not networked) to a directory on another (also not networked).
The source disk is E:.
The target disk/directory ...
0
votes
2
answers
363
views
Copy NTFS MetaData: Good Idea or Bad?
I wanted to "migrate" or "mostly clone" a drive to a new one. So, I robocopied a drive, and discovered that the destination has a few missing MetaData files including files from:
B:\$Extend\$...
0
votes
1
answer
7k
views
Robocopy - NTFS Access is Denied
I am trying to backup a disk from one share to another using robocopy with the following command:
robocopy \\servername\E$ \\servername\F$\Copy /E /ZB /copyall /r:5 /w:30 /dcopy:T /log:"C:\Temp\log....
1
vote
1
answer
2k
views
"Copy but keep both files" but only for files with different timestamps
I'm trying to consolidate 5 very similar but slightly different tree structures into a single one but not lose any modified data.
So, I need a solution that will:
1. Copy files that exist in the ...
9
votes
4
answers
6k
views
Copy Files from One Drive to Another and Keep Hard-Link in Windows
I have drive A: with 16G Space and plenty of files, due to the Hard-link feature in NTFS, the files together is 15G but only takes 2G of real space.
I like to copy all those files to drive B: which ...
4
votes
5
answers
11k
views
Copy files from FAT32 to NTFS, preserving date
I have a FAT32 flash drive full of old archived emails, and their creation/modification date is important because it represents when the email was received. I'm trying to copy these over to another ...