How to copy large amounts of files in Windows

Sdílet
Vložit
  • čas přidán 21. 01. 2022
  • 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.com/robocopy .
    ►► Digital Downloads ➜ www.cttstore.com
    ►► Reddit ➜ / christitustech
    ►► Titus Tech Talk ➜ / titustechtalk
    ►► Twitch ➜ / christitustech
  • Věda a technologie

Komentáře • 301

  • @ChrisTitusTech
    @ChrisTitusTech  Před 2 lety +82

    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 Před 2 lety +1

      is syncToy using robocopy?

    • @TinS0lder
      @TinS0lder Před 2 lety

      IS galaxies still a game???

    • @ChrisTitusTech
      @ChrisTitusTech  Před 2 lety

      @@TinS0lder SWG Legends EMU is alive and well they just released city in the clouds

    • @Gryfang451
      @Gryfang451 Před 2 lety +1

      @@ChrisTitusTech can we robocopy it to a local drive and play it there? 😁

    • @Tenelia
      @Tenelia Před 2 lety +1

      hey Chris, how's the performance of this vs Rsync?

  • @old_geeky_Michael
    @old_geeky_Michael Před 2 lety +3

    Been using Windows for decades and never knew about robocopy, thanks.

  • @dallasroberts3206
    @dallasroberts3206 Před 2 lety +1

    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".

  • @TheDaNuker
    @TheDaNuker Před 2 lety +15

    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 Před 2 lety +12

    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.

  • @AbdicateDotNet
    @AbdicateDotNet Před 2 lety +3

    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 Před 2 lety

      Sounds like you also could have benefited from GRC Spin Rite, Roadkil's Unstoppable Copier, maybe even Test Disk/Photorec.

  • @sleekspeed22
    @sleekspeed22 Před 2 lety +18

    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 Před 2 lety +7

      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 Před rokem

      😂

  • @Ju13n1s2e9
    @Ju13n1s2e9 Před 2 lety +21

    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.

  • @krishnar6717
    @krishnar6717 Před 2 lety +6

    I love this channel. I have learnt so many things from this channel ❤

  • @BlankBrain
    @BlankBrain Před 2 lety +3

    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.

  • @chriswhitehead9850
    @chriswhitehead9850 Před 2 lety

    Sorry i might have missed it but how did you solve the max character limit in the path issue? Had this many times and only solved with mapped drives which as you mentioned is not a great solution.

  • @moker1215
    @moker1215 Před 2 lety +1

    YO keep these vids coming Chris!!

  • @markb9896
    @markb9896 Před 2 lety +31

    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 Před 2 lety +4

      xcopy? By any chance.

    • @christopherneufelt8971
      @christopherneufelt8971 Před 2 lety +1

      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 Před rokem

      I switched to robocopy long ago. xcopy is good, but inferior

  • @GrdDog
    @GrdDog Před 2 lety

    Ty for this helpful information; I always learn something new from your videos.

  • @henryfool6828
    @henryfool6828 Před 2 lety

    Nicely explained. Many thanks for sharing!

  • @muddyexport5639
    @muddyexport5639 Před 2 lety

    good vid. Thanks. Fan of your deep dive presentations vs the glossy overview.

  • @awesomearizona-dino
    @awesomearizona-dino Před 2 lety +2

    Awesome tutorial - I am sure many will benefit, i will for sure.

  • @Phantom-ys5ur
    @Phantom-ys5ur Před 2 lety

    Hello chris. Is There a way to use this method to copy files from my android phone to pc. I tried the method in vid but it cannot get the android folder path.

  • @zvn_me
    @zvn_me Před 2 lety

    Dude, this is insanely faster than normal method. Thank you so much :D

  • @aamirghanchi9487
    @aamirghanchi9487 Před rokem

    Thanks for the great video! I didnt find a switch that would skip over unmodified files already in the destination folder. Or does Robocopy skips over by default?

  • @Brandon_Jarvis
    @Brandon_Jarvis Před 2 lety

    Chris, Would this be faster and safer for copying 100’s of GBs of video from a Camera SD card to my SSD?

  • @mohammedazharuddin2928
    @mohammedazharuddin2928 Před 2 lety +3

    Thank you for explaining this tool. I will use it now. 👍

  • @pcmv6832
    @pcmv6832 Před 2 lety +18

    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 Před rokem +1

      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 Před rokem +1

      @@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 Před rokem

      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 Před 4 dny

      @@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 Před 4 dny

      @@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.

  • @CajunRulez
    @CajunRulez Před 2 lety

    Hi Chris. I need to simply copy, or migrate data from an old file server(2008 R2) to a new one(2019). I just need to move, or mirror the data from the old to new, retaining all NTFS permissions. The old partition is called "DATA", and I just need to dump all files, folders, sub-folders into the new server's "DATA" partition. Seems like there's so many options. What switches should I use for that? Again, basically just a mirror. Thanks!

  • @JobsonGabriel
    @JobsonGabriel Před rokem

    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?

  • @Bluelagoonstudios
    @Bluelagoonstudios Před 2 lety +1

    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?

  • @DJOwT
    @DJOwT Před rokem

    Thankx for breaking it down.. great tutorial for beginners

  • @soiled
    @soiled Před 2 lety +1

    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?

  • @thebaldfox
    @thebaldfox Před 2 lety +2

    How does this compare with teracopy? Anything I’m missing as the average user?

  • @alexmelillo1247
    @alexmelillo1247 Před 2 lety

    Great video. Makes it a lot clearer!

  • @oliver2210
    @oliver2210 Před 2 lety

    i do have credentials for my (\\) folder , which syntax to be used ?

  • @Gryfang451
    @Gryfang451 Před 2 lety +4

    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 Před 2 lety

      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.

  • @user-pm7pw1tl3t
    @user-pm7pw1tl3t Před rokem

    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...

  • @MitkoIvanov_83
    @MitkoIvanov_83 Před měsícem

    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!

  • @georgesmith3022
    @georgesmith3022 Před 2 lety +1

    if you copy to one hard disk what's the point of using multiple threads? also in large files will it cause file fragmentation?

  • @dangaines405
    @dangaines405 Před 2 lety

    Very informative! Thanks.

  • @tristandunn4628
    @tristandunn4628 Před měsícem

    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!!

  • @djrikk214
    @djrikk214 Před rokem

    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 ?

  • @nerdyorganist
    @nerdyorganist Před rokem

    Is there a way to verify file integrity to make sure everything copied correctly and without corruption?

  • @M0rn1n6St4r
    @M0rn1n6St4r Před 2 lety

    So... like _rsync_ for Windows? Is _rsync_ available via WSL/WSL2?

  • @romulofernandes9770
    @romulofernandes9770 Před 2 lety

    Not gonna lie, I tought that I would never use this when I saw your video, until I had to backup my sister's external hdd.
    This is a god sent, the only thing that I miss is a general progress bar to the whole process...

    • @saddestchord7622
      @saddestchord7622 Před 2 lety +2

      It sounds like a small thing, but I'm copying a bunch of stuff right now. It's been going on for hours and I wish I had at least a rough idea of where it's at in the process.

  • @adamb7460
    @adamb7460 Před 2 lety

    Hi Chris, thanks for this video. I will be helping a relative transfer basically everything on her old laptop to a newer one. Is connecting them with a crossover Ethernet cable and then using robocopy the best way to approach this?
    Her old laptop is win 7 and the new one is win 10.

  • @bagelbytes69420
    @bagelbytes69420 Před 2 lety

    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?

  • @mrmakra-eo1kx
    @mrmakra-eo1kx Před 2 lety

    well i had that file name limit error like 10 days ago when i was backing up my wsl files from the backup folder in windows to a hard drive
    and if you are wondering why i used the copy paste as everyone does ? - cause i just testing with it
    i had another tar.gz file backup as well

  • @thejedijohn
    @thejedijohn Před 2 lety

    This was excellent. Thank you.

  • @reinierdeuassreigningResilienc

    Liked the deeper dive into windows powershell

  • @ierosgr
    @ierosgr Před 2 lety

    Which one of the following commands is preferable for copying shared files from an AD serv to another (Win servers)
    Robocopy Source destination /DCOPY:T /COPYALL /E /R:0
    or
    Robocopy Source destination /E /ZB /copy:DATSOU /R:3 /W:3 /V

  • @emperorSbraz
    @emperorSbraz Před 2 lety

    does it do checksumming like rsync?

  • @fashionnova9839
    @fashionnova9839 Před 2 lety

    I want to copy file from downloads to desktop can I do it through robocopy?

  • @peterbalogh2646
    @peterbalogh2646 Před rokem

    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 :-)

  • @blackfoxstudioX
    @blackfoxstudioX Před 8 měsíci

    Thank you very helpful!

  • @radar_B-52
    @radar_B-52 Před rokem

    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

  • @CKlegion7272
    @CKlegion7272 Před 2 lety

    Owman Chris, you can't stop yourself hu? In the end you give (even though you leave a lot out) so much options, I still don't know what to do.
    Thanks anyway.
    👍🏻Greetings from Netherland✌🏻

  • @harshith9880
    @harshith9880 Před rokem

    I like your tutorials Very much

  • @mr.poseidon6247
    @mr.poseidon6247 Před 2 lety

    cool, informative, educational, thank you kind sir

  • @Redlabel0
    @Redlabel0 Před 2 lety

    where r those backup maintainance robocopy scripts at?

  • @JimSemkiw
    @JimSemkiw Před 2 lety

    I am going to try this, and you may have changed my life.

  • @Creomortis
    @Creomortis Před rokem

    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?

  • @thecamarogarage
    @thecamarogarage Před rokem

    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????

  • @jiristefka3177
    @jiristefka3177 Před 2 lety

    Why do the miliseconds on the timer go only up to 30?

  • @stevedixon921
    @stevedixon921 Před 2 lety +1

    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.

  • @shishirkyadav
    @shishirkyadav Před rokem

    Great video!

  • @cipherxen2
    @cipherxen2 Před 2 lety +3

    If system crashes during robocopy is in progress, some time source folder gets corrupted. I guess it's due to robocopy using mft directly.

  • @thisismelsemail1217
    @thisismelsemail1217 Před 2 lety +60

    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 Před 2 lety +8

      Yes he said it's for large files, and mostly for big servers and corporation not the average user

    • @surfingsub5854
      @surfingsub5854 Před 2 lety +6

      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 Před 2 lety +3

      @@surfingsub5854 ok yeah I can see that being really useful. Peace of mind is always a good thing.

    • @kiranrayudu4696
      @kiranrayudu4696 Před 2 lety +3

      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 Před 2 lety +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.

  • @ZioHolo
    @ZioHolo Před 2 lety

    How i can trasfer file from windows to android device ?

  • @PratameshMistry
    @PratameshMistry Před 2 lety +1

    Why not use Teracopy or other software like that ?

  • @jimmygustafsson1275
    @jimmygustafsson1275 Před 2 lety

    A nice use case is moving game save files to dropbox for those games that Steam does not sync the saves for you. I've got a task set up for that.

  • @divyanshsrivastava7312

    Sir, i have been facing an issue, I have an SSD which has around 70 gigs free space, quite recently I was trying to install God of War on it which is just 60 gigs, the problem is somehow while installing or copying from my other drive my entire memory gets full and after restart I think it flushs some archive file and that time I again retain the space.
    A similar thing happened during the installation of Cyberpunk 2077 (at that time I had 80gigs free & CP2077 was around 58), for that I had to transfer files in segments, I transferred 1 archive at a time from my HDD which tend to occupy double the memory while transferring and after restart it gets fixed.
    So can robocopy help in this or is there any other way.
    Thanks 👍

    • @EvilDaveCanada
      @EvilDaveCanada Před 2 lety

      There is a RSYNC that runs in the cmd window WITHOUT needing the Linux subsystem installed.

  • @photonboy999
    @photonboy999 Před 2 lety +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?

  • @scottbeebe3348
    @scottbeebe3348 Před rokem

    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)

  • @aarshay
    @aarshay Před rokem

    Does it support for windows 10?

  • @mozayer
    @mozayer Před 2 lety

    thanks alot for your decent effort,

  • @voyager_r
    @voyager_r Před 2 lety +1

    What program do you use for screen casting and especially how do you insert yourself in the screencast with cutting everything behind you?

    • @ChrisTitusTech
      @ChrisTitusTech  Před 2 lety +1

      OBS for recording with a Green Screen w/ Alpha Layer

    • @voyager_r
      @voyager_r Před 2 lety

      @@ChrisTitusTech Ok, thanks

  • @brandycorvette
    @brandycorvette Před 2 lety

    Nice video.. Thank you I learn new everyday from you..💕💕

  • @deViant14
    @deViant14 Před 2 lety

    True but if you're not rsync'ing or btrfs send'ing and snap'ing from your NAS what are you even doing

  • @pmccarthy001
    @pmccarthy001 Před 2 lety +7

    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?

  • @billb5732
    @billb5732 Před 2 lety

    Does Robocopy GUI still exist? I searched for it, and Microsoft claims that it exists, but the links were dead-ends.

  • @wali8976
    @wali8976 Před rokem +1

    is the a GUI version of this?

  • @dasgettopikachu7878
    @dasgettopikachu7878 Před 2 lety

    Why should multi threading be the factor that speeds the transfer up? Any modern single CPU thread can handle file transfer io streams.

  • @minigpracing3068
    @minigpracing3068 Před 2 lety

    Thanks, appreciate the info.

  • @dsparkz9346
    @dsparkz9346 Před rokem

    This is amazing I just had to sit and listen to
    This video enough I wanted to take over 20,000 Files off my external hardrive and put it on my pc very fast if u sit down and follow these steps u will be fine use your note pad to write the codes first so u can copy in post in command prompt without feeling discouraged lol I didn’t need to put my network Ip and it worked

  • @jakemuff9407
    @jakemuff9407 Před 2 lety +12

    Great video! Does robocopy work with Linux server and Windows client? Is this essentially scp/rsync but for windows?

    • @katrinabryce
      @katrinabryce Před 2 lety +6

      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 Před 2 lety +1

      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

  • @Visstnok
    @Visstnok Před 6 měsíci

    Great tut! Don't need anything fancier.

  • @benisapp155
    @benisapp155 Před 2 lety

    Ah yesm the wizard again. Thanks, your videos are Goodstuff!

  • @craiggodard6419
    @craiggodard6419 Před 11 měsíci

    If its multithreaded does it cause the destination files to be become fragmented?

    • @ianjameslake
      @ianjameslake Před 9 měsíci

      From what I've read investigating this, it pre-allocates space for each file.

  • @lancebermudez
    @lancebermudez Před 2 lety

    Does windows home have robo copy?

  • @cfljeff
    @cfljeff Před 2 lety

    So it does not verify the copied files?

  • @diginomad6016
    @diginomad6016 Před 2 lety

    This video came in the right time

  • @FacelookHK
    @FacelookHK Před 2 lety +11

    I use fastcopy and it has a GUI and it syncs files.

    • @carloschaparro07
      @carloschaparro07 Před 2 lety +1

      Fastcopy rocks!

    • @GreenyX1
      @GreenyX1 Před 2 lety +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 Před 2 lety +3

      I use Teracopy because I can verify the files with different Hash functions. I usually pick SHA-256 or SHA-512

    • @GreenyX1
      @GreenyX1 Před 2 lety +1

      @@apreviousseagle836 Can almost do the same with Fastcopy except Terracopy has a couple more algorithms

  • @JoePlomo
    @JoePlomo Před 2 lety

    Can you simultaneously copy files from say an SD card to both an SSD for fast video editing file storage inside the workstation & a NAS for long-term file storage with Robocopy?

    • @Gryfang451
      @Gryfang451 Před 2 lety +1

      I'm not Chris, but as far as I know, no. You can have multiple robocopy scripts running at the same time, or you can script them to copy one after the other. Say, copy to your SSD, then from there to your NAS.

  • @olafschermann1592
    @olafschermann1592 Před 2 lety +1

    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…

  • @JamesFraley
    @JamesFraley Před 2 lety

    Very good. Thank you

  • @GreySkullification
    @GreySkullification Před rokem

    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?

  • @chefmike8888
    @chefmike8888 Před 2 lety

    Excellent subject…… one week short lol. That explained all the duplicate files and why nothing could be found. Even when I located it that did not transfer to the very next file in same folder. Still going through all 7 ssd’s and finding whole directories 3 or 4x deep under user/name/etc. dupchecker helpful as long as you tell it where to look. I wish it would scan everything everywhere and show which are complete and working and which can be trashed. So far though I was able to get back 6Gb of space. All I wanted was keep some important program files and empty each drive start with reformatted and clean pc. That didn’t go as expected. Lol.

  • @dark_mode
    @dark_mode Před 2 lety +4

    Robocopy cut/moving in same directory is very slow. It basically copies the files first and then deletes it. Very annoying.

  • @sjones72751
    @sjones72751 Před 2 lety

    Saw the title and instantly knew you were talking about robocopy. Use it all the time mainly for the MT option and especially with mapped drives at my enterprise. You mentioned UNC would be faster (we use SMB shares). How? UNC via file explorer is still single threaded mostly and via command line I just get UNC paths not supported.

  • @yukendhiran8043
    @yukendhiran8043 Před 2 lety

    Give best solution for transfer file between windows, linux,mac(Cross platform)

  • @Aleredes
    @Aleredes Před 2 lety

    Thank you!

  • @iwifia
    @iwifia Před 2 lety

    I mean I am giving you a like before I even finish for Star Wars Galaxies alone!

  • @buster5283
    @buster5283 Před rokem

    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.