Hey all, I'm having an issue with redirecting stderr and stdout on ESXi 5.0. I'm trying to run a BASH script that has an scp command in it that moves a VM from the ESXi box to a linux machine. The problem is even after using adding
&> /varl/log/transfer
It is still attached to the terminal so if the the terminal closes/get's disconnected the script stops and so does the scp. How does ESXi handle redirects?