Displaying 20 results from an estimated 110 matches similar to: "clarifiaction about rync zlib."
2005 Sep 26
2
rync killing the machine
Hi All,
I have a production server that's running our corporate mail (Cyrus-IMAP).
I used to use cpio to archive the mail store, but that's just getting
silly now that there's about 40GB that it needs to run through.
I tried running rsync in order to backup the data, but as soon as I
started running the script the machine came to a grinding halt. I left
it running for about 30
2009 Nov 21
8
DO NOT REPLY [Bug 6916] New: Avoid bundling a modified zlib
https://bugzilla.samba.org/show_bug.cgi?id=6916
Summary: Avoid bundling a modified zlib
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: matt at mattmccutchen.net
2003 Jun 27
1
bug? -z option and large compressed data
Hi,
I think I found a bug in usage of zlib. rsync 2.5.6 with -z fails
like bellow.
% cp install-disk2.iso /var/tmp/install-disk2.iso
install-disk2.iso 100% |*****************************| 316 MB 00:56
% rsync -vIz install-disk2.iso 127.0.0.1:/var/tmp/install-disk2.iso
install-disk2.iso
deflate on token returned 0 (16384 bytes left)
rsync error: error in rsync protocol
2009 Dec 11
4
rsync hangs during transfer
I am running the following rsync command to synchronize directories
between two servers:
rsync -axvz --delete-after -e ssh /SRCDIR/ blabla at DEST:/DESTDIR
The transfer starts and after a short while it appears to hang after
some files have been transferred. The process establishes connection on
both sides so I did an strace from the remote machine (using the
rsync-debug script as described in
2020 Jan 05
0
Understand rynce messages in vvvv verbosity level
Hello,
I'm trying to understand messages from rsynce shown when setting
verbosity level to "vvvv" so I can debug some issues I'm having.
some of the messages I'm interested in understanding:
|[sender] make_file recv_generator [sender] flist start=207990, used=9,
low=0, high=8 [sender] [sender] pushing local filters for recv_file_name
received 12 names [generator]
2014 Jun 14
1
rsync compilation may find the system zlib before the included one
Hi,
I'm trying to compile rsync 3.1.1pre2 on OS X with CFLAGS=-I/opt/local/include.
The consequence of this is that rsync fails to build:
/usr/bin/clang -I. -I. -pipe -Os -I/opt/local/include -arch x86_64
-DHAVE_CONFIG_H -Wall -W -I./zlib -I/opt/local/include -c token.c -o
token.o
token.c:420:26: error: use of undeclared identifier 'Z_INSERT_ONLY'
r =
2014 Jan 12
14
[Bug 10372] New: rsync 3.10 error in protocol data stream while rsync 3.0.9 runs through
https://bugzilla.samba.org/show_bug.cgi?id=10372
Summary: rsync 3.10 error in protocol data stream while rsync
3.0.9 runs through
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2002 Sep 06
3
error starting client-server protocol (code 5)
I'm running FreeBSD 4.6.2 on two different machines. Both machines have
rync installed by way of the ports library, but one of them is running
it as a server. I followed the directions in the man pages for running
the server using inetd.
Here is what happens:
rsync rsync://myusername@10.0.0.8/
rsync: server sent "rysnc version 2.5.5 protocol version 26" rather than
2011 Jan 29
1
How to use rsync when filenames contain double quotes?
Hello,
I am trying to synchronize the content of the directory my_dir/ from /home
to /backup. This directory contains a file which name has a double quote in
it, such as to"to. Here is my rsync command:
rync -Cazh /home/my_dir/ /backup/my_dir/
And I get the following message:
rsync: mkstemp "/backup/my_dir/.to"to.d93PZr" failed: Invalid argument (22)
For info, rsync works
2006 Apr 13
2
rsync permission problem when chmod 000
hello
I'm having 2 problems with rsync... one is consequence of the other
1) I'm running an rsyncd one a server... then I run rync (client) as
root on another server
even being root, it doesn't read files/dirs with chmod 000 for example
and gives error on them
2) when these error happens, it happens "IO error encountered" and it
skip the "--delete" (I tried
2010 Jan 01
1
temp name for destination directory, move in place after successfull complete?
Hello everyone,
In --link-dest/--copy-dest/--compare-dest modes, I'd like to distinguish
between destination directories that have been completely rsynced and
the ones that are only partially synced because of a network failure.
In short, I'd like to mimic the behaviour rync has on individual files
(building them as .filename-random and then renaming them to filename)
for the whole
2009 Apr 10
1
linux Rsync + windows rsync + unexpected connection close
Hello all
I cannot sync my windows box with my linux box because of the following error.
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
I run rsync version 3.0.4 ( protocol 30) on both machines (cwRsync
binaries on windows). i sync over ssh.
Ssh command works fine from windows.
Same rsync command from the linux box works fine.
Only the rync command from windows
2004 Dec 19
2
SSH Tunnel Problem
I have set up an Rsync server on FreeBSD 5.3 and plan
on having windows clients synchronize data to it.
Rsync running as a daemon works fine. I can
successfully copy data up to the server and view it
via scp.
Also- I can connect via ssh and run rsync as well.
HOWEVER- I cannot connect "passwordless" with SSH and
then connect to the rsync daemon. The following
demonstartes what I
2019 Nov 08
2
Recent inability to view long filenames stored with scp via samba mount
Greetings Jeremy,
Jeremy Allison wrote:
> On Sun, Nov 03, 2019 at 06:37:57AM -0500, Michael Lueck via samba wrote:
>>
>>
>> mdlueck at ldslnx01:/srv/shares/data/Nodes/jacob/home/mdlueck/Music/Alfred Brendel$ find
>> .
>> ./Beethoven Piano Sonatas Vol I
>> ./Beethoven Piano Sonatas Vol I/Disc 1 - 01 - Piano Sonata No. 29 in B-flat major, op. 106
2003 Nov 23
5
samba & rsync
If anyone has time to look at this problem I would appreciate it.
I think I am looking for a way to increase the "timeout" in samba (in the
smb.conf file)
for reporting a "down" link or "can't read xyz file".
However I am writing to you folks because this problem has come up while
using rsync
my problem
==========
We have a wan in which links from a
2003 Dec 17
5
Rsyncing Windows directory to a Linux box: problem with spacesin directory names
>
> >> > I am trying to rsync folders/files hosted on a Windows
> machine to a
> >> > Linux machine. Many of the directory names have spaces in them.
> >> > How can I list them in a file so that the --include-from
> option use
> >> > them correctly?
> >> > Thanks!
> >> >
> >> > Charles
> >>
2011 Jun 06
0
The --max-delete option and also question about depth first deletions
Hello,
I'm trying to build a bullet-proof rsync deployment, using rsync version
3.0.8 protocol version 30, and I'll be using the --delete option. As a way
of limiting any catastrophic losses I'm thinking about using --max-delete. I
have a couple of questions:
- If the maximum number of deletions occurs, will rsync keep chugging away,
copying over files to my destination,
but
2019 Nov 08
0
Recent inability to view long filenames stored with scp via samba mount
On Fri, Nov 08, 2019 at 03:20:14PM -0500, Michael Lueck via samba wrote:
>
> Indeed, I was finding other exceptions than just the new Beethoven Piano
> Sonata files. Some dating back to 2012! So definitely not new. I just have
> not needed to swap disks on my workstation in so long I have not needed to
> restore the MP3 collection.
>
> Both the : and the ? characters are key
2014 Jan 08
2
[Bug 10363] New: rsync fails to transfer data
https://bugzilla.samba.org/show_bug.cgi?id=10363
Summary: rsync fails to transfer data
Product: rsync
Version: 3.1.0
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: sunilkumar.sharma2 at ge.com
2006 Jan 30
1
--files-from and --delete mutually exclusive?
Hi rsync developers,
I'm trying to get some fancy mirroring done with selecting files from a
larger archive through the --files-from option. The only problem that I
do see is that rsync will not eat the --delete option whatever I try.
Thus, all the old files remain in the mirror archive instead of being
deleted.
To be more clearly, I want the rsync --files-from option to behave like