Hi,
I need to use rsync with options inplace and no-whole-file, but have
problems with transfers of large files being frequently interrupted.
partial-dir could be the solution, but it does not work with
inplace-updating of destination files.
I am thinking of doing the sync in two steps:
1) sync
https://bugzilla.samba.org/show_bug.cgi?id=6405
--- Comment #3 from way...@samba.org 2010-04-24 15:38 CST ---
You have a superfluous colon after the port number.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: --
https://bugzilla.samba.org/show_bug.cgi?id=7337
way...@samba.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #1 from way.
On Thu, Apr 8, 2010 at 4:10 PM, Jeff Stiff wrote:
> I have made a trivial bug fix to the download website.
Thanks! I've applied your fix to the site.
..wayne..
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.o
Dear list,
I am using rsync with Ubuntu:
clients use 7.04 LTS (rsync version 2.6.9 protocol version 29)
server has 9.04 (rsync version 3.0.5 protocol version 30)
I am working with rsync and I notice 2 strange behaviors:
the fist one is already described in
http://bugs.debian.org/cgi-bin/bugr
Hi there
I have a little problem to get my include / exclude working:
I want to sync /etc /home and /usr/local (and all files/dirs beneath) to
REMOTEHOST:/dest
There are some huge files in /home which I want to exclued
I have set up an include/exclude file but I still get too much files. Also
th