Displaying 1 result from an estimated 1 matches for "extraflag".
Did you mean:
extra_flag
2002 Nov 19
2
The exclude option of Rsync not work right.
Hello,
Can someone explain why my exclude option is not excluding filles as
instructed in my script below.
I have tried multiple methods and still have been unsuccessful in
excluding the one file "test.sql".
The methods I have tried are:
1. Removing EXTRAFLAG variable -a
2. Removing using -a
3. Option --include infront of --exclude and behind of --exclude.
4. rsync /software/testdir/ --exclude='/software/testdir/test.sql'
serv602:/software/testdir/
5. rsync /software/testdir/ --exclude="/software/testdir/test.sql"
serv602:/software/t...