similar to: More confusion on exclude rules

Displaying 5 results from an estimated 5 matches similar to: "More confusion on exclude rules"

2004 Apr 23
0
More confusion on exclude rules (Success)
Found a space after + /nflmg/scripts/regional/misc_loaders/ which caused the subdirectory to be missed. Thanks a bunch for your example. That illustrated the issue well. Once I got rid of the space and saw that your example did work, it made it much easier to understand how the rules build. The key was understanding how the alogrithm is recursive. Thanks, Dave -----Original Message----- From:
2003 Jul 03
1
General X11 Problems
Hi You may remember a while ago I was having problems with creating jpegs using R over CGI. I solved this on my LAPTOP (*grins*) by - executing "xhost +localhost" from the command line - putting "SetEnv DISPLAY=:0.0" in my httpd.conf (apache) And all worked well. Now I'm trying to move the whole system onto my shiny new server - and encountering yet more problems
2015 Oct 24
15
[Bug 11572] New: rsync --debug doesn't work, and gives erroneous results when taken out
https://bugzilla.samba.org/show_bug.cgi?id=11572 Bug ID: 11572 Summary: rsync --debug doesn't work, and gives erroneous results when taken out Product: rsync Version: 3.1.2 Hardware: x64 OS: Linux Status: NEW Severity: major Priority: P5 Component: core
2005 Sep 07
0
using Oracle bind vars in Rails
Has anyone looked into having ActiveRecord use Oracle bind vars? I don''t know if the same concept is supported in other dbs, but Oracle''s OCI driver supports late binding with dramatically improved performance. I did a quick test to confirm that I could expect the same performance improvement through the Ruby OCI8 driver, and in a simple test it looks to be a 5x improvement.
2004 May 11
3
rsync output -vv differs with dry-run option
I'm trying to figure out if a file has changed since the last rsync call. I use the following command line: rsync -cvv /mnt/xxx/vol1/dbase/100/kunden.dbf /mnt/label | grep "^total: " | sed -e 's/.* data=//' This gives a 0 if the file is unchanged and the file size if the file has changed. Adding the "dry-run" option "n" to the command line always