Page 1 of 1

Shell scripts(.sh files) for backup and restore

Posted: Wed Aug 25, 2010 7:07 am
by inddeveloper
Hi,

I have requirement on shell scripting. I require scripts for the following

1) Full backup(application and DB): tar all the files and database and copy them in the backup server
2) incremental back up of files: backup of all the updated files after the last backup
3) restoring of backup files: restore the backup files from the backup server to the application server

Please help me in providing the scripts(.sh files) for the above scripts .

Thanks in advance