Window's-xcopy-command.txt 10/23/2020 for computer backup I keep it simple and use Window's xcopy command. Specifically I use: xcopy "from" "to" /v /f /d /I /s /y And then just run that, I put it in a .cmd file, periodically. For me I setup a Linux system with a file share mount point and that is my main backup server. -worley