This project looks very promising, but seems like something is fundamentally missing. When I follow the instructions and do a
go get github.com/reconquest/orgalorg
I get the orgalorg binary built, no problem, but then executing a sync command like
./orgalorg -o 192.168.111.111 -o 192.168.111.101 -x -S /home/mallen/my-big-set-of-files
results in an error:
192.168.111.101 bash: /usr/lib/orgalorg/sync: No such file or directory
192.168.111.111 bash: /usr/lib/orgalorg/sync: No such file or directory
2016-07-25 18:42:57 [FATAL] failed to run sync command
└─ failed to finish sync tool command
└─ commands are exited with non-zero exit code on all 2 nodes
└─ code 127 (2 nodes)
It's not entirely clear to me what I have to do to make this part of it work.
This project looks very promising, but seems like something is fundamentally missing. When I follow the instructions and do a
go get github.com/reconquest/orgalorg
I get the orgalorg binary built, no problem, but then executing a sync command like
./orgalorg -o 192.168.111.111 -o 192.168.111.101 -x -S /home/mallen/my-big-set-of-files
results in an error:
192.168.111.101 bash: /usr/lib/orgalorg/sync: No such file or directory
192.168.111.111 bash: /usr/lib/orgalorg/sync: No such file or directory
2016-07-25 18:42:57 [FATAL] failed to run sync command
└─ failed to finish sync tool command
└─ commands are exited with non-zero exit code on all 2 nodes
└─ code 127 (2 nodes)
It's not entirely clear to me what I have to do to make this part of it work.