Hello everyone,
I have been using gnu parallel to distribute tasks over
a host and a remote machine. Unfortunately, I am unable
to use more than one remote machine because the directory
structure in each of them is different. Is there a way to
mention the working directory for each remote system
i
Hi,
I use parallel to shoot WALs of postgresql to multiple servers:
$ grep parallel /etc/postgresql/9.1/main/postgresql.conf
archive_command = 'parallel -a /etc/postgresql/9.1/main/walservers
"mkdir -pv /tmp/{}/pg_xlog/; gzip -1 -v -c %p > /tmp/{}/%p.gz; rsync
/tmp/{}/%p.gz -az --timeout=15 --log
On Tue, 11 Oct 2011, Srikanth R Madikeri wrote:
Hello everyone,
I have been using gnu parallel to distribute tasks over
a host and a remote machine. Unfortunately, I am unable
to use more than one remote machine because the directory
structure in each of them is different. Is there a way to
ment