Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
1k views

Powershell New-PSDrive from remote computer

I'm here again with one more question. As stated here, I sucessfully connected two servers to copy a lot of files. But the copy won't worked at all. It returns a lot of errors on files and folders ...
BHi's user avatar
  • 1
0 votes
0 answers
97 views

Is there a way to tell robocopy to report in its log how many files it has overwritten?

I'm using Robocopy with the /MIR option to backup some directories periodically, and I would like it to output a log in which the summary can tell me how many files were overwritten (not just copied ...
Mike's user avatar
  • 1
2 votes
1 answer
76 views

Copy files except when destination modified in last x days

I think what I am trying to do is simple, but I can't get the robocopy settings right, as I am trying to copy files from src to dest, over-writing files in dest if they already exist, except if ...
Mark Schultz's user avatar
0 votes
0 answers
348 views

Windows 2012 copy millions of small files

I have to copy about ~12 millions of small files (less than ~100kb e/o) from one VM with W2012r2 to another VM with W2016, using a dedicated gigabit NIC. I need to do an initial copy of all these ...
matiasPandu's user avatar
0 votes
2 answers
739 views

copy a specific filetype from multiple subfolders into one folder

I want to copy from a folder with several subfolders all csv files to a single folder. But I only want files that are not older than 30 days. This is what i have so far: for /R C:\Source %%f in (*....
crillez's user avatar
1 vote
2 answers
929 views

How to copy directory stucture, folders, sub-folders, files properties,metadata wihtout copying the actual content of files?

Softwares like DirLister, Snap2HTML I have a external disk of size 2tb,, and laptop with 500gb SSD and free time at work.. Copy Volume Shadow of External Disk, just directory structure and files, ...
hasoma's user avatar
  • 21
1 vote
1 answer
2k views

Robocopy Hangs / Gets Stuck - Move to Next File Command/Timer?

I have an issue when I utilize Robocopy. I have a fairly homogeneous directory and I am trying to move it from one drive to another. The drive where the files reside must be corrupted. I would ideally ...
jo452's user avatar
  • 11