Hi guys,
I've been doing my research, however I couldn't find the answer.
I created a file which basically copy a full directory (700Mb approx.),
then I put all together with tar, compress with gzip, and finally I erase the temporary directory.
I am trying to do all together in a file, but it seems to start with the 2nd operation before finishing the first one. Therefore, sometimes I have partials .tar, unreadable .gz, etc.
Does is make sense? Is there some kind of pause I can use in between commands? Should I create 3 / 4 different enters in the cron tab?
This last option of course that would work, yet doesn't seems to me the better way to do it.
Thanks

Sebas.