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

updated tiptop (2.2 -> 2.3.1)
author Hans-G?nter Theisgen
date Mon Oct 21 15:30:09 2019 +0100 (2019-10-21)
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