There are many ways of doing this.
The following will backup the folder called BKFolder and it will end on up on remotehost at /full/path/BKFolder.
$ rsync --recursive --update --times --checksum --progress BKFolder user@remotehost:/full/path
Unison.