Displaying 3 results from an estimated 3 matches for "stueken".
2009 Nov 27
1
multiplexing overflow errors
I'm using rsync 3.0.6 between two solaris 8/10 hosts an I frequently get "multiplexing overflow" errors:
log/20091123_223901/dresden.log:multiplexing overflow 101:7104843 [sender]
log/20091123_223901/frankfurt.log:multiplexing overflow 101:7104843 [sender]
log/20091123_223901/hannover.log:multiplexing overflow 101:7104843 [sender]
log/20091123_223901/muenchen.log:multiplexing
2009 Mar 31
0
synchronizing hard linked trees
Hi,
I have to synchronize a directory tree of one machine with a tree
on a remote machine. The tree on the remote machine is used read
only. In addition I clone the current target tree before each
synchronizing using hardlinks to be able to switch back to any
previous version if the synchronization failed or if it contained
any bad data. This works since 2002 using tar and a perl script.
After I
2009 May 12
1
--copy-links and --hard-links
Hi,
I want to use rsync in a may be unusual way:
I have a source tree containing lots of symbolic links and I use
the option "--copy-links" to get the physical files (the referents of the symlinks)
on the target host.
As the host uses the synchronized files in a read-only fashion, I also want to get
hardlinks for all identical files, to save space. Thus I also use