Displaying 1 result from an estimated 1 matches for "36a9aec4".
Did you mean:
36a9ae3
2018 Dec 31
0
Aw: Re: rsync remote raw block device with --inplace
...1/diskrsync/files/2718788/install_diskrsync.txt>
(3) sudo chmod +x dir-in-PATH/install_diskrsync.txt
(4) sudo dir-in-PATH/install_diskrsync.txt
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20181231/36a9aec4/attachment.html>
-------------- next part --------------
#!/bin/bash
echo
echo '## '
echo '## installing/updating diskrsync'
echo '## '
echo
set -x
## customize below lines
export GOPATH="/usr/local/ch-static/GO" ## wherever you keep your go projects
export EX...