Displaying 20 results from an estimated 8000 matches similar to: "Feature Request: Multiple Streams"
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
2003 Dec 16
0
Multiple streams/window sizing options ala BBFTP?
This must get asked all the time, but I didn't see any results from a
search in the archive, so...
Are there any plans to integrate features such as using configurable,
multiple streams, or configurable window sizes? Something like BBFTP or
GridFTP features would be nice - is anyone working on this? Rsync is
much more feature-rich than either, but they do have a few nice features
in
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
2015 Jan 23
1
network copy performance is poor (rsync) - debugging suggestions?
On Fri, January 23, 2015 12:54 pm, Patrick Flaherty wrote:
>>
>> I do have two centos 6.6 servers. With a "performance optimized" rsync I
>> get an speed of 15 - 20 MB/s
>>
>> The options I use are:
>>
>> rsync -aHAXxv --numeric-ids --progress -e "ssh -T -c arcfour -o
>> Compression=no -x"
>>
>> If I copy files by smb
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)
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
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
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
2015 Jan 23
8
network copy performance is poor (rsync) - debugging suggestions?
Hi,
I do have two centos 6.6 servers. With a "performance optimized" rsync I
get an speed of 15 - 20 MB/s
The options I use are:
rsync -aHAXxv --numeric-ids --progress -e "ssh -T -c arcfour -o
Compression=no -x"
If I copy files by smb to/from the servers I do get 60 - 80 MB/s, a dd
(r/w) on the storages attached gives 90 MB/s on the 1Gbit ISCSI (Source
Server) and up to
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
2011 Aug 18
1
in/exclude[=] and multiple sources
I have been using rsync on and off for years, but it still has the ability to throw me on more occasions than I care to admit:-) Currently I am trying to obtain a better understanding of the --include and --exclude options. Even though I think I have a pretty good understanding of the basic mechanics of these options and can usually get things to work as I want, there are a couple of issues that
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
2004 Apr 19
2
temporary file
Hello
I did the following command:
rsync -a --delete cpbackup /mnt/backup/
It works well, but the problem is that it seens the "temporary files"
(ie: -rwxr-xr-x 1 root root 83623936 Apr 19 2004
.name.tar.gz.yGk7m7* ) are being created on /mnt/backup/
Since it's a SAMBA mounted partition, it waste BW and is slower.
Is there a way to specify where I want the temp files to be
2004 Apr 22
2
Rsync Error..
Hello all,
I am having a problem with rsync. I want to backup data from one machine to another remote machine. I have Freebsd4.7 on source and FreeBSD4.9 on destination machines. rsync is installed on both the machines. I gave the following command at the source machine.
rsync -avvznrbe rsh /sourcepath 66.123.34.123:/destinationpath
(66.123.34.123 is the destination ip address)
Below is the
2004 May 11
2
cwrsync strange path in error message
Hi,
I am running cwrsync.
2004/05/11 [93] rsync error: some files could not be transferred (code
23) at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383)
I am uncertain as to what this path statement is about in the above error
message.
/home/lapo/packaging/tmp/rsync-2.5.7/main.c(383)
Thanks,
Pat
--
Patricia Palumbo
DuBois & King, Inc.
ppalumbo@dubois-king.com
802-728-4113 | ext 322
2025 Feb 14
1
Happy Eyeballs?
On 2/14/25 13:04, Gert Doering wrote:
> Hi,
>
> On Fri, Feb 14, 2025 at 11:51:47AM -0500, Chris Rapier wrote:
>> Would there be any interest in an implementation for OpenSSH or should I
>> develop it for HPN-SSH first and report back?
>
> I do wonder if HE is really still needed in 2025. If one of the protocols
> is not available at all, failover is already quick -
2005 Apr 25
2
All the feature requests... A better way?
With all the different features people want - almost makes me wonder if
having an actual scripting language for rsync may be the best solution?
Thought of integrating Perl in with rsync so it could use Perl to calculate
its include/exclude lists and/or whatever else? I just say Perl as an
example - could be something or somethings better to use than Perl that I
don't know about.
Eli.
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file:
rsync -avz
/usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1
.txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log
I get these error:
@ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
I am rsyncing several folders
2004 Jun 01
1
Unexplained error (code 24)
Hi all,
While trying to mirror a filesystem from one machine to another (for
backup purposes) I get the following error:
[root@samantha root]# /usr/bin/rsync -qavxzC --delete chandler:/var/
/bigdisk/backup/chandler/dev-md5-var/
root@chandler's password:
rsync error: unexplained error (code 24) at main.c(1045)
Does this mean anything to anybody?
Regards,
Graham
--
2005 Feb 04
2
rsync huge tar files
Hi folks,
Are there any tricks known to let rsync operate on huge tar
files?
I've got a local tar file (e.g. 2GByte uncompressed) that is
rebuilt each night (with just some tiny changes, of course),
and I would like to update the remote copies of this file
without extracting the tar files into temporary directories.
Any ideas?
Regards
Harri