bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Parallel Bug Reports parallel-20100422 bug


From: Andreas Bernauer
Subject: Re: GNU Parallel Bug Reports parallel-20100422 bug
Date: Wed, 11 May 2011 16:12:16 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

----- "tivonheng" <address@hidden> wrote:

> At first, I'm sorry about that my english is not good .
> > I find a bug within parallel-20100422 ,
> > For example,using parallel distribute the work to remote computer
> like 
> > below:
> >
> >     $  parallel --trc {}.gz -S server.example.com "gzip -9 {}" :::
> `ls *`
> >
> > It will prompt :
> >     rsync error: syntax or usage error (code 1) at main.c(1231) 
> > [client=2.6.8]
> >     rsync: --remove-source-files: unknown option
> >
> > I find in the paralell script lines 2867, 
> > modify""--remove-source-files" to "" --remove-sent-files" can fixed
> it .

Your rsync version seems to be old.
With my rsync  version 3.0.4  protocol version 30,
--remove-source-files is fine.

--remove-sent-files has been removed from rsync and has a slightly
different meaning, e.g. see
http://www.tummy.com/journals/entries/jafo_20061226_131404 for version
2.6.9.

Changing the parallel script to '--remove-sent-files' would seem like a
regression to me.

Cheers,

Andreas.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]