Shell scripts(.sh files) for backup and restore

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
inddeveloper
Forum Newbie
Posts: 1
Joined: Sat Aug 21, 2010 2:31 am

Shell scripts(.sh files) for backup and restore

Post 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
Post Reply