Displaying 20 results from an estimated 21 matches for "cludes".
Did you mean:
eludes
2009 Mar 04
3
Sync files not folders non recursively
Hi all,
I am now trying to find a solution to my problem for quite some time. I hope
you can help. What I am trying 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
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
2010 Sep 04
1
Options to copy modified files
We use rsync to copy files and directories from one server to the other.
What options should I give to rsync so that it only copies the modified
files? For example server1 may contain a dir which contains just one file
that has been modified, how do 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
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
2004 Aug 06
0
Mount point switch
...s 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 schedualing
system and calendar. Once the shows have been saved to mp3 people can go
back to the shows date in the calendar and click to play the mp3.
When the system is more functional I will be publishing it on sourceforge
under the GPL.
--- >8 ----
List archives: http://www.xiph.org/arch...
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.
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
2003 Jun 05
0
rsync and cygwin part II
...or 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 list that I knew was short enough
and...
2003 Oct 26
1
include & exclude dosn't work...
Hello rsync,
I run Rsync as standalone server (--daemon). Here is my rsync.conf
file
use chroot = yes
max connections = 10
#syslog facility = local5
log = /var/log/rsyncd.log
[mp3files]
path = /home/guitar
comment = directory
read only = yes
list = no
secrets file = /etc/rsyncd.secrets
auth users = gate1
# hosts allow =
# hosts deny =
2007 Apr 28
2
DO NOT REPLY [Bug 4573] New: Hide/protect filtering of xattrs by name
https://bugzilla.samba.org/show_bug.cgi?id=4573
Summary: Hide/protect filtering of xattrs by name
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: hashproduct+rsync@gmail.com
2003 Nov 29
1
BUG?: 2.2.8a, missing header files for source/passdb/pass_check.c
I'm trying to compile in DFS with the --with-dfs option. There is an #ifdef
WITH_DFS and following that, is some header files that are referenced that I
can't seem to find any where. Is this a bug, or is this because my
operating system doesn't have these files?
I'm running OpenBSD 3.4.
Here is the first portion of config.status:
#! /bin/sh
# Generated automatically by
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
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:
>
>
>
2019 Feb 22
2
new Centos server install yum dependancy error
> Am 22.02.2019 um 22:10 schrieb Voytek Eymont via dovecot <dovecot at dovecot.org>:
>
>
>
> On Sat, February 23, 2019 3:47 am, Gerald Galster via dovecot wrote:
>>
>
>>
>> try: yum clean all
>
>
> Gerald , thank you
>
> it shows in the output after 'second step' below:
>
> # yum clean all
> Loaded plugins:
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
2003 Jun 04
2
rsync and cygwin
Hi, I'm having some trouble using rsync on W2K under Cygwin. We are using it
to back up the W2K machine to a Linux machine. We are using the patched
version of rsync 2.5.6 that allows it to run faster on NT/2K when
calculating the changes. We can backup a directory without a problem, but
in this case, we want to backup everything, so the directory we are backing
up is \. We do not run rsync
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?
----- Original Message -----
From: "Michael Smith" <msmith@xiph.org>
To: <icecast-dev@xiph.org>
Sent: Wednesday, June 04, 2003 3:47 PM
Subject: Re: [icecast-dev] libshout2 compiling problems under FreeBSD?
<p>> Whilst there may well be problems, there are no _known_ problems, and we
> certainly won't be able to fix them unless you actually tell us what the
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