Displaying 2 results from an estimated 2 matches for "treea".
Did you mean:
tree
2002 Sep 25
4
pulling data from the server
Hi all,
I have started the rsync in deamon mode. When I use the following
command:
rsync --port 9876 u018::treeA
it seems to work fine but no files are copied from the server.
Using rsync without the deamon works fine.
I tried to debug it a little bit, but I am unable to figure out what's
wrong.
337:david@u050 /export/treeA> rsync -r -vvv --port 9876 u018::treeA
opening tcp connection to u018 port...
2003 Feb 12
3
duplicated file removal: call for comment
...rectory root, using
rsync.
This problem may be discussed now, because in versions before
rsync-2.5.6, the algorithm for removing the so called "duplicated files"
was broken.
That's why we expect nobody used it anyway in earlier versions - but who
knows..
Example:
--------
Whe have treeA/ treeB/ treeC/ and treeD/, which may or may not have
common files or directories in the depth. the contense of a file in
treeA/etc/etctest for e.g. may differ from treeD/etc/etctest. In my
example, treeA/etc/etctest contains the line "treeA", and alike.
Let's look what's the way...