Rsync: backup Windows to Linux (remote) [migrated]

Solution 1:

Backup of Windows operating system to a Linux serve via rsync, probably through ssh, is not that straightforward/simple. For instance you need to define

  • scope of the backup
    • what files, folders are needed.
    • give necessary permissions to the user which is going to perform the backup
  • how such a backup is restored
    • test the restore procedure

You also need to be aware that Windows file permissions won't be carried over by rsync

A good walkthrough is available here - but the point is you will have to put in place your own solution.

You can also consider offering an SMB share on the Linux server and using the integrated Windows backup software to backup your files there.