Displaying 1 result from an estimated 1 matches for "landser".
Did you mean:
lander
2002 Nov 19
2
The exclude option of Rsync not work right.
...2.cfg"
#
#ACLE6i_EXCL="/rootstuff/testdir/names.ora \
/rootstuff/testdir/names.conf"
#
#RSYNC=/usr/local/bin/rsync
export RSYNC_RSH="ssh"
echo "exporting rsync_rsh"
#export RSYNC
EXTRAFLAGS="$1"
/usr/bin/rsync $EXTRAFLAGS -a /export/home/landser/*
landser@serv602:/usr/local/landser/
echo "just attempted to run home "
#
echo "Now attempting to run testdir"
rsync -av /software/testdir/ --exclude='/software/testdir/test.sql'
landser@serv602:/software/testdir/
echo "just attempted to run testdir"
#
------...