similar to: Using include/exclude options

Displaying 5 results from an estimated 5 matches similar to: "Using include/exclude options"

2003 Oct 13
3
This is frustrating! Need some Help
Hello everyone. Im not sure what is wrong here, but I cant seem to figure out why one of my users cannot access a share on a file server that we are running here. Running on RH 8.0, samba 2.2.7a. (Planning on upgrading eventually) Anyway, one user for some reason, cannot access the share through his network neighborhood icon. Here is the share info: [AdminDirectory] comment =
2005 Jul 04
0
[Bug 2847] New: Group not preserved with rsync 2.6.3 on Cygwin in daemon mode
https://bugzilla.samba.org/show_bug.cgi?id=2847 Summary: Group not preserved with rsync 2.6.3 on Cygwin in daemon mode Product: rsync Version: 2.6.5 Platform: x86 OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2009 Mar 19
2
Problem with exclude folders
Hi rsync list! I have a problem with the exclude-from and include-from options. I want sync all jpeg files to an external server - exclude HK and texts folders and jpg inside this folders. My folder structure are: /products/ANYNAME/pictures/EU /products/ANYNAME/pictures/HK /products/ANYNAME/texts ... my include-from file: */ *.JPG *.jpg my exclude-from file: */HK/ */texts * my rsync
2004 Mar 24
1
rsync --files-from with symlink in path
Here is what I have been doing with rsync(This is condinced version of the main script that runs): #!/usr/local/bin/bash SSH=/usr/local/bin/ssh RSYNC=/usr/local/bin/rsync SED=/usr/bin/sed USER=vmladmin ROLLLISTDIR=/home/vmladmin/rolllists/ ROLLFILE=${ROLLLISTDIR}rollfile.${CELERITYID} EXCLUDEFILE=${ROLLLISTDIR}rollfile.exclude RSYNC_OPT="-zrc --delete"
2013 Apr 02
10
Suggested strategies for testing a gem against Rails 3.x and Rails 4?
I''ve seen a few examples of dummy Rails apps (for testing, so they live under test or spec dirs, typically) for use with the Appraisals gem that supposedly work with both Rails 3.x and Rails 4, but they seem hackish and not fully functional. It is somewhat expected, as it is a stripped down Frankenstein monster that is trying to be compatible with various versions of Rails 3 as well