Audiovisual

Audiovisual

1264 bookmarks
Newest
Robocopy Backup Tutorial for Windows
Robocopy Backup Tutorial for Windows
Robocopy is the best backup solution for Windows. This tutorial shows the steps I use to generate backups for personal computers and for file servers. Here is the robocopy command I used: robocopy \\server\share Z:\backup /MIR /MT /R:5 /W:15 /NS /NC /NFL /NDL /NP /LOG+:\rlogs\log.txt (Note: use quotes for any path that includes a space like "\\server\office docs") Also, make sure to create a folder called "rlogs" on the C drive.
·youtube.com·
Robocopy Backup Tutorial for Windows