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
-
Notifications
You must be signed in to change notification settings - Fork 0
achrafaitibba/sh-scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published