Welcome, Guest
Username Password: Remember me

how to restore the dump file using shell scripting
(1 viewing) (1) Guest
Shell Script
  • Page:
  • 1

TOPIC: how to restore the dump file using shell scripting

how to restore the dump file using shell scripting 1 year, 8 months ago #352

  • scmuser
  • OFFLINE
  • Gold Boarder
  • scm master
  • Posts: 237
  • Points: 3429
  • Karma: 0
  • Honor Medal 2009
I have created a script file to dump the application files using the following script

Code
=============
#!/bin/bash
#Full Day Backup Script
#application folders backup

now=$(date +"%d-%m-%Y")
#use 1 instead of 0 which is incremental backup
dump -0f $now /var/www/html/*
=============

using this we can successfully dumped the application files.

Now i want to restore the dumpfile

How can i restore using shell script?

please help

Thanx in advance
  • Page:
  • 1
Time to create page: 0.52 seconds

     
    
Home Forum