search for: eclude

Displaying 2 results from an estimated 2 matches for "eclude".

Did you mean: exclude
2001 Oct 19
4
Exclude
Hi Folks, I'm running rsync between an NT client and a Solaris 7 Server (Ver 2.4.6). I'd like to be able to exclude the following directory: /opt/IBMHTTPDLOG/archivelogs but retrieve /opt/IBMHTTPDLOG My setup is: rsync -av -p -e rsync@server1.cna.com:/opt/IBMHTTPDLOG/ F:/opt/IBMHTTDLOG (client) rsync --daemon --exclude-from=/etc/rsync.exclude (server) What I get is
2006 Jun 07
0
Using a RegExp to exclude an email address
How would I use a regular expression to eclude an email address? I''m using validates_format_of :username, :with => :message => "Your username cannot be an email address." What is the expression to use after "with: =>" to exclude an "@"?...