This is one of the methods to setup automatic backup from several machines running Windows.
Overview:
1- Installing Cygwin (which is open source, and runs Linux commands) on both PC and the backup server.
2- Setting up Windows port 22 on both PC and the backup server.
3- Setting up automatic authentication by SSH (no need to enter password every time).
4- Testing and Copying your folder between your PC and the backup Server.
...next making this backup process automatic in a daily or weekly manner.
Install Cygwin: [ Ссылка ]
copying command: rsync -arv "/cygdrive/c/Crystal Files" "user@IP Address:/cygdrive/c/"
Part 2 (rsync automation): [ Ссылка ]
Ещё видео!