On 4/19/07, Doss <[EMAIL PROTECTED]> wrote:
It seems the snapshooter takes the exact copy of the indexed data, that is all
the contents inside the index directory, how can we take the recently added
once?
...
cp -lr ${data_dir}/index ${temp}
mv ${temp} ${name} ...
I don't quite understand your question, but since hard links are used,
it's more like pointing to the index files instead of copying them.
Rsync is used as a transport to only move the files that were changed
from the master to slaves.
-Yonik