mikea said:and NOHUP
How does ignoring hangups help?
mikea said:and NOHUP
That's my belief as well - haven't gotten back to it yet.jangell said:I'm curious what the error message was. Let me know. You are probably just missing a binary or a binary is in the wrong location.
I think I can figure out the required changes based on your example.That 52 meg file should copy in a matter of seconds. I should have timed this operation also and put it in the log. Didn't think of that. I can add that.
I'll be doing that in the near future.So Yeah, Some other guy on the server is really loading it up. You might be able to request that GoDaddy look into the performance issues. But at this point you are going to be dealing with this kind of thing now and into the future..
No clueejensen said:no clobber
nohup prevents the script execution from stopping if you run it from the current shell and background it. It isn't required if the script is run from crontab.ejensen said:How does ignoring hangups help?
mikea said:nohup prevents the script execution from stopping if you run it from the current shell and background it. It isn't required if the script is run from crontab.
It was just my attempt at geek signifying.