RE: Run rsync through intermediary server with SSH

2008-12-10 Thread Matt McCutchen
On Tue, 2008-12-09 at 12:29 -0800, Jimmie Fulton wrote: > Before rewriting my scripts to implement with port forwarding, I decided > to try ssh's '-t' (force pseudo-tty allocation) option. This seemed to > do the trick for me. I bet the use of a pseudo-tty allows the rsync command to be sent a SI

Re: rsync Failure

2008-12-10 Thread Matt McCutchen
On Tue, 2008-12-09 at 14:15 -0500, Shawn Geraghty wrote: > I ran the debug-script on the remote host. > Here is the output: > > strce generated via the rsync-debug script on the machine being backed > up: > select(2, NULL, [1], NULL, {60, 0}) = 1 (out [1], left {60, 0}) > write(1, "\374\17

Re: Parallel rsync

2008-12-10 Thread Matt McCutchen
On Wed, 2008-12-10 at 12:10 -0800, Jim Searle wrote: > Has there ever been a discussion about parallelizing rsync? We do > some large file transfers across our wan which get done much faster if > we run multiple rsync's at the same time. I wrote a perl script that > traverses the directories and

Parallel rsync

2008-12-10 Thread Jim Searle
Has there ever been a discussion about parallelizing rsync? We do some large file transfers across our wan which get done much faster if we run multiple rsync's at the same time. I wrote a perl script that traverses the directories and figures out how many files to send with each rsync proces

File System walk in rsync

2008-12-10 Thread Jignesh Shah
Hello Friends, Could any atleast one tell me how rsync walk the complete File System and when it start actual synching? Thanks, Jignesh On Thu, Dec 4, 2008 at 1:32 PM, Jignesh Shah <[EMAIL PROTECTED]>wrote: > Hi Friends, > > I think lot of changes have been made from rsync 2.6.0 to V3. The one

Re: use rsync 3.0.4

2008-12-10 Thread Daniel Maher
Jignesh Shah wrote: Hello Friends, We are using rsync 2.6 and planning to switch to rsync 3.0.4 latest version. Could anyone tell me how would I get latest rsync version executable for unix different platform like sparc, i86 and linux? Also how would I know what are the changes made in rsync

use rsync 3.0.4

2008-12-10 Thread Jignesh Shah
Hello Friends, We are using rsync 2.6 and planning to switch to rsync 3.0.4 latest version. Could anyone tell me how would I get latest rsync version executable for unix different platform like sparc, i86 and linux? Also how would I know what are the changes made in rsync2.6 to rsync3.0.4? Thanks