💾 Archived View for warpengineer.space › entries › rsync-for-windows.gmi captured on 2023-01-29 at 02:27:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

I was looking for something like `rsync` that I can use on Windows. I know that I could install many of the Linux utilities on Windows but I just wanted to see if there was something built-in. Well...`robocopy`!

`robocopy source_dir z:\backup\dest_dir /MIR`

The `/MIR` mirrors the entire directory tree. I'm tempted to say that I actually like it just as much as, or maybe more than, `rsync`.