Skip to content

Automatic HTML/Text YOUR PROJECT mysql Database that create by bash script using crontab on Linux Ubuntu.

License

Notifications You must be signed in to change notification settings

l3modz/automatic_backup_YOUR_PROJECT_database_mysql.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

automatic_backup_YOUR_PROJECT_database_mysql.sh

Automatic backups YOUR PROJECT mysql Database that create by bash script using crontab on Linux Ubuntu.

How to add to your Linux Server

download file from web version this website, at Code > Download ZIP, using wget

root@ServerDesktopLinux # wget https://github.com/l3modz/automatic_backup_YOUR_PROJECT_database_mysql.sh/archive/refs/heads/main.zip

unzip it at /root or make own folder for automatic script
root@ServerDesktopLinux # unzip automatic_backup_YOUR_PROJECT_database_mysql.sh.zip

How to Add to cronjob

root@ServerDesktopLinux # crontab -e
*/30 * * * * ./bash.script/automatic_backup_YOUR_PROJECT_database_mysql.sh
:
w q
change to excecutable file
root@ServerDesktopLinux # chown root.root bash.script/automatic_backup_YOUR_PROJECT_database_mysql.sh
*
Open your FileZilla, backup it every week

ps : from man walk to best script, i mean bash script ^-^ ^-^ ^-^

About

Automatic HTML/Text YOUR PROJECT mysql Database that create by bash script using crontab on Linux Ubuntu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published