Hello,
I'm looking for a way to GZip compress a MySQL folder (with the MYD and MYI files), assign it a specific name with the date in it, then copy/move that file into a specific folder.
The MySQL path is
/var/lib/mysql/[database name]
and the destination path is
/home/httpd/vhosts/[domain]/dbbackup
Thank in advance!