Displaying 1 result from an estimated 1 matches for "serv602".
Did you mean:
serv1602
2002 Nov 19
2
The exclude option of Rsync not work right.
...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/testdir/
6. I used other options indivually which -a uses.
7. rsync --exclude='/software/testdir/test.sql'
serv602:/software/testdir/ (this didnt copy anything fm the directo...