An open API service indexing awesome lists of open source software.

https://github.com/deepurai/cronjob_shellscripting

Taking backup of Application Folder/Mysql DB/Postgresql DB backup using cronjob/shell-script
https://github.com/deepurai/cronjob_shellscripting

applicaton-folder-backup cronjob mysql-database-backup postgresql-database-backup shell-script

Last synced: 2 months ago
JSON representation

Taking backup of Application Folder/Mysql DB/Postgresql DB backup using cronjob/shell-script

Awesome Lists containing this project

README

        

# CronJob_ShellScripting

#Application Folder Backup
For taking Application folder backup in linux please refer application_folder_backup.sh. Once you create this file in your linux environment please set cron job for the same using below sample command

10 00 * * * /bin/bash /var/application_folder_backup.sh

#Mysql Database Backup

For taking mysql database backup please refer mysql_db_backup.sh.Once you create this file in your linux environment please set cron job for the same using below sample command

10 00 * * * /bin/bash /var/mysql_db_backup.sh

#Postgresql Database Backup

For taking postgresql database backup please refer postgresql_DB_backup_script.sh.Once you create this file in your linux environment please set cron job for the same using below sample command

10 00 * * * /bin/bash /var/postgresql_DB_backup_script.sh