Displaying 1 result from an estimated 1 matches for "acle6i_excl".
2002 Nov 19
2
The exclude option of Rsync not work right.
.../ksh
# Replication Script for serv913 to serv9
# Created Nov 12, 2002
# Variable Settings:
#
#SCOMM_EXCL="/sofware/testdir/test.sql \
/software/testdir/testfile.html"
#
#APPNCA_EXCL="/software/testdir2/test2.ora \
/software/testdir2/test2.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:...