Displaying 20 results from an estimated 6000 matches similar to: "rsync speed on slow wireless links"
2009 Dec 22
4
Rsync 3.0.7pre1 released
Rsync version 3.0.7pre1 is now available for release testing. This is
a bug-fix release.
Please test this new release and send email to the rsync mailing list
with any questions, comments, or bug reports.
To see a full summary of the changes since 3.0.6, visit this link:
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS
You can download the source tar file and its signature
2009 Dec 22
4
Rsync 3.0.7pre1 released
Rsync version 3.0.7pre1 is now available for release testing. This is
a bug-fix release.
Please test this new release and send email to the rsync mailing list
with any questions, comments, or bug reports.
To see a full summary of the changes since 3.0.6, visit this link:
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS
You can download the source tar file and its signature
2017 May 01
1
rsync with delete option creates and deletes dot files
All,
I have an rsync based backup process which uses rsyncd on the source,
to backup to a directory on the client.
I have rsync version 3.1.2 on the client and 2.6.8 on the source host
(daemon).
The rysnc command I use is;
/usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \
--contimeout=180 \
--exclude-from=/path/to/excludelist \
2013 Apr 27
1
file corruption
I am using rsync in my project for copying database binary files over the
network from active module to standby module.
Once in a while files found to be corrupt on standby module when copying is
done first time.When I checked the active module
at that time files found to be proper.
rsync is completing successful without giving any errors.
On comparing both files I see a big hole in standby file
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
Here's the details and some debugging I did for starters, but I have no
idea where to proceed from here. Help please? Command to reproduce should
be in the strace output below.
-Dan
P.S. Sorry for sending this a few times; I think only one will make it
through to the list since I wasn't subscribed initially.
$ rsync --version
rsync version 3.1.0 protocol version 31
Copyright (C)
2013 Aug 25
1
Local and remote back up behave differently
I have run out of ideas on why the local and remote back ups done with
the script below behave differently. The local always seems to be a
complete back up while the remotes are delta back ups except on Mondays.
Cron line example:
/root/bin/backups /export/home redwood "--exclude='*.sock' --exclude='*cache*' --exclude=/export/home/*/.gvfs"
#!/bin/bash
# Script for one
2005 May 02
4
streaming from the sound card
Hi,
I'm trying to set up Icecast and Ices to stream from my sound card's
line-in. I'm using ALSA. I'm experienced in Linux but haven't spent much
time on multimedia and I'm new to streaming. Platform is Mandrake 10.1
with kernel held to 2.4. The sound card is working and I can record to
file using sox.
Ices and Icecast both start okay, and aren't logging any
files not moved immediately to final destination from temp location after rsync returns with success
2011 Apr 20
4
files not moved immediately to final destination from temp location after rsync returns with success
Hi,
I am using rsync version 3.0.7 on an arm linux based embedded device. The
device pulls data periodically from a rsync server and stores the files on
an SD card.
The partial, temp and final rsync destinations all reside on the SD card.
I came across an issue where it seems that the rsync call returned with a
success but the files that it pulled are not
moved immediately to its final
2011 Apr 16
0
rsync: read error: Connection reset by peer and - writefd_unbuffered failed
Hello,
i386 Platform; FreeBSD v. 7.2 O/S
I am experiencing repeated rsync failures, rsyncing from a remote site to
which I have no access.
>From the client side I can run truss to collect system calls
truss -faedD -o truss.out -s 64 /usr/local/bin/rsync -avvv --contimeout=1200
--port=33444 ftp.wwwxxx.org::ftp . >> rsynclog &
>From truss.out =>
44755: 4492.350089813
2006 May 24
0
rsync connection limit
Hello!
In the attached file is patch for the option to set client connection limit.
We had problem for dead hosts, so default system timeout is not enough.
--conlimit option added
Will be great to see this patch in the future version, so we do not need
to patch every time.
Thanks and Cheers, Eugene.
--
-------------- next part --------------
diff -Naur rsync-2.6.8/errcode.h
2007 Nov 11
4
DO NOT REPLY [Bug 5071] New: Enhancement Request - Customizable Connection Timeout Option
https://bugzilla.samba.org/show_bug.cgi?id=5071
Summary: Enhancement Request - Customizable Connection Timeout
Option
Product: rsync
Version: 2.6.9
Platform: Other
OS/Version: Other
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
In the bufferbloat age, anything that can make for a kinder,
gentler bulk transfer protocol seems desirable.
This add support for user and server selectable congestion control
algorithms. As examples:
--congestion-alg=lp # For the tcp-lp algorithm on the command line
Or in a subsection:
[mystuff]
congestion alg = westwood # for a wireless connection
And diffserv support: --diffserv=8 for
2010 Mar 07
1
Rsync - timeout or similar
Is there any parameter in the rsync binary that I can finish the time the
binary should wait to start a file transfer, otherwise close the rsync
binary. As I read the timeout is a parameter used when the connection has
already been established, and when it is not, which parameter I can use?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Feb 11
2
Specify special cases of delay slots in the back end
Hello.
Hal, the problem I have is that it doesn't advance at the next available instruction
- it always gets the same store. This might be because I did not specify in a file like
[Target]Schedule.td the functional units, processor and instruction itineraries.
Regarding the Stalls argument to my method
[Target]DispatchGroupSBHazardRecognizer::getHazardType() I always get the
2003 Feb 05
1
Speed/lockup problems with wireless client
Hi,
I have samba running on a home LAN using a Linksys mixed wired (100 Mbit
ethernet) & wireless access point, which also does NAT to a DSL modem. The
server is connected to this access point via an ethernet cable. Clients can
connect via wireless or wired network connection.
I am using encrypted passwords, and have in smb.conf:
socket options = TCP_NODELAY SO_RCVBUF=4096
2008 Apr 02
3
DO NOT REPLY [Bug 5370] New: sockopts attempts to set options after the socket is open
https://bugzilla.samba.org/show_bug.cgi?id=5370
Summary: sockopts attempts to set options after the socket is
open
Product: rsync
Version: 2.6.9
Platform: x86
URL: http://people.freebsd.org/~gordon/rsync-socket.diff
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
2013 Jul 31
1
pre 1 OSX errors
Hi Wayne,
Trying out 3.1 pre 1 on OSX 10.8.4
I like the new extended stats and the ir-chunk file numbers in log. Also getting a lot of errors and most copies not completing to local disk. rsync just stalls.
Standard osx build:
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/hfs-compression.diff
./configure
make
rsync --fileflags --force-change
2011 Feb 18
3
DO NOT REPLY [Bug 7959] New: erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959
Summary: erro occoure ! rsync can't auto exit
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: 490779618 at qq.com
2007 Nov 28
2
Rsync 3.0.0pre6 released
I've just released rsync 3.0.0pre6, the latest pre-release version of
the upcoming 3.0.0 release.
Things are still progressing in our efforts to stamp out bugs for the
final release. There are still some things reported earlier that I have
either not yet had a chance to fix or have been unable to reproduce yet,
but I hope to get even more of these problems sorted out soon. Please
keep up
2007 Nov 28
2
Rsync 3.0.0pre6 released
I've just released rsync 3.0.0pre6, the latest pre-release version of
the upcoming 3.0.0 release.
Things are still progressing in our efforts to stamp out bugs for the
final release. There are still some things reported earlier that I have
either not yet had a chance to fix or have been unable to reproduce yet,
but I hope to get even more of these problems sorted out soon. Please
keep up