← Puter stuff
Open on Instagram ↗

Comments (15)

  • @arjitraj_ 2025-11-18

    Now measure the time you took in typing the command and also learning the command.

  • @arychaoss 2025-11-17

    /MT:n = number of I/O threads, not CPU threads.

  • @rah.unreal 2025-11-18

    People worried abt "typing time" 🤨 no one is asking you to copy 1 jpge using this, but it would be a lot more useful when copying GBs worth data!

  • @charllay1 2025-11-18

    For people saying it takes too long to type the commands: this CLI method for copying files pays if you have to copy large folders and files frequently.

  • @yogi_josh 2025-11-17

    "robocopy "D:\Source" "E:\Backup" /E /MT:32 /R:0 /W:0 /NFL /NDL"

    /E – copy all subfolders
    /MT:32 – 32 threads
    /R:0 – no retries
    /W:0 – no wait
    /NFL – don’t list files
    /NDL – don’t list folders

    Other more useful flags with Robocopy.

    /MIR mirror source → destination exactly
    /XO skip older files
    /XX skip extra files/directories in destination
    /SEC copy file permissions
    /COPYALL copy all attributes (data, timestamps, ACLs, owner, auditing)
    /Z restartable mode for unstable network links
    /FFT use FAT-style timestamps (2-sec granularity) to avoid mismatch issues
    /MT multithreaded copy (already using)
    /LOG: write output to a log file
    /IPG:n add inter-packet gap; prevents choking slow networks
    /L simulate only; no actual copy or delete
    /TEE output to console and log at same time

  • @saamarth.with.a.double.a 2025-11-18

    I made a bat file and turned on clipboard manager on windows. This is such a life saver. I could copy both the destinations and paste them into the bat file and run it 🙌🏾

  • @jsnnn._ 2025-11-18

    So why isn't this implemented by Microsoft yet

  • @ig_wintorez 2025-12-27

    Nice video bro I use this method

  • @wtech.pk 2026-01-16

    Writing this comand will take 5 minutes, It will be 5:24:17 😂😂😂

  • @never_alone__473 2025-11-19

    Will it faster even if the file contains just 1 single large file?

  • @lateposts_by_vishal 2025-11-18

    Is 32 threads the limit? Can I use more or less?

  • @muddatherx 2026-01-16

    Nice video bro , can you write the method please

  • @ahmadgusti 2026-01-04

    How Laptop to laptop with large size ?

  • @nashrif_ 2025-12-07

    Does this work for external storage devices too?

  • @jomon.palayur 2025-11-18

    Use Linux ?

Content ideas (0)

No ideas generated yet. Run /instagram-sync ideate from Claude Code to create some.