79492210

Date: 2025-03-07 11:50:51
Score: 0.5
Natty:
Report link

Thanks for all the great suggestions, it's finally working whereby a double and single quotes around the rsync -e var, got it over the line as seen here -

ssh -o ConnectTimeout=10 -i /home/ec2-user/.ssh/remote.pem [email protected] \
-q -t 'find /var/log/ -type f -print0' \
| parallel -j 5 -0 rsync -aPvv -e "'ssh -i /home/ec2-user/.ssh/remote.pem'" \
[email protected]:'{}' /home/ec2-user/local_log/
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Theo Sweeny