Displaying 20 results from an estimated 5000 matches similar to: "rsyncing large sized folder"
2010 Feb 23
2
cygwin + rsync issue under Windows 7 x64
Friends -- I am posting this to both lists since I think
it has to do with some kind of unfortunate interaction.
The latest rsync (3.0.7-1) under an up-to-date cygwin
on Windows 7 x64 gets into some kind of busy wait
situation when transferring large files over ssh.
rsync, ssh, and zip can all be consuming much cpu time.
I downloaded and built rsync 3.0.7 locally, manually
editing config.status
2009 Nov 08
1
dup error of rsync 3.0.6-1 under cygwin 1.7.0-62 and 63
I have used earlier rsync on cygwin successfully for a
long. I have now moved to cygwin 1.7.0, which required
moving to rsync 3.0.6-1 at the same time. (The -1 is
for minor cygwin-specific patches.)
When I do almost any command with rsync, such as the one
below, it breaks at a dup2 after a fork in pipe.c (routine
piped_child). Windows gives error code 6, which is translated
by cygwin to errno 9 =
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
Hi all,
I have uploaded the printer drivers succesfully on RedHat Linux/ Samba
2.2.4 server. I can download and print without any problems. But when I do
Windows API call GetPrinter with PRINTER_INFO_2, the devmode in
printer_info is always null. My code looks like
HANDLE hPrinter=NULL;
PRINTER_DEFAULTS pDefaults;
pDefaults.DesiredAccess = PRINTER_ACCESS_USE;
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
------------------------------------------------------------------------------------------------
CALL FOR PAPERS
15th International Conference on Managed Languages & Runtimes
(ManLang'18)
September 10-14, 2018, Linz, Austria
http://ssw.jku.at/manlang18/
------------------------------------------------------------------------------------------------
ManLang (formerly PPPJ) is a
2010 May 20
3
Where to download the rsync binaries for Windows but NOT the cwrsync version?
When I go to page
http://rsync.samba.org/download.html
then there is no download of the windows binaries except the cwRsync version.
However there must be such a pure-rsync binary version for Windows because I have already an old, outdated rsync.exe v3.0.4
So is there elsewhere a download site for the newest rsync for windows?
Ben
2009 Nov 29
2
Any way to predict the amount of data to be copied when re-copying a file?
I do backups using rsync, and - every so often - a file takes far longer
than it normally does. These are large data files which typically change
only a little over time.
I'm guessing that these large transfers are caused by occasional changes
that "break" (ie. yield poor performance) in the "copy only changed
pages" algorithm. But I've no proof of this. And I
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
Dear Person That Posted This Email,
Please be aware that calls for papers are only on-topic for this email
list if they are specifically about LLVM. For example, a call for a
workshop on LLVM in Scientific Computing would be on topic whereas a
general compiler call for papers (like the one below) is not.
That said, I hope you receive many strong submissions. Your conference
looks
2007 Jul 14
2
eac and flac
am a NEW user to flac.installed flac on eac.tried to rip a cd using eac with flac as external compression.tried the 'wav' icontried the 'mp3' iconboth options saves the file as 'wav'thought eac will rip the cd in the 'flac' file format.is this a 2-step procedure?wherein eac to 'wav' and re-ripped on flac frontend?or is there a ripper with flac in it that
2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this:
{ * DOWNLOAD *
I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps.
The rates between 384Kbps and 1.5Mbps should be shared among all users.
Each user should always be able to get at
2006 May 19
25
iptables CLASSIFY and MARK not working?
I have to match my packets based on MAC address, which I cannot do in
the POSTROUTING chain, so I do it in PREROUTING using MARK. Then, I
match on the MARK in the POSTROUTING chain to do a CLASSIFY. But this
does not seem to work:
wireless-r1 bwlimit # iptables -L -v -n -t mangle
Chain PREROUTING (policy ACCEPT 3353K packets, 941M bytes)
pkts bytes target prot opt in out source
2005 May 26
3
Help with samba and a VM
I'm having some issues with a VM accessing a Samba share on a Unix
server. When the user is not logged into the VM he has no problem
accessing the share. When he logs into the VM and then tries to access
the samba share he gets the following message:
ERROR CODE: 1326 Logon failure: unknown user name or bad password.
Here are my specifics:
Samba version: 2.25
OS: HP 11.00
Smb.conf:
#
2002 Jun 04
2
User can't access share
Can anyone lend a clue: I have a user who cannot access a samba share.
His account is created on the server.
The share is accessible by everyone.
I can access the share.
Other users, in his group can access the share.
When he tries, he receives the following: "The network path
\\pasun-6\jnjdss1 <file://\\pasun-6\jnjdss1> could not be found"
He can ping the server from his pc.
2005 Jun 05
1
Creating a large matrix
Dear all,
I have a set of data that is 2 columns wide and 35,000 rows long (see
extract below). The first column contains codes for tetrads (2km x 2km
squares within NW England) and the second column has the names of moss
species present within each tetrad. I wish to convert this into a matrix
where rows are labelled by 'Tetrad', columns are labelled by 'Moss species'
and each
2017 Jan 13
9
Dovecot source code audit
Mozilla sponsored source code audit for Dovecot. So thanks to them we have our first public code audit: https://wiki.mozilla.org/MOSS/Secure_Open_Source/Completed#dovecot
Dates: October 2016 - January 2017
dovecot is a POP and IMAP mailserver; it is used in 68% of IMAP server deployments worldwide. The audit was performed by Cure53.
The team found the following problems:
? 3 Low
The Cure53
2006 Jun 01
13
Not understanding network setup!!
Hi to all,
+-------+ eth1 +-------+
| |==========| |
''network 1'' ----| A | | B |---- ''network 2''
| |==========| |
+-------+ eth2 +-------+
A and B are routers
# tc qdisc add dev eth1 root teql0
# tc qdisc add dev eth2 root teql0
# ip link set
2002 Dec 17
3
rsync problem behind a router
I have used rsync on many systems, and never had a problem. I am
stumped on what to do with this.
I have a box behind a LinkSys router and I can not "push" or "pull" data
to or from it from anywhere.
When I try, it logs into the remote server, gets the file list and just
stops.
The remote server shows a process running until I control-c out of
it.when I do that, I get:
rsync
2010 Aug 13
3
Delete rpart/mvpart cross-validation output
Dear all,
I was wondering if there is a simple way to avoid printing the multiple
cross-validation automatic output to the console of recursive partitionning
functions like rpart or mvpart. For example...
> data(spider)
>
mvpart(data.matrix(spider[,1:12])~herbs+reft+moss+sand+twigs+water,spider,xv="1se",xvmult=100)
*X-Val rep : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
2004 May 14
4
rsync hanging on Cygwin
I'm trying to use rsync under Cygwin on 2 machines running Windows 2000
Server
There's a 2MB link between them and I'm using SSH setup for a passwordless
connection
rsync hangs part way through transfers and when run again hangs at the same
place in the same files with no explanation no matter what verbosity level I
set it to. Each time it hangs it leaves an rsync process running on
2005 Oct 13
2
wondershaper....
Hi,
I am new to the Linux Advance Routing Project and to Policy Based
Routing as implemented in Linux.... but I have been using Linux for 10
years so not _really_ a newbie.... Looking at the lartc.org website I came
across the reference implementation of a traffic shaper...
I also have Matt Marsh''s book on ''Policy Based Routing using Linux''
which covers traffic
2010 Feb 26
2
Error in mvpart example
Dear all,
I'm getting an error in one of the stock examples in the 'mvpart' package. I tried:
require(mvpart)
data(spider)
fit3 <- rpart(gdist(spider[,1:12],meth="bray",full=TRUE,sq=TRUE)~water+twigs+reft+herbs+moss+sand,spider,method="dist") #directly from ?rpart
summary(fit3)
...which returned the following:
Error in apply(formatg(yval, digits - 3), 1,