mpalmer / lvmsync

Synchronise LVM LVs across a network by sending only snapshotted changes
http://theshed.hezmatt.org/lvmsync
GNU General Public License v3.0
380 stars 60 forks source link

Add option to specify SSH command (a-la rsync) #33

Closed deriamis closed 9 years ago

deriamis commented 9 years ago

This is a continuation of #29.

The good news: I was able to work on this earlier than expected due to a personal project becoming a work project.

The bad news: I had to do this on a completely new workstation, and there were "difficulties" that required me to close the old pull request.

What I basically did was to implement the same option syntax as with rsync. Please do let me know if there are any problems or suggested changes.

mpalmer commented 9 years ago

I've merged this and released 3.2.0. Thanks for your contribution!