shekkbuilder / parallel-ssh

Automatically exported from code.google.com/p/parallel-ssh
Other
1 stars 0 forks source link

pslurp multiple files #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Not sure if it's a problem, but I want to copy multiple files from remote host 
to local. e.g. parallel-slurp -hosts.txt -L /tmp/out '/var/log/syslog*' syslog

What is the expected output? What do you see instead?
Expected is that all syslog files are copied to the local machine. 
Instead, all files are concatenated to one file, called syslog. 
I've tried without local file, but that does not work.

What version of the product are you using? On what operating system?
- pssh 2.2.2-1
- Ubuntu 12.04.2

Please provide any additional information below.

Original issue reported on code.google.com by set.k...@gmail.com on 27 Oct 2013 at 12:22

GoogleCodeExporter commented 8 years ago
That seems odd. I'll look into this and try to reproduce. It shouldn't be too 
hard for me to fix.

Original comment by karenmar...@gmail.com on 27 Oct 2013 at 5:45