Displaying 1 result from an estimated 1 matches for "18032833".
2019 Nov 05
1
Segmentation fault using rsync client on Android device
.../git.samba.org/rsync.git
cd rsync
./prepare-source
./configure \
--prefix=$INSTALL_ROOT/rsync \
--host=$AUTOCONF_PLATFORM \
CFLAGS="$CFLAGS -static"
make -j8 && make install
cd -
```
Best place for instructions to build I could find were here:
https://stackoverflow.com/a/18032833/157971
I didn't get any compiler or linker errors. It seemed to work.
I copied the `bin/rsync` executable to the device in the `/data`
directory. I then executed this command:
```
./rsync -vvvvvvvv --stats --progress -rdt rsync://192.168.1.205:12000
```
I get this output:
```
opening tcp c...