coleslaw-org / coleslaw

Flexible Lisp Blogware
BSD 2-Clause "Simplified" License
553 stars 82 forks source link

Use robocopy on Windows #191

Closed egao1980 closed 3 years ago

egao1980 commented 4 years ago

Rsync treats C:/ type path as remote and cowardly refuses to copy directories. Robocopy knows no fear.

egao1980 commented 4 years ago

Should fix #162

egao1980 commented 4 years ago

Command for .coleslawrc:

(robocopy "/MIR" "/IS" "/XD" ".git" "/XF" ".gitignore" "/SL")
dertuxmalwieder commented 3 years ago

Thank you, good idea. :-)