[Discuss] Ideas for solving a remove backup quandary

Steven Kurylo sk at infinitepigeons.org
Wed May 14 14:40:13 PDT 2008


> Thanks for that Steven.  Do you generally use a different shell that allows
> you to use "ssh_pid=$!"?

Its because we're backgrounding ssh using -f, instead of background it
with the bash operator '&'.

 ssh a & echo pid $!

reports the pid as expected.
-- 
Steven Kurylo


More information about the Discuss mailing list