Using rsync --link-dest, I end up with a file system that has a
relatively large number of directory entries but relatively small number
of inodes. Copying this volume takes hours...far more than other volumes
of similar size. I blame the much larger amount of directory traversal
(and compar
At 07:07 20.05.2010 -0700, juligo wrote:
>BenXS wrote:
>>
>> 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
>>
On Thu, May 20, 2010 at 12:04 AM, juligo wrote:
> Rsync: connection unexpectedly closed <0 bytes received so far> [sender]
>
If you didn't have a "charset = utf-8" option in the daemon rsyncd.conf,
rsync would have reported back that the daemon was refusing the --iconf
option. The error above p
Hi,
rsync only synchronizes one way. If you mean that when you change the
file in location A then you run rsync A to B and when you change the
file in B side, you run a different command rsync B to A, it's OK. If
you want rsync to automatically see which side changed, rsync doesn't
do tha
Another approach is to install cygwin (a Unix-like
setup for Windows, based on libraries that "convert"
Unix calls to their Windows equivalent, roughly
speaking anyway), and request the rsync package.
However, this is rather a bit to do just to get
pre-built rsync. On the other hand, if you instal
BenXS wrote:
>
> 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
>
Assume I start with two absolutely equal directory trees.
Now I rename in one of the directory trees a file from aaa.txt to bbb.txt
How EXACTLY can I tell rsync to synchronize the other directory tree.
That means that in the other partner directory tree the missing file should be
deleted and th
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 sit
Hello all,
I have problems with sending data names via rsync including german
characters like “ä, ö, ü”.
The daemon running on a SLES10. The Rsync version is: 3.0.3, Protocol
version:30.
My Client is a Windows XP machine with Rsync: 3.0.4 (or alternative 3.0.6),
Protocol version:30.
For the conv