Re: rsync over ssh hang on error

2013-08-16 Thread Justin Pryzby
I saw something similar on a solaris machine. Do you know what kind of redirection of file descriptors is going on ? I worked around my problem by using tempfiles rather than sophisticated redirections [0]. Justin [0] Something like this: x=` { $ssh -T "$host" zfs send &1` ssh -T and I have an

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-22 Thread Justin Pryzby
On Fri, Dec 12, 2008 at 12:56:24PM +0100, Roman Fiedler wrote: > Hi list, > > After reading rsync docu and doing online search, I still failed to find > a simple solution for following problem: > > The goal is to sync two directories using rsync without running the > rsync daemon on one of the

Re: rsync: Please add an option to ignore vanished files

2008-03-06 Thread Justin Pryzby
Hi Everyone, The following request was received from a Debian user; could you comment on it? I think this seems reasonable, although the cron output can be fixed by writing to a temporary file and using grep -v. (The temporary file is necessary to avoid discarding the exit code, although that ma

Re: rsync: always modify atime of all destination files

2008-03-06 Thread Justin Pryzby
Hi Everyone, The following feature request was received by a Debian user; could you comment on it? I think this seems reasonable, but perhaps should be enabled only conditionally (as if the argument parser isn't stressed enough). Thanks, Justin On Fri, Jul 23, 2004 at 05:09:09PM -0300, Pedro Zo