search for: clude

Displaying 20 results from an estimated 21 matches for "clude".

Did you mean: claude
2009 Mar 04
3
Sync files not folders non recursively
...ying to do is to simply sync files with a special suffix to a destination folder. So I dont want to transfer recursively but I want to delete files from the destination which are not in the source anymore. Closest I have gotten is using this command: /usr/bin/rsync -dnolptgvze --delete --delete-excluded --include='*.htm' --in clude='*.html' --exclude='*' /SOURCE/ /DESTINATION/ BUT this deletes Files from folder /DESTINATION/A which are not present in the Source. I dont want this to happen. Also it syncs folders to DESTINATION but I only want to sync files not folders. /u...
2002 Jul 12
1
Pipelining arbitrary file transfers + --{in,ex}clude oddness
I'd like to rsync a series of files at arbitrary points in a tree in one connection and am struggling to figure out how to do this. rsync seems AFAICS to have a fundamental src_file dst_file model, optionally with recursion. The best I could come up with was recursing plus multiple --include with a final --exclude "*". The idea is to avoid multiple calls to rsync and thus TCP/session overhead costs. Is this reasonable? A better way? (Sneaking feeling I'm missing something really obvious at 2am, despite looking in the FAQ, man page, google and the wishlist...) Anyway, doe...
2010 Sep 04
1
Options to copy modified files
...o I get rsync to copy just that one file over? I would like rsync to copy over the files which have been modified on the server1 to server2. This is the command I have been using from server2: /usr/local/bin/rsync -a -A -h -u -p --progress --rsh=/usr/bin/rsh --rsync -path=/usr/local/bin/rsync --exclude=/bin --exclude=/dev --exclude=/etc --exclude=/export --ex clude=/home --exclude=/lib --exclude=/mnt --exclude=/net --exclude=/opt --exclude=/platform --exclude=/proc --exclude=/sbin --exclude=/system --exclude=/tmp --exclude= /usr --exclude=/var --exclude=/kernel --exclude=/devices --exclude=patc...
2002 Mar 22
1
[PATCH] --link-dest option
Please CC me. I'm not subscribed. Attached is a patch against 2.5.4pre1 CVS current to add the --link-dest option so rsync will create hardlinks for unchanged regular files to a directory on the destination. This is like --compare-dest except that the result is not a sparse tree. Also included is extension to --(ex|in)clude-from to allow - for stdin. Could one of the maintainers please add this to the mainline? Thanks to Dave Dykstra for feedback on this. -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email addr...
2004 Aug 06
0
Mount point switch
...s with some sort of alias? I'm not very icecast savy so bear with me. I'm writing all this in php, perhaps I could use backticks to pass a command to a console? I noticed that phpcast can swap sources, so this must be possible, but the code is not commented at all and the variable names in clude $p, $m and such. I've emailed the author asking him about it. Does anyone have any ideas/thoughs? HampshireCollege.student("Mikel Waxler"); <p>PS Actually there are 4 streams and we will be using streamripper to record the live radio shows. The web interface also includes a s...
2023 Mar 02
0
[Bug 3545] New: Output from ssh-keygen -e, which should always be a public-key, is not accepted by ssh-keygen -l
https://bugzilla.mindrot.org/show_bug.cgi?id=3545 Bug ID: 3545 Summary: Output from ssh-keygen -e, which should always be a public-key, is not accepted by ssh-keygen -l Product: Portable OpenSSH Version: 8.9p1 Hardware: amd64 OS: Linux Status: NEW Severity: minor Priority: P5
2000 Jun 21
1
configure: error: Could not find working SSLeay / OpenSSL libraries
Hi, I've built and installed the openssl-0.9.1c package but openssh-2.1.1p1 configure can't apparently 'see' the package. I've tried adding the install directory to LD_LIBRARY_PATH, using CFLAGS, LDFLAGS, LIBS etc. The 'missing' rand.h is present n the included path shown in the config.log output below. What am I missing? Any help would be very much appreciated. The platform is Solaris v2.5.1, gcc 2.7.2.3 - please send replies to me, I'm not subscribed. TIA, -- Nick ------------8<------------ configure:2582: gcc -o conftest -I/home/nstevens...
2006 May 03
0
Can't compile ael_lex.c on HEAD
I have left this a few days but I still can't compile ael_lex.c in HEAD on CENTOS. I've installed ncurses and bison but I get the following error gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -O6 -march=i686 -fomit-frame-pointer -include ../include/ clude -I.. -fPIC -I. -c -o ael/aelflex.o ael/ael_lex.c In file included from ael.flex:65: ael.y:53: error: syntax error before '<<' token ael.tab.h:141: error: syntax error before '}' token ael.tab.h:141: warning: type defaults to `int' in declaration of `YYLTY...
2003 Jun 05
0
rsync and cygwin part II
...9;m getting another error. The error is this: Invalid file index <some number> (count=<some number>) rsync error: protocol incompatibility (code 2) at sender.c (135) The command line I'm using to start this is: c:\cygwin\bin\rsync -aR -e c\cygwin\bin\ssh.exe -v --numeric-ids --exclude-from=/cydrive/c/ssh/rsync-ex cludes.txt --dry-run --delete --delete-after /cygdrive/c root@backupserver:/ rsync-excludes.txt contains things like: -PEACHW/ -WINPOINT/ -PNTDATA/ : : At first I thought that maybe my file list was getting too long, but I changed my excludes so that I had a file li...
2003 Oct 26
1
include & exclude dosn't work...
...iles] path = /home/guitar comment = directory read only = yes list = no secrets file = /etc/rsyncd.secrets auth users = gate1 # hosts allow = # hosts deny = gid = guitar timeout = 600 dont compress = *.mp3 exclude * include *.mp3 Then i run rsync : /etc > rsync rsync://gate1@localhost/mp3files/test/ Password: drwxr-xr-x 512 2003/09/13 02:24:46 . -rw-r--r-- 771 2003/09/13 02:24:46 .cshrc -rw-r--r-- 255 2003/09/13 02:24:46 .login -rw-r--r-- 165 2003/09/13 02:24:46 ....
2007 Apr 28
2
DO NOT REPLY [Bug 4573] New: Hide/protect filtering of xattrs by name
...re likely to want to preserve some xattrs but not others. Thus, it would be nice to have a name-based hide/protect filtering system for xattrs just like the ones for files. Filters could be specified with an --xattr-filter option; I see no need to add corresponding syntactic-sugary --xattr-{in,ex}clude{,-from} options. For example, if src/ has been indexed by Beagle and I want to copy it to dest/, copying over all xattrs except the Beagle ones, I could run: rsync -aX --xattr-filter='H user.Beagle.*' src/ dest/ -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email -...
2003 Nov 29
1
BUG?: 2.2.8a, missing header files for source/passdb/pass_check.c
...sr/local/lib/samba --localstatedir=/var --sbindir=/usr/local/sbin -- disable-cups --with-configdir=/etc/samba --with-lockdir=/var/spool/samba --w ith-piddir=/var/run --with-logfilebase=/var/log/samba --with-privatedir=/etc /samba --with-swatdir=/usr/local/share/swat --with-ssl --with-sslinc=/usr/in clude/ssl --with-ssllib=/usr/lib --with-dce-dfs --with-automount --with-sysl og --with-quotas --with-utmp --with-msdfs --with-libsmbclient --with-acl-sup port --with-dfs --with-krb5=/etc/kerberosV --prefix=/usr/local --sysconfdir= /etc The 2 lines that reference the header files are listed below: #incl...
2007 Aug 23
1
Build error on 3.0.25c using Tru64
Has anyone built this on Tru64 Unix? I downloaded and attempted to build today and received this, # /usr/sbin/sizer -v HP Tru64 UNIX V5.1B (Rev. 2650); Tue Mar 20 15:08:40 CDT 2007 # # make Using FLAGS = -O -D_SAMBA_BUILD_=3 -I/usr/local/include -I/spi/opensource /samba-3.0.25c/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/repla ce -I./lib/talloc -I./tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -I /spi/opensource/samba-3.0.25c/source/lib -D_SAMBA_BUILD_=3 PICFLAG = -fPIC LIBS = -lproplist -lsecurit...
2019 Feb 23
0
new Centos server install yum dependancy error
On Sat, February 23, 2019 10:41 am, Gerald Galster via dovecot wrote: > > > you can't install it yet because dovecot-2.3.4-2.x86_64 is not shown, > probably due to the priority protection plugin: > > -> 226 packages excluded due to repository priority protections > > > Try disabling it, see: > > > https://serverfault.com/questions/312472/what-does-that-mean-packages-exc > luded-due-to-repository-priority-protections > <https://serverfault.com/questions/312472/what-does-that-mean-packages-ex...
2019 Feb 22
2
new Centos server install yum dependancy error
...| 6.0 MB 00:16 > (10/12): remi-safe/primary_db | 1.4 MB 00:18 > (11/12): epel/x86_64/primary_db | 6.6 MB 00:24 > (12/12): centos-sclo-rh/x86_64/primary_db | 3.7 MB 00:25 > 226 packages excluded due to repository priority protections > > ============================= N/S matched: dovecot > ============================= > 2:dovecot-debuginfo-2.3.4-2.x86_64 : Debug information for package dovecot > 2:dovecot-debuginfo-2.3.4.1-1.x86_64 : Debug information for package dovecot...
2002 Jan 20
0
[ANNOUNCE] Bug in kernel == 2.4.10 causing netfilter problem
--AkbCVLjbJ9qUtAXD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all! On behalf of the netfilter core team I have the following announcement: The following kernel versions habe a bug in include/linux/list.h, which causes netfilter's connection tracking code to misbehave: 2.4.10-pre10 2.4.10-pre11 2.4.10-pre12 2.4.10 The bug in include/linux/list.h has been fixed in 2.4.11-pre1 and all later kernels. SYMPTOMS OF THE PROBLEM =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=...
2003 Jun 04
2
rsync and cygwin
...a Cygwin bash prompt, and we schedule it with the scheduler to run automatically every night, but this issue is the same even if we run the commands manually. The following is the contents of a .bat file we are running with scheduler: c:\cygwin\bin\rsync -aR -e c:\cygwin\bin\ssh.exe --verbose --exclude-from=c:\ssh\rsync-exclude.txt --nu meric-ids --delete --delete-after \ root@host.net:/ I've also tried something like the following: c:\cygwin\bin\rsync -aR -e c:\cygwin\bin\ssh.exe --verbose --numeric-ids --delete --delete-after \ root@host.net:/ In both cases, I get a lot of errors like t...
2008 Feb 03
2
USB UPS on Solaris
Is anyone here running a USB UPS on Solaris? I'm looking to upgrade my UPS (from a SmartUPS 620 with RS232 comms), and most of the modern UPSs use USB ... TX, Huge.
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
...checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i386-unknown-freebsd5.1 checking host system type... i386-unknown-freebsd5.1 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to...
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi, I couldn't find anything about this subject from archive - are there known problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to date). I downloaded libshout2 latest nightly snapshot and tried to compile it on 5.0 and then later on 4.8. Both failed (problems were mostly around sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that it might be a