Thank you
I tried everything, and it works!!!
Even the mail arrives... without telling him anything...
(probably because of the link cronjob and postfix, now comes anything has an output)
The output that arrives is the result of zip, but it is OK, at least tells me if it did something and if it worked.
Only strange thing, 16.04 complains a bit about this:
Code:
mysqldump: [Warning] Using a password on the command line interface can be insecure.
But I think I don't have many other alternatives
Rather than the date, can I have the time spent by the script?
To understand how long it used the server.
In php I usually put a time() at the beginning of the script and one at the end and calculating the difference, but here I do not know how to do...