Search results

  1. M

    Save BackUp File in specific location

    Hi there I am pretty new in the Linux world. I am just setting up a MySQL Database and now I want to create an automatic backup job for all the databases. I'm using the following script to create the backup: #!/bin/bash DATE=$(date +%d%m%Y-%H) mysqldump -u backupuser -p'12345'...
Top