rolffokkens / bdsync

a fast block device synchronizing tool
GNU General Public License v2.0
109 stars 26 forks source link

Clarify example on manpage #16

Closed jniggemann closed 7 years ago

jniggemann commented 7 years ago

Having machine A and B, I want B/dev/sda1 to be the same as A/dev/sda1, i.e. I want to sync A to B. At the moment, B has slightly different content.

The manpage gives the following example:

bdsync "ssh doe@foo.org bdsync --server" /dev/LOCDEV /dev/REMDEV | gzip > DEV.bdsync.gz

Do I execute this on machine A or on machine B? Or, with other words:
Do I sync the client FROM the server, or TO the server?

rolffokkens commented 7 years ago

This has been fixed.