Skip to content

achrafaitibba/sh-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sh-scripts

to make the backup script automated: 1/ make it executable chmod +x /path/to/your/backup_mysql.sh 2/set up the crone job crontab -e 3/schedule it, 48H in my case 0 */48 * * * /path/to/your/backup_mysql.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages