Robocopy command

Peter_1985 2,586 Reputation points
2024-02-09T02:39:44.2833333+00:00

Hi, Does Robocopy achieve the same exactly like Windows backup?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,462 questions
{count} votes

Accepted answer
  1. Net Runner 605 Reputation points
    2024-02-10T18:03:19.35+00:00

    Windows Backup can make a backup of your system state, boot records and other essential information that will allow you to boot your system after restoration.

    Robocopy copies only files so no system backup/restore is possible.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Maui Rivera 240 Reputation points Microsoft Employee
    2024-02-09T03:05:38.6766667+00:00

    Not exactly but Robocopy command can be used for that purpose. However, it is typically used for when copying a large file from or to a remote location.