Тёмный

How to copy large amounts of files in Windows 

Chris Titus Tech
Подписаться 639 тыс.
Просмотров 149 тыс.
50% 1

Robocopy is one of those commands that is often known about, but mis-used. Let's go over all the common options and do a little speed test.
Website Guide: www.christitus... .
►► Digital Downloads ➜ www.cttstore.com
►► Reddit ➜ / christitustech
►► Titus Tech Talk ➜ / titustechtalk
►► Twitch ➜ / christitustech

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 307   
@ChrisTitusTech
@ChrisTitusTech 2 года назад
It should be noted and I missed it in the video. If you are copying TONs of very small 1-100kb files you can completely turn off logging with /NFL /NDL /NJH /NJS - This will 10-100x the speed, but at the cost of logging. NFL = No File List NDL = No Directory List NJH = No Job Header NJS = No Job Summary. You can copy 100,000s to millions of small files extremely fast, but will have no summary or log.
@inthego
@inthego 2 года назад
is syncToy using robocopy?
@TinS0lder
@TinS0lder 2 года назад
IS galaxies still a game???
@ChrisTitusTech
@ChrisTitusTech 2 года назад
@@TinS0lder SWG Legends EMU is alive and well they just released city in the clouds
@Gryfang451
@Gryfang451 2 года назад
@@ChrisTitusTech can we robocopy it to a local drive and play it there? 😁
@Tenelia
@Tenelia 2 года назад
hey Chris, how's the performance of this vs Rsync?
@Ju13n1s2e9
@Ju13n1s2e9 2 года назад
The one thing I miss in Robocopy is what rsync have, the --backup-dir option so that "deleted" files are actually moved to another location.
@thisismelsemail1217
@thisismelsemail1217 2 года назад
I feel like for normal day to day file copying tasks this would be kinda overkill. In the example you gave of that 5GB file you saved roughly 10-20 seconds. It would take that long just to type everything out for the command thusly not saving anytime at all. Now I can clearly see the huge professional level applications for such a thing for sure. Just not sure if this is worth it for the average user. Thank you for teaching me something about windows I didn't know though! Really enjoyed the video nonetheless
@nostalgia9256
@nostalgia9256 2 года назад
Yes he said it's for large files, and mostly for big servers and corporation not the average user
@surfingsub5854
@surfingsub5854 2 года назад
Let's say you copied 500GB of data to another drive and it was going to take 1 hour to complete. You copy/paste and walk away and go grab some lunch. You come back only to find that it did not finish copying because it quit for one of the many reasons Chris spoke of. So many different things can stop the Windows UI copying. With Robocopy and using the right switches that is never going to happen. It will always complete the copy process.
@thisismelsemail1217
@thisismelsemail1217 2 года назад
@@surfingsub5854 ok yeah I can see that being really useful. Peace of mind is always a good thing.
@kiranrayudu4696
@kiranrayudu4696 2 года назад
I work in migration projects and use robocopy a lot for copying more than 500g of data. Ex: for copying 2gb folder which contains 2m files in it. U don't know the pain to wait for copying 2gb of data without robocopy.. Robocopy saves the day!!
@olegyamleq7796
@olegyamleq7796 2 года назад
It has nothing to do with "the average user". if the aver user has 5gb of normal data, then duh, not worth it. if LOTS of data or like kiran said "2gb folder which contains 2m files", then duh, it is worth it.
@pcmv6832
@pcmv6832 2 года назад
I dunno I would rather stick to Teracopy since it does all of what you say but wit a gui. Most probably would want to avoid command line for something like this and anything more important there is backup software better suited.
@justsaynotoboomers
@justsaynotoboomers Год назад
Teracopy has always failed for me on large copy jobs. I've had it simply skip files and not tell me and has caused me problems. Either that, or it simply crashes. It's a POS.
@pcmv6832
@pcmv6832 Год назад
@@justsaynotoboomers I dunno I've copied hundereds of gigabytes of files across multiple computers and not once did it fail and warned me on corruption even resumed after accidently disconnecting an ethernet once. Sounds to me nothing more than user error on your part
@othername2428
@othername2428 Год назад
If anyone uses lazy slang like dunno and wit when conversing with others, especially when already writing more than a few words, then anything they have to say is immediately invalidated. Have you even looked at r/DataHoarder? Its chock full of people complaining about how badly Teracopy has been failing on them, only within the last few years, even after years of flawless use. Perhaps you should not be so quick to accuse of others of 'user error' when you obviously don't know the situation, and can't even communicate intelligently.
@ohokcool
@ohokcool 2 месяца назад
@@othername2428hey man, people can talk however they want, it doesn’t invalidate their point. I agree with you on Teracopy being issue prone, but you can be right without putting people down and judging their choices. I’m on your side I’m just trying to get you to communicate empathetically. r/DataHoarders is always welcome at my house 😂
@ohokcool
@ohokcool 2 месяца назад
@@pcmv6832whew! That’s good, maybe have a backup plan or some other tool to verify it worked as well as it said it did if you continue to use it in the future. A tool is only as good/bad as our expectations of the work we assume it did.
@tristandunn4628
@tristandunn4628 3 месяца назад
Robocopy rocks. Have been using it since it was a part of the Windows 2000 Resource Kit. Was pleased to see it promoted into default install of Windows. One useful switch is /XO (exclude older files). Prevents an older file from overwriting a newer one. Also, if you don't use the in-built logging function and just pipe the output into a file yourself with >, switch off the progress (NP). If you don't, you'll get loads of percentage counts in your log file and it looks a horrific mess!!
@glharlor
@glharlor 2 года назад
Copy in windows is compete trash. The fact that it doesn't start copying and scans all files first is a tremendous waste. There should at least be a registry entry to eliminate that
@sleekspeed22
@sleekspeed22 2 года назад
This was so helpful. Unfortunately 2 weeks late for me. I ran into issue doing a multi terrabyte copy for my NAS migration. I got around it by zipin gup the folders and unziping them to the new destination. Robocopy would have been much smarter and faster. This was awesome! Thanks so much for sharing.
@surfingsub5854
@surfingsub5854 2 года назад
With that much data you might want to look at something like imaging with Macrium Reflect free. That is a lot of data and if you don't have the switches right can be a difficult copy. Using Macrium Reflect might be a better option.
@waltrautengels816
@waltrautengels816 2 года назад
😂
@ewenchan1239
@ewenchan1239 2 года назад
53.05 seconds vs. 52.07 seconds. 1.84% faster. Interesting. It would be interesting to see how much faster robocopy would be if you are saying using 10 GbE and passing data through a system in order to sync up two servers (or migrate the data) say from one NAS server to a bigger, newer, NAS server.
@RadoslavBenda
@RadoslavBenda 2 года назад
Exactly, the time is almost equal... The copy over the network is limited by the network speed and in both cases it was used to the max...
@paulramasco6769
@paulramasco6769 2 года назад
I can't find the source but someone was speculating that Win10 was using robocopy with default 8 or 16 threads so the performance is similar.
@nlx78
@nlx78 2 года назад
But so often I have one file failing in the end of the Windows way and then all I can do is click cancel and then you go to the folder and it moved everything back with that one file.
@ewenchan1239
@ewenchan1239 2 года назад
@@nlx78 I guess that the question is if you are using robocopy, and the same file fails -- would you know/would it tell you that the copy failed? I would be surprised if it failed using the Windows File Explorer vs. but then it would be successful using robocopy. It wouldn't be unheard of, but I would be surprised (given that it's still Windows).
@ewenchan1239
@ewenchan1239 Год назад
@Mister Robato I don't think that rsync would really be all that much faster, especially since I don't think that it is native to Windows. (Like you'd have to install something else (e.g. cygwin) to be able to get rsync. Or at least that's one of the ways to do it.)
@TheDaNuker
@TheDaNuker 2 года назад
Been using this tool, especially the mirror + copy all attributes to make backups and matching with logfiles to verify all the file copying ever since it was a downloadable tool for Windows XP. A really great commandline tool that really should have a GUI wrapper in the modern age for the less tech savvy.
@tularem
@tularem 2 года назад
You can double click the icon in the title bar to close a window. Just thought I'd throw that out there since Chris was right clicking the title bar of a window with the controls off-screen, and choosing close.
@CoolDudeClem
@CoolDudeClem 2 года назад
This looks more like a Linux way of doing things! It may be faster, but typing in all that stuff would actually take me a lot longer than just a couple of mouse clicks here and there, plus I'd mess up somewhere. That's why I can't use Linux. Give a GUI any day.
@markb9896
@markb9896 2 года назад
This just reminds me of how we used to copy files from drive to drive back in the day using 3.11 in DOS :)
@clewis4744
@clewis4744 2 года назад
xcopy? By any chance.
@christopherneufelt8971
@christopherneufelt8971 2 года назад
No such problems. RS232 to another computer. Then reset connection, restart machines (for the IBM), copy or cp depending on the DOS or Unix machine you access. What I miss though are the cassetes in Amstrad. And the time to go out to flirt chicks.
@mandrael
@mandrael Год назад
I switched to robocopy long ago. xcopy is good, but inferior
@mikechinym5962
@mikechinym5962 2 года назад
nice tutorial video...thanks chris. just share my experience, i use "fastcopy" written by japanese, it do able to handle long file name as well. hence, it have a log in notepad for each file copied.... and lots of great features...
@carloschaparro07
@carloschaparro07 2 года назад
I was going to suggest Fastcopy. Thanks.
@FacelookHK
@FacelookHK 2 года назад
I use fastcopy and it has a GUI and it syncs files.
@carloschaparro07
@carloschaparro07 2 года назад
Fastcopy rocks!
@GreenyX1
@GreenyX1 2 года назад
I also use Fastcopy. Most people have no idea what it's capable of. Can even shut down the pc when done, do wipe deletions, etc etc the list is long.
@apreviousseagle836
@apreviousseagle836 2 года назад
I use Teracopy because I can verify the files with different Hash functions. I usually pick SHA-256 or SHA-512
@GreenyX1
@GreenyX1 2 года назад
@@apreviousseagle836 Can almost do the same with Fastcopy except Terracopy has a couple more algorithms
@photonboy999
@photonboy999 2 года назад
*"...can use all 16 cores.."* ?? Okay, but where's the BOTTLENECK usually? I would assume the bottleneck is usually the read or write drive. And if you're reading from, or writing to an HDD wouldn't trying to access multiple files at the same time actually HURT performance because the read/write head is jumping around? And if you're reading from or writing to an SSD which is RAM (as in Random Access Memory) then what's the point of trying to access files simultaneously?
@pmccarthy001
@pmccarthy001 2 года назад
Is there a GUI overlay for RoboCopy? That might be more comfortable for many Windows users... Also, how does TeraCopy, and other third-party software to replace Windows default coping service stack up to Window default service, or against RoboCopy?
@naveentechs
@naveentechs Год назад
ChoEazyCopy exists its a gui
@jakemuff9407
@jakemuff9407 2 года назад
Great video! Does robocopy work with Linux server and Windows client? Is this essentially scp/rsync but for windows?
@katrinabryce
@katrinabryce 2 года назад
If your Linux server has samba, then yes. Synology is basically a linux server and that's what he used in this example.
@surfingsub5854
@surfingsub5854 2 года назад
Yes, rsync has some methods that robocopy does not and if you're copying from one network to another and can use rsync that would be better
@rjc4370
@rjc4370 2 года назад
If robocopy so great why isn't it built into native Gui? Honest question...
@GrishTech
@GrishTech 2 года назад
It replaced xcopy, which was a command line utility. Robocopy is used in scripted tasks. I do agree Microsoft needs to reinvent the regular gui copy to use robocopy under the hood. Would be nice.
@ChrisTitusTech
@ChrisTitusTech 2 года назад
Folks need Eye candy to look at with a progress bar.
@Helio4k
@Helio4k 2 года назад
To be honest in end of day not all users are admins or feel comfortable in command line that's why Microsoft had to evolve into eye candy GUI. If I. Not mistaking Linux is also following with some nice and impressive GUI.
@EngineScypex
@EngineScypex 2 года назад
@@ChrisTitusTech It's not just eye candy. Informations are important. Sometimes you need to have a good guess on how long a task will take. Can you just wait, grap a coffee or maybe you should take your break now? You don't know if you only see the current file. In your case in this video, open PS and typing the command takes longer then your saved time. Of course, if you copy milions of files or terabyte of data, you are faster. The basic windows features are designed for users, not administrators. That's what PS / CMD is for. Could the copy feature be better? Of course, there's plenty of software out there you could use instead. Same goes for robocopy.
@cipherxen2
@cipherxen2 2 года назад
If system crashes during robocopy is in progress, some time source folder gets corrupted. I guess it's due to robocopy using mft directly.
@mau_dubstep
@mau_dubstep 2 года назад
Dude, this is insanely faster than normal method. Thank you so much :D
@HumbleBountyHunter
@HumbleBountyHunter 2 года назад
I use it for copying only files of a certain type. robocopy D:\Images R:\GIFs *.gif /s
@krishnar6717
@krishnar6717 2 года назад
I love this channel. I have learnt so many things from this channel ❤
@markissboi3583
@markissboi3583 2 года назад
this Didn't get me exited handy to know but wont use just more to remember than copy & paste thought there was something that 1/2ed the time to copy videos . not
@Creomortis
@Creomortis 2 года назад
Will this fix the issue of copying files to an sd card? I'm copying a photo directory from my hdd to a microsd via a usb cable plugged into my phone. I've copied a large amount of files but noticed the amount of files did not match the hdd. I selected all the files on the hdd and pasted onto the correct directory in the microsd, a conflict error pops up. If you choose "don't copy" and "do this for all conflicts" the copy process will just end. It won't copy the missing files. Loads of topics on microsoft forums but they have all been closed with the only solution being to run a sfc scan. Very frustrating and I'm sure I've lost a lot of photos over the years because of it. edit: nvm, can't even connect my phone to win10 to assign it a drive letter, sigh. Are we living in the future or the past?
@coolcatrick3454
@coolcatrick3454 3 дня назад
I used to be able to connect my phone to my PC, but that was in 2022. I haven't been able to since. Samsung Smart Switch does not help.
@BlankBrain
@BlankBrain 2 года назад
I was using shared drives to access my NAS and copy files around. I recently installed Synology Drive to synchronize my laptop to my NAS. So far, so good. The only thing missing is a way to synchronize my Android phone to my NAS. I currently have to dedicate space on my laptop and use Syncthing to sync my phone to the laptop, then the laptop to the NAS. My "big" file structure is about 300 GB (so far) of music albums stored as FLAC. There are all sorts of challenges with long filenames for classical music. Some people have overloaded the filename field with too much information. I shorten filenames when I rip the CDs. There are alternate character sets used for some albums, such as Blue Oyster Cult. These played havoc with my old Debian-based NAS. I wish there was a way to put all my music in a database AND be able to play it back. The file system Music > Artist > Albums > Tracks is cumbersome at best. I actually added two folders to the structure to keep software from failing. I use Music > (A-M and N-Z) > Artist > Albums > Tracks. I may have to spit things again.
@georgesmith3022
@georgesmith3022 2 года назад
if you copy to one hard disk what's the point of using multiple threads? also in large files will it cause file fragmentation?
@diginomad6016
@diginomad6016 2 года назад
This video came in the right time
@Gryfang451
@Gryfang451 2 года назад
I've been using this since Server 2003R2 days. Once small caveat to the video is that there are times when you may want to turn off security all together. Like if you're copying user home folders from an old file server to a new one on a different domain prior to a user migration. I also might add that using robocopy in a scheduled task with a service account works well if you want a copy of something to go somewhere else to be backed up. No not as a backup itself, but a copy to be backed up there too. It's a powerful tool, and one that so many admins don't use or forget about using. DFS has gotten better, but it still has quirks (child/forest file copies are garbage), where robocopy will still succeed every time.
@surfingsub5854
@surfingsub5854 2 года назад
Indeed. Just remember it cannot copy any open locked files. Not geared for the same purpose but TSCOPY is an excellent tool that can copy any locked file including the hive files.
@old_geeky_Michael
@old_geeky_Michael 2 года назад
Been using Windows for decades and never knew about robocopy, thanks.
@PratameshMistry
@PratameshMistry 2 года назад
Why not use Teracopy or other software like that ?
@tokyofamily8536
@tokyofamily8536 2 года назад
is this the same as choeasycopy?
@creakycracker
@creakycracker 2 года назад
Thanks!
@thebaldfox
@thebaldfox 2 года назад
How does this compare with teracopy? Anything I’m missing as the average user?
@KevinSatterthwaite
@KevinSatterthwaite 2 года назад
one thing i don't like is, the /MT flag is only for file copyings. when ever i do server migrations there are multi millions of files and lots and lots of folders. It would be really cool if the multithread could handle directory transversal as well. it never fails the initial population to the destination takes weeks then one needs to run a delta to catch new/modified files. Robocopy is a huge waste of resources when its only 1 thread to traverse the files/folders.
@mohammedazharuddin2928
@mohammedazharuddin2928 2 года назад
Thank you for explaining this tool. I will use it now. 👍
@carlolalattacosterbosa5821
@carlolalattacosterbosa5821 2 года назад
it's too complicate to use it every day... with an actual piece of software to install so that my pc automatically let me copy files throught robocopy it would be neat ...
@thecamarogarage
@thecamarogarage Год назад
SUPER CONFUSED: I am trying to do: robocopy "D:\BACKUP FOR HDD REPAIR\DASHCAM\" "F:\DASHCAM\" /e /r:0 /w:0 /COPY:DAT /DCOPY:DAT /mt:12 but it keeps saying there is no destination specified????
@AbdicateDotNet
@AbdicateDotNet 2 года назад
Thank you!!! I had a NAS hard drive die - despite having multiple backups, the VMDK file on the drive was the ONLY corrupted spot on the disk! I loathed COPY and PASTE to another computer/drive, and this has saved my bacon!! Thank you!!!! 👏👏
@deViant14
@deViant14 2 года назад
Sounds like you also could have benefited from GRC Spin Rite, Roadkil's Unstoppable Copier, maybe even Test Disk/Photorec.
@Bluelagoonstudios
@Bluelagoonstudios 2 года назад
Hi, what is the difference between xcopy and Robocopy? I use xcopy a lot, it's faster than in the GUI, and it controls the files?
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 года назад
Robocopy runs out of steam at a point where rsync just keeps going. Need a lot of data on NTFS volumes to be moved around? Boot up System Rescue and do it with Linux.
@stevedixon921
@stevedixon921 2 года назад
The GUI copy will not preserve security settings most of the time, usually just replacing the source ACL's with the target folders ACL instead. Very bad if you need those ACL's preserved intact. I used robocopy extensively to migrate a file server with over 2 TB of roaming profiles years ago. Did one pass to get the bulk data mirrored to the new system (ran overnight, took hours), command saved for later use. Later we just ran it again and again to get the modified files (took minutes each time). The ability to save logs each run helped us sort out a number of access issues reliably in the end too (use /NDL and /NFL to only log errors and the summary). You can also use it (in rare cases) to salvage data from unreliable systems or drives as it can resume or at least skip files already copied. Had to do this ONE TIME to get data off a system with failing raid drives (lesson here is to actually check your raid and hardware logs regularly and not wait to the alarms to sound, yellow and red drive lights don't always get noticed). We managed to save all but two files if I recall correctly but it was touch and go for sure.
@jack91522
@jack91522 2 года назад
Would be nice if they had a gui. A lot of the switches can be automated by detecting the type and size of files if the manufacture wanted to. Make it easy for those who doesnt use robocopy often because I'll forget all the command line switches.
@Gryfang451
@Gryfang451 2 года назад
There used to be, but MS ended support for it in 2016.
@DavidKing-wk1ws
@DavidKing-wk1ws 2 года назад
I only need to copy 65535 gb of files in under 1 minute :) the fix is to start copying right before you goto bed. Close your eyes and bam the instant you wake up files are still copying:) Hey atleast we dont half to copy in number 2 pencil anymore :)
@wali8976
@wali8976 Год назад
is the a GUI version of this?
@JayMaverick
@JayMaverick 2 года назад
Baffling how all of these amazing tools exist and Microsoft hides them deep in the system so no one can ever find them. Why not make robocopy the standard way to copy in the Explorer GUI?
@richmondrobinson3259
@richmondrobinson3259 2 года назад
It's not hidden at all. It's just a command line tool. It's not in the GUI because for normal use. Robocopy is massive overkill for the average user. Robocopy also bypasses alot of the "safety net" features used in the basic copy/delete functions. Users would be deleting shit on accident all the time.
@JobsonGabriel
@JobsonGabriel Год назад
there is any way to exclude some format? Let's say I wanna copy the contents of a folder, EXCEPT .mp3 files. How should I do it?
@soiled
@soiled 2 года назад
This works great. Small issue: when the transfer was complete, the only way I can access the folder is to type in the path in explorer, the folder I transfer everything to disappears for some reason once robocopy has completed the transfer. and it’s not hidden. I just created a shortcut to get to it. Just curious if there’s a way around this?
@MitkoIvanov_83
@MitkoIvanov_83 4 месяца назад
Very good video. Thank you. Can I also access my internal phone storage and copy videos from tis location usin robocopy. It shows up as MTP-device and doesn't have any drive letter assigned? Thanks very much in advance!
@J4ckCr0w
@J4ckCr0w 2 года назад
Point being, 99% of users will never open a command line. You have Total commander for secure copying.
@surfingsub5854
@surfingsub5854 2 года назад
Total commander is not the same as robocopy and it's also not free.
@J4ckCr0w
@J4ckCr0w 2 года назад
@@surfingsub5854 It is free and it is even better for general use.
@surfingsub5854
@surfingsub5854 2 года назад
@@J4ckCr0w Intersting. Have not looked at it in years but have seen cracks so I assumed it was not a free program. Thanks for the update.
@scottbeebe3348
@scottbeebe3348 Год назад
I need some assistance if you can help me. So I'm trying to copy USB to USB using the robocopy method but I'm having a problem. I don't know if this is correct or not. but if you can tell me how to do it correctly? robocop E:\Karaoke CD (02) D:\Karaoke CD Part (02) CD Drv 01 E:\Karaoke CD (02) USB 02 D:\Karaoke CD Part (02)
@mandrael
@mandrael Год назад
To clone user folders like documents, pictures, music, desktop: robocopy "C:\Users\USER\Documents" D: obocopy\Dokuments /MIR /XJF /XJD It does a fast and perfect copy e.g. onto an external drive for transferring to a new PC or just as exact clone. Even the „folder icons“ are copied.
@buttaz95
@buttaz95 Месяц назад
what if ive accidenntally put in too many threads when copying ive done 32 instead of the 16 i have on accident from just copy pasting got the directories correct but it appears to be copying fine still ? am i going to be bottlenecking or will it see i dont have those threads available ?
@GreySkullification
@GreySkullification Год назад
Hold on a second. Why exactly are we not supposed to use this when we have mapped a network drive? It looks like you are using iSCSi? I use SMB via my TrueNAS - I have been using robocopy pretty regularly and saturating the connection 110-140Mb/s. What is the danger exactly?
@olafschermann1592
@olafschermann1592 2 года назад
The 255 path limit is a bad default setting of windows explorer. You can enhance that using a registry key. But yes i also forget it always…
@djrikk214
@djrikk214 Год назад
Moving an entire 3TB drive to another local drive. Needing to keep ACLs, time stamps, etc Would I need /ZB at all? In case my permissions are not sufficient? Also, do I need /COPYALL and /DCOPY:DAT ?
@awesomearizona-dino
@awesomearizona-dino 2 года назад
Awesome tutorial - I am sure many will benefit, i will for sure.
@Aleredes
@Aleredes 2 года назад
Thank you!
@SunIsLost
@SunIsLost 2 года назад
How to copy large amounts of files in Windows: Ctrl-A Ctrl-C Ctrl-V *it's EASY*
@seeithappen1
@seeithappen1 2 года назад
Forget what this guy is telling you about robocopy. Who wants a cli anyway ? Let me introduce you fastcopy - - a free, fast, portable, simple gui that everybody understands, supports unicode and over max path (260 characters) file path names, uses multi-threads for read write verify ... there we have it.
@chrisbitus1328
@chrisbitus1328 2 года назад
Titus gonna Bitus.
@BumWolf69
@BumWolf69 Год назад
Microsoft really should fix that. No way a modern OS these days shouldn't support copying mass amount of files through the Gui. Robocopy is helpful though saves me having to boot into Linux just to do some file copying off a dying hard drive.
@coolcatrick3454
@coolcatrick3454 3 дня назад
I have a DVD with 7500 files that i wanna copy to a flash drive. Windows copies all the files to memory. Then it asks where i want them copied to. I wanna copy files faster to my flash drive. How do i do this? Can I speed up access to my DVD drive?
@ssg2991
@ssg2991 7 месяцев назад
for the algorithm
@peterbalogh2646
@peterbalogh2646 Год назад
Any ideas to copy deduplicated refs? I have about 30tb to move to another synology, and it is painfully slow... I am open for ideas :-)
@NewYears1978
@NewYears1978 Год назад
STAR WARS GALAXIES? You still playing that? Haha. I remember playing that when it was out officially.
@lilSmurf69
@lilSmurf69 2 года назад
i tweaked my windows so much it doesnt even boot up power shell but i know were to enable it 😅i dont need it was just curious my windows is super lite debloated down to my nvidia drivers to boosted my gaming to 20-30% i remember using teracopy way back early 2000`s and it boost my large files speed by a huge amount now days i dont care i have a decent setup back then was running a potato it kinder works the same way back then without the hassle of the shell
@phoneaccount6907
@phoneaccount6907 2 года назад
man rsync, dude
@tomaszszupryczynski5453
@tomaszszupryczynski5453 2 года назад
fastcopy, robocopy is another copy of same program,. whatever you copy to same drive, other or usb stick or drive, it goes so much faster than windows or total commander. also no need to flush 16gb like total commander
@user-pm7pw1tl3t
@user-pm7pw1tl3t Год назад
So the reason my copy n paste keeps crashing my pc or aborts midway is because i go over some limit and it cant handle that? I have been frustrated as hell doing 500 latge files one by one because it keeps crashing and blue screen and what have you...
@yellowrose0910
@yellowrose0910 Месяц назад
If we use the standard Windows copy methods and it's way too slow we are not the problem, Windows is.
@billb5732
@billb5732 2 года назад
Does Robocopy GUI still exist? I searched for it, and Microsoft claims that it exists, but the links were dead-ends.
@jimmyo68
@jimmyo68 2 года назад
FreeFileSync works great for me now that MS Powertoys (Synctoy) is kaput. I prefer to use an intuitive GUI.
@cfbmoo1
@cfbmoo1 2 года назад
But that's the command line.. Windows does not do the command line anymore. Least that's what I hear all the time when I tell people I run Linux.😏
@kebman
@kebman Год назад
The best copy program is Tex!11 Atari ST nerds will concur.
@airbus7373
@airbus7373 Год назад
Well jokes on you, I'm backing up a flight sim with millions of files. Does this work for that?
@glenby2u
@glenby2u 2 года назад
Windows explorer will also lock up whole system while it calculates. dont do more than 1 copy at a time. has been an incredibly poor solution since win95 beta. lots of little text files, sometimes its better to zip first. use the copy mode rather than move just in case a file is open or something has a lock on it. Question - how does it compare to a powershell copy? I cbf'd looking into it. robocopy has been a staple for ages.
@surfingsub5854
@surfingsub5854 2 года назад
PowerShell has nothing builtin that is better. On Windows at this time I'm not aware of anything better than robocopy. There is TSCOPY which is a fantastic tool but its not quite as easy and useful for the averrage user, ie has a higher learning curve and can be dangerous if you don't pay attention.
@Deepak55elf
@Deepak55elf 2 года назад
Why windows class I am unsubscribe there are so many linux problems needs to be addressed properly through videos
@nerdyorganist
@nerdyorganist Год назад
Is there a way to verify file integrity to make sure everything copied correctly and without corruption?
@deViant14
@deViant14 2 года назад
True but if you're not rsync'ing or btrfs send'ing and snap'ing from your NAS what are you even doing
@kidfoxy6816
@kidfoxy6816 2 года назад
CHRIS the offline EXE u pay for im paying 5 AUD how much is it in where ever u live
@yukendhiran8043
@yukendhiran8043 2 года назад
Give best solution for transfer file between windows, linux,mac(Cross platform)
@olegyamleq7796
@olegyamleq7796 2 года назад
You know, i really get good info from this channel, but it also seems that there is an error or a misstatement or an "oh, i forgot to mention" with a lot of videos. strange.
@dallasroberts3206
@dallasroberts3206 2 года назад
This is so very much appreciated. I just want to copy everything on an older smaller drive to a new larger one... but NOT lose any of the dates in any way. Sounds simple... been hard. I will test my method first before I go "BIG".
@JohnDoe-Unknown
@JohnDoe-Unknown 2 года назад
seems like time difference would be spent on typing that long CLI command ))
@M0rn1n6St4r
@M0rn1n6St4r 2 года назад
So... like _rsync_ for Windows? Is _rsync_ available via WSL/WSL2?
@henrymach
@henrymach 2 года назад
Trying to convince windows users to use command line is kinda futile. What are your thoughts on Teracopy? It doesn't have as many resources but it copies big files fast
@strangedude9008
@strangedude9008 2 года назад
'Next in my video tutorials series: how to click with your left mouse button'
@jazz1tup
@jazz1tup 2 года назад
Or you can just ditch Windows altogether, move to linux and use rsync.
@johngalt8708
@johngalt8708 2 года назад
Is there a GUI version of this because I'm a lazy SOB....
@yesh..
@yesh.. 2 года назад
can u make a video about backgroundTaskhost.exe pls??
@oliver2210
@oliver2210 2 года назад
i do have credentials for my (\\) folder , which syntax to be used ?
@iwifia
@iwifia 2 года назад
I mean I am giving you a like before I even finish for Star Wars Galaxies alone!
@fashionnova9839
@fashionnova9839 2 года назад
I want to copy file from downloads to desktop can I do it through robocopy?
@bagelbytes69420
@bagelbytes69420 2 года назад
Windows Explorer copy and paste on my PC seems to work faster than RoboCopy utility somehow? For instance, I am getting about 113MB/s with the standard explorer copy, and RoboCopy gets roughly the same, but sometimes lower. Another example, between my 2 NVME SSD's, Explorer copy gets 1.2GB/s, and RoboCopy gets ~800MB/s so about 1/3 slower than just normal copy and paste. Any ideas why this might be?
@radar_B-52
@radar_B-52 Год назад
thank you for this lesson on robocopy. I did a test, copying files from my C: drive (all of which have dates and times in the past - relative to 4/17/23) to an external USB drive that has bitlocker on it. INITIALLY, the dates and times on the destination drive matched the source drive, but after a minute or so, bitlocker must have done something to them because the dates and times on the destination drive all changed to today's date and time. Are you aware of this occurring with bitlocker? Is there a way around what bitlocker is doing? thanks
@KadargoGaming
@KadargoGaming 2 года назад
So Robocopy is like XCOPY on MS-DOS back in my old days
@rapidscampi
@rapidscampi 2 года назад
The video should be called "How to copy large numbers of files". The title actually means that that you're going to show people how to partially copy their files. I would guess that's even more difficult to achieve but slightly less useful :-)
@ChrisRogers-ly9dr
@ChrisRogers-ly9dr Месяц назад
WOOOOOOOooooow. I wish I knew about this a loooong time ago.
@brainsmine8551
@brainsmine8551 2 года назад
SMB Multichannel copying is amazing. my nas has 80gbit connection and I have 20gbit. Rocks. You need a NAS that's 10g, qnap has some that are decently affordable now and 10g switches. qnap 10g nic works really well in linux and windows (very plug in play) for $100. But 10gig is SOOO much better than old school gigabit.
@Jpetersson
@Jpetersson 2 года назад
Everything counts in large amounts... It´s a competetive world!
@LotzaKritters247
@LotzaKritters247 2 года назад
Depeche Mode yo
@buster5283
@buster5283 2 года назад
I have to wait 4-12 hours for copying files from my android phones to windows pc because they slow down a lot. There are so many files in the folder, that it hangs in most file explorers on android. The windows explorer even crashes many times while I copy many of the files but the files are at least somewhat viewable before copying in windows explorer before copying unlike on android.
Далее
Making Windows Faster without Tools
17:00
Просмотров 672 тыс.
RoboCopy: Your Data Copying Ally for IT Admins
24:28
Просмотров 21 тыс.
Лиса🦊 УЖЕ НА ВСЕХ ПЛОЩАДКАХ!
00:24
How One Line of Code Almost Blew Up the Internet
13:47
Why You Can't Name A File CON In Windows
8:03
Просмотров 7 млн
The Ultimate Guide to Robocopy
9:16
Просмотров 10 тыс.
How A Steam Bug Deleted Someone’s Entire PC
11:49
The $0 Home Server
16:53
Просмотров 910 тыс.
Copy, Move, Delete files with PowerShell
17:01
Просмотров 173 тыс.
Robocopy Backup Tutorial for Windows
25:15
Просмотров 46 тыс.