Displaying 1 result from an estimated 1 matches for "extraflags".
Did you mean:
extra_flags
2002 Nov 19
2
The exclude option of Rsync not work right.
...;/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:/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:/softwar...