wok view rsync/stuff/usr/bin/rsync-unssh @ rev 21466

updated mondo (3.0.2 -> 3.2.2)
author Hans-G?nter Theisgen
date Tue Apr 30 15:06:09 2019 +0100 (2019-04-30)
parents d211311bd968
children
line source
1 #!/bin/sh
2 # usage: rsync -e /usr/bin/rsync-unssh ...
4 port=60873 # any free tcp port > 1024
6 login=$2
7 peer=$3
8 shift 3
9 dbclient -f $login@$peer "nc -l -p $port -e $@" < /dev/tty
10 nc $peer $port