From: David Rio Date: 2008-10-19T06:21:07+09:00 Subject: Re: Error Exception if script doesn't run ------=_Part_32283_24652303.1224364915287 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Fri, Oct 17, 2008 at 6:11 PM, jackster the jackle < johnsheahan@sflistdb.com> wrote: > It seems to work but not for this command, perhaps since scp gets > executed (but does not complete) the system variable is not false? > > [code] > `scp -i /home/jsmith/.ssh/id_rsa /files*.tar jsmith@172.20.1.1:` > [/code] > I would recommend using rsync instead of scp. You could do first an rsync and then perform a --dry-run to confirm that your data has been transferred correctly. -drd ------=_Part_32283_24652303.1224364915287--