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
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
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
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