Re: RFC: slow-down option

2014-04-04 Thread Satish Shukla
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/

delaying symlinks sync until the data it points to available

2013-06-06 Thread Satish Shukla
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

dynamic bwlimit with rsync

2012-09-28 Thread Satish Shukla
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

Data Pull Vs Push

2012-01-16 Thread Satish Shukla
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

Permission denied while running rsync as Superuser

2010-11-11 Thread Satish Shukla
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

RE: rsync solaris 10 Value too large

2010-06-16 Thread Satish Shukla
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

--delete question.

2010-03-24 Thread Satish Shukla
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

Parallel rsync's for better Performance.

2009-10-28 Thread Satish Shukla
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