Shell script for backup and restore

Discussion in 'Programming/Scripts' started by inddeveloper, Aug 25, 2010.

  1. inddeveloper

    inddeveloper New Member

    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.

    Thanks in advance
     
  2. damir

    damir New Member

    There are couple of scripts available, they all have been posted on forum. Try to search.
     
  3. Franz

    Franz Member

  4. ivankristianto

    ivankristianto New Member

Share This Page