Gotta look at: http://synergy2.sourceforge.net/

Taking a dump(8) to – (stdin) and piping it to gzip and using |ssh over the network to use dd to create a backup might not be a bad idea.

dump -0f – / | gzip -2 | ssh -c blowfish Terry@IP dd of=vectra_date.gz

hmm.