Displaying 20 results from an estimated 2000 matches similar to: "in/exclude[=] and multiple sources"
2011 Aug 19
2
exclude hidden files
I want to exclude from the sync ALL files that start with a dot, IOW hidden files. But using --exclude '.*' does funny things with directories (or at least I think it does). Is there a recognised correct way to do this?
I thought --exclude '.???*' would avoid the directory issue by only excluding any dot file(dir) with a name longer than 2 characters. Not tried it yet, but would
2007 Mar 30
4
Intended behavior of sourceselect => all [Proper]
Hi all, again.
It looks like my last attempt of sending this message got cut off, at least
it looks like that in the archive[1], so I''m trying again:
<rerun>
Luke Kanies suggested that I take this up here since his memory on the
subject was a bit poor.
I am trying to cat various files together into one file. According to the
documentation "sourceselect => all" might
2002 Jan 04
2
Strange problem from "identical" hosts
Long post.. sorry.
Ok.. I've got three systems, all running openssh-3.0.2p1. As a matter
of fact, they were installed from the same built tree, so I know they are
the same.
Here's the deal. I've got three systems, call them source1, source2 and
target. All are HP-UX 11.0 systems installed from the same tree.
Source1 and source2 both have thier root rsa pub keys in target's
2018 Jun 02
2
encoding argument of source() in 3.5.0
In R 3.5.0 using the `encoding' argument of source() prevents loading
files from the internet; without the `encoding' argument files can be
loaded from the internet, but if they contain non-ascii characters,
these are not correctly displayed under MS-Windows (but they are
correctly displayed under GNU/Linux). With R 3.4.{2,3,4} there is no
such problem: using `encoding' the files are
2018 Jun 04
3
encoding argument of source() in 3.5.0
>>>>> peter dalgaard
>>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes:
> Looks like this actually comes from readLines(), nothing
> to do with source() as such: In current R-devel (still):
>> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8")
>> readLines(f)
> character(0)
2018 Jun 03
0
encoding argument of source() in 3.5.0
Looks like this actually comes from readLines(), nothing to do with source() as such:
In current R-devel (still):
> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8")
> readLines(f)
character(0)
> close(f)
> f <- file("http://home.versanet.de/~s-berman/source2.R")
> readLines(f)
[1] "source.test2 <- function()
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in.
Where
can I find the tools and monitoring apps for this card? Are there rpms
hiding
somewhere, or do I need to build it from source?
--
Bowie
2019 Apr 12
2
rpmbuild how to know we are building kernel module package
Hi,
When I build a mpt3sas rpm package, I found something interesting:
1. package name is prefixed with kmod- automatically
2. so many requirements are added automatically, most of them are kabi
So my question is rpmbuild how to know he is building kernel module package?
Based on which condition?
Here is mpt3sas.spec:
Name: mpt3sas
Version: 26.00.00.00
Release: 1
Summary: RHEL
2004 Mar 09
3
Feature Request: Multiple Streams
Are there any plans to add support for multiple stream copying (BBFTP
and GridFTP do this, though only for a single file) to rsync?
Thanks,
Jason
2009 Sep 01
1
rsync and symlinks
Hi, I have one question regarding handling of symlinks in rsync. If I have
/source directory in which I have 100s of sub directories of directories and
each one has symlink to some directories out side the /source directory
hierarchy. Does rsync follows all those symlinks and syncs the data if I
specifies below rsync command?
rsync -avz /source/ remote.ky:/source/
source
|
| - source1
2013 Dec 20
1
[LLVMdev] extra one cycle of getOperandLatency
Hi llvm-dev,
I wonder why there is an extra cycle for getOperandLatency.
It doesn't seem intuitive.
UseCycle = DefCycle - UseCycle + 1;
When I read the comments in TargetItinerary.td, it said
OperandCycles are optional "cycle counts". They specify the cycle after
instruction issue the values which correspond to specific operand indices
are defined or read.
I thought if
2004 Aug 06
1
details of HTTP Basic auth for icecast2
Michael Smith wrote:
> Currently, "source". Other suggestions welcome.
I see.
I guess the current working semantics don't need anything more
complicated. If the need rises to provide more complex access control,
userid / password pairs could be defined in the icecast config file. e.g.:
user1 / password1 allowed to connect as source /source1*
user2 / password2 allowed to
2002 Jul 25
2
rsync with --exclude files
HI,
I'm trying to exclude some files & directories from a filesystem which I
would like to copy to a different site. I did:
# rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt
/fs22/a/circuit_design mickey.willow.com:/cpu/store/design
where file /fs21/tmp/perl_scripts/exclude.txt contains the following
directories and files to be excluded from /fs22/a/circuit_design :
2007 Jul 11
1
"Exclude" test fails on OS X (i386 Darwin 8.10.1)
Version 3.0.0cvs protocol version 30.PR4
Capabilities:
64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xattrs, iconv
The exclude test fails on OS X Darwin Kernel Version 8.10.1
RELEASE_I386. It just hangs there until CTL-C. The same test passes on
the G4 PPC Darwin 8.10.0, and on i686 Xeon
2009 Mar 09
1
How to exclude directories from getting their metadata updated? (Macintosh HFS+ with rsync 3.0.5)
Hello everyone!
FOREWORD:
I respect your time and resources, I hope to not bother people on this
mailinglist!
To my defense: This question is far easier towards humans than to
mailinglist and web search-engines as the search terms in relation to
each other are highly in-causal or paradoxical, and hence lead to poor
results. Of course the manpage was the first place where I looked
2020 May 06
8
[Bug 14371] New: Combined Exclude & Protect Filter Type
https://bugzilla.samba.org/show_bug.cgi?id=14371
Bug ID: 14371
Summary: Combined Exclude & Protect Filter Type
Product: rsync
Version: 3.2.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayne at opencoder.net
2007 May 02
0
mingw-cross rpm spec file
Attached (and pasted in it entirety, although quite a few of the long
lines are munched) is my rpm spec file for building the mingw
cross-compiler as an rpm. It is more or less a wrapper which massages
the cross-tool script and setting some of the directories in
the "RPM" way and eventually everything is under /opt/mingw ; the
only tricky part is telling rpm not to strip binaries.
The
2019 Dec 18
1
[PATCH] docs: exclude dummy.c sources
They are empty sources used to build OCaml-only targets using automake,
so there is no documentation to extract.
---
Makefile.am | 1 +
docs/C_SOURCE_FILES | 13 -------------
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d3cf64cc1..ec342225a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -320,6 +320,7 @@ docs/C_SOURCE_FILES: configure.ac
2018 Jun 04
2
encoding argument of source() in 3.5.0
On R 3.5.0 (Mac)
The issue appears when using the default (libcurl) method and specifying the encoding
Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set)
urlR <- "http://home.versanet.de/~s-berman/source2.R"
# works
url_default <- url(urlR)
scan(url_default, "")
# Read 7 items
# [1]
2018 Jun 05
0
encoding argument of source() in 3.5.0
Thanks for the report, fixed in R-devel (74848).
Best
Tomas
On 06/04/2018 02:41 PM, NELSON, Michael wrote:
>
> On R 3.5.0 (Mac)
>
> The issue appears when using the default (libcurl) method and specifying the encoding
>
> Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set)
>
> urlR <-