With multiple rsync (I run around 10) streams the bwlimit becomes
complicated w.r.t. optimizing total bandwidth, its no way near close to
what I want to achieve. I want it to be dynamically scale up and down
within maximum threshold depending on overall load. trickle
(http://monkey.org/~marius/
Hi,
Is there an easy option in rsync which enables it to sync the data
first and then the symlink pointed to it. For e.g. at destination I
have a symlink "new" which points to anything latest at source. The
problem is that when the sync happens it updates the "new" link first
before the d
Hi,
Is there a way to do rsync with varying bwlimit during the transfer. I tried to
look using Linux 'tc' but it looks trivial. Do somebody has working model for
it?
Our pipe is limited and we don't want to give everything to rsync, We have
situation where we want rsync transfers to scale up o
from destination machine)
ωαям яєgαя∂ѕ,
Satish Shukla
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Why same command is failing to
transfer data on RHEL5.5 System?
Appreciate your comments and feedback on this.
яєgαя∂ѕ,
Satish Shukla
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Be
Hi,
I am not sure if that helps but with GCC you can use the following flags, I had
a similar problem using another tool but recompilation with following solved
the problem. This is standard GNU error not related to rsync.
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLITTLE_ENDIAN
Regards,
Sati
Please advise on rsync usage. --delete doesn’t work without
recursion(--recursion). The recursion is causing huge overheads for me. My
directory trees are huge. Any suggestions through which I can cut overheads.
It used to work well in rsync-v2.5.5
/opt/rsync-v2.5.5/bin/rsync --delete --chec
mand
line
i=$((i+1))
if [[ $i = ${MAX_RSYNC_PROCESS} ]]
then
wait
i=0
fi
done
wait
}
Thanks,
Satish Shukla
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before