Displaying 20 results from an estimated 10000 matches similar to: "Rsync write behaviour / efficiency"
2008 Oct 01
1
Rsync efficiency on SQL dump files
G'day,
I'm backing up production MySQL database servers. The tables are almost
all MyISAM.
My plan is to use MySQL binary logging and then rsync the binary logs
offsite hourly. The binary log files are only appended to, with new
queries logged at the end of the file. So I'm assuming the rsync
algorithm will be highly effective at reducing the bandwith required to
transfer these
2004 Mar 10
1
accuracy of chi-square distribution approximations
Hi there,
How accurate is the aproximation R makes to the Chi-Square distribution?
For example, if I run:
> qchisq(1/1000000,6)
[1] 0.03650857
how accurate is 0.0365 compared to the theoretical percentile? What kind
of approximations have been made in the software's algorithm? It woudl be
useful to know since I am working with tiny percentiles such as one
one-millionth and one
2006 Sep 28
1
Strange file locking behaviour
Hi all,
Bit of a sticky situation - we use rsync to mirror files from a remote
staging server to our development server (both on Linux). The mirroring
works fine, however, while the rsync process is running, our apache service
on the destination system can't access the files. Is rsync locking the
destination file system while it checks the files or something? Anyone got
any idea how I
2015 Dec 30
1
strange behaviour when using (conflicting) options -q --progress
-q seems to override -v completely, but when combined with --progress,
a single newline is output when there are no updates transferred; but if
a file *was* updated nothing at all is output.
It seems that there might be some short-circuited code when nothing is
trasferred, but that a check for quiet mode is skipped somehow.
Paul
2004 Sep 22
2
question about 2.6.3pre2's --link-by-hash behaviour
I had noticed the --link-by-hash patch a short while back & decided it was time to experiment with it. Sadly, its behaviour is considerabely different from what I expected - to the point that I find it unusable in its current form. I had hoped to use it both for my rotating backups & for my (unofficial) slackware mirror.
For the test itself, I did the following:
- created 3 directories in
2006 Aug 02
2
Behaviour that I don't understand
I am trying to set up rsync as a daemon under WindowsXP (professional) in
order to be able to backup this machine on to a linux server. I am
struggling with an issue I don't understand. I don't know whether it is an
Rsync issue or a Cygwin issue, so I am asking both mailing lists.
My WindowsXP machine has ip address 192.168.0.25 and name rabbit.home
My Linux machine has ip address
2004 Jul 13
1
MLE, precision
Hi, everyone
I am trying to estimate 3 parameters for my survival
function. It's very complicated. The negative
loglikelihood function is:
l<- function(m1,m2,b) -sum( d*( log(m1) + log(m2)
+ log(1- exp(-(b + m2)*t)) ) + (m1/b - d)*log(m2 +
b*exp(-(b + m2)*t) ) + m1*t - m1/b*log(b+m2) )
here d and t are given, "sum" means sum over these
two vairables.
the parameters
2009 Jul 16
4
please help me using rsync efficiently
Hi,
I need a small information on the way rsync copies the files .
I am writing the files , links to a list file and I am passing the list
file to rsync for copying to remote machine.
The contents of the list file (passed to rsync for synchronisation) are
/folder1/folder2/rep/01234018329/FSG2_PULL.txt#79GA91205KAE --- actual file
/folder1/folder2/users/01234002360/my/FSG2_PULL#79GA91205KAE ----
2007 Feb 05
3
rsync 3.0.0cvs timeout
Hi,
When I send this command, I get a timeout almost every time...
--- this is the client side ---
rsync -av --timeout 120 /home/bat/20070205_0501/log/sync_dns29_log
/home/bat/20070205_0501/log/sync_dns29_serial
/home/bat/20070205_0501/log/sync_dns29_tcpdump_log.gz --port 5873
fileserver::test/20070205_0501/log
sending incremental file list
sync_dns29_log
sync_dns29_serial
2006 Apr 26
1
Problems with Eicon Diva V-4BRI - 2nd Port
Hey guys
This is probably for Armin, but I thought maybe someone else might have
something I could try. I'm having a problem with one of my Eicon Diva
V-4BRI cards and I'm trying to work out if its a driver configuration
error, card failure or telco problem:
I have an Asterisk box running -- the Eicon drivers see all four ports
on my card, capi.conf is configured with all four ports
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends,
a newbie here.
we have two webservers, a and b, both of them with rsync
installed.
We would like to rsync one directory on one server with
another directpory on another server.
What I do is to go to one of the server (server a) as root
using ssh, navigate to the directory, and write
rsync -avz username@serverb:directory/ ./
But it does not work.
Am I doing something
2002 Apr 16
2
Can rsync update files in place?
I've just subscribed, but a search of the archive doesn't indicate this
has been handled before...
Is there a way to get rsync to not create a new file while transferring
and then rename it, but to instead update the existing file in place,
i.e. simply write those blocks that have been updated and leave the rest
alone?
That would be ideal for what I wanted rsync for, namely updating
2007 Aug 01
2
--append option description in manpage confusing
[ see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426191 ]
The text in the description of the --append option may lead one to
believe that files that are shorter on the receiving side won't be
updated, due to the following text:
...
Only files on the receiving side that are shorter than the
corresponding file on the sending side (as well as new files)
are sent. ...
IMHO
2017 Mar 03
2
How do you exclude a directory that is a symlink?
The directory I'm trying to copy from is: /home/blah/dir
The symlink is /home/blah/dir/unwanted_symlinked_dir
On Fri, Mar 3, 2017 at 8:10 AM, Paul Slootman <paul+rsync at wurtel.net> wrote:
> On Fri 03 Mar 2017, Steve Dondley wrote:
>
> > I'm trying to rsync a directory from a server to my local machine that
> has
> > a symbolic link to a directory I don't
2007 Apr 12
2
error on --copy-dirlinks shortform in manpage
Hi,
A minor bug in the manpage was noticed by a Debian user...
(Please keep the 418923-forwarded@bugs.debian.org in the Cc list in
replies.)
diff -u -r1.399 rsync.yo
--- rsync.yo 23 Jan 2007 15:34:43 -0000 1.399
+++ rsync.yo 12 Apr 2007 19:30:17 -0000
@@ -724,7 +724,7 @@
also ignored. Using this option in conjunction with bf(--relative) may
give unexpected results.
-dit(bf(-K,
2005 Apr 25
2
Need help with rsync
Hi,
Trying to configure rsync , Here r the details:
OS:Solaris 9
rsync :rsync version 2.6.3 protocol version 28
Problem :Locally copyng files using rsync works fine.r sync fails when
i try to copy files over to the other machine
:
rsync /export/home/amg/* amg@coesun05:/export/home/amg
amg@coesun05's password:
rsync: connection unexpectedly closed (0 bytes received so far)
[sender]
2016 Dec 16
3
[Bug 12472] New: invalid rsync-command syntax or options with —stats
https://bugzilla.samba.org/show_bug.cgi?id=12472
Bug ID: 12472
Summary: invalid rsync-command syntax or options with âstats
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
2004 Nov 23
4
patch for replacing non-printable chars in filenames
There's a bug reported in Debian about the tty being screwed up by wierd
filenames, see http://bugs.debian.org/bug=242300
On the one hand, find will also do this. On the other hand, ls will
replace such chars with a question mark. Upon inspection, it appears to
be fairly simple to also do this in rsync (in the rwrite() function).
Here's a patch. Opinions? Perhaps don't do it
2007 Mar 08
4
about lock.
Hi, i try to learn how rsync lock files for create a backup, but.. not find
any on www.
some can help me and give any HOWTO or FAQ or document ?
Thanks!
-------------- next part --------------
HTML attachment scrubbed and removed
2007 Oct 31
4
multiple rsync sessions for one file?
Hey all,
A customer is configuring an offsite rsync backup. Their Internet
pipe is fairly slow (DSL) but they have some very large files to
backup. Their backup window is only after business hours.
If one of these large files starts rsyncing at midnight, and the
backup window ends before the file is complete (i.e. the rsync
process stops), will it complete the rest of that file the