💾 Archived View for warpengineer.space › entries › rsync-for-windows.gmi captured on 2024-07-08 at 23:36:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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`.