core:Generate Backup Script: Difference between revisions

From eStream Software
No edit summary
No edit summary
Line 72: Line 72:




===Recommendation===
==Tips==
* Try to set the schedule timer after working hours.  
* Try to set the schedule timer after working hours.  
* Server must operates 24 hours. You can set the schedule to shutdownn and wake-up the server.
* Server must operates 24 hours. You can set the schedule to shutdownn and wake-up the server.

Revision as of 10:25, 18 April 2013

Introduction

SQL application may backup database via Command Line Switches operation. The command line operation may backup all databases or specified database store in DCF file with proper switches.

The command line backup script may generated via context menu command in DCF: Generate Backup Script. The script may execute in console or batch file.

A common usage of backup script is execute the script in Windows Task Scheduler to backup database periodically. This action automate backup operation to ease administrator's task. Tasks added to Task Scheduler starts each time you start Windows, and runs in the background. With Task Scheduler, you can schedule a backup databases task to run daily, weekly, monthly, or at certain times (such as system startup).

Generate Backup Script in Database Group

  • To generate backup script for all the databases under the selected database group
  • Right click the database group that you want to generate backup script

Scheduler.Database.Group.jpg

Generate Backup Script in Database Item

  • To generate backup script for single database
  • Right click the database that you want to generate backup script

Scheduler.Database.jpg

Generate Backup Script

  • Database (optional): If database is not specified, all databases under the database group will be backup
  • Backup to: Choose backup to directory
  • Admin Password(s): Admin user passwords that login to the database(s). If database group contains more databases with different admin passwords, please separate each passwords with comma. The button beside this field is to toggle show password in plain text or asterisk
  • Send Mail: Tick if need to receive notification email of backup status
  • Zip Backup: Compress backup into zip file
  • Test Email: Click to test whether email sent successfully to receiver email accounts
  • Copy: The command text will be automatically copy to your clipboard, it is ready to paste in window Task Scheduler (there is a shortcut "Launch Window Task Scheduler")

Scheduler.Entry.fm.jpg

Email setting for TMNet

    SMTP Host: smtp-proxy.tm.net.my
 SMTP Port No: 25
    SMTP User: n/a. Leave empty
SMTP Password: n/a. Leave empty
      Use SSL: False (or unticked)

Email setting for Gmail

    SMTP Host: smtp.gmail.com
 SMTP Port No: 465
    SMTP User: e.g.: <your-account>@gmail.com
SMTP Password: *******
      Use SSL: True (or ticked)

Email setting for Yahoo! Mail

    SMTP Host: smtp.mail.yahoo.com
 SMTP Port No: 465
    SMTP User: e.g.: <your-account>@yahoo.com
SMTP Password: *******
      Use SSL: True (or ticked)

Email setting for private mail server

The following a sample setting. Configure according to your private mail server setting.

    SMTP Host: <your-mail-server>
 SMTP Port No: 587
    SMTP User: e.g.: <your-account>
SMTP Password: *******
      Use SSL: True or False

Email setting for MSN live mail or Hotmail

Unsupported

Add Backup task to Window 7 Task Scheduler

  1. Click window menu Start -> Accessories -> System Tools -> Task Scheduler
  2. Click Action -> Create Basic Task
    Scheduler.Task1.jpg
  3. Enter Task name
    Scheduler.Task2.jpg
  4. Click next, choose when you want to trigger the task (e.g Daily)
    Scheduler.Task3.jpg
  5. Click next, choose the start date and start time and recur every 1 day
    Scheduler.Task4.jpg
  6. Click next, choose Start a Program
    Scheduler.Task5.jpg
  7. Click next, paste all the backup script text that you copied just now into "Program/Script"
    Scheduler.Task6.jpg
  8. Click next, a dialog prompted and click Yes
    Scheduler.Task7.jpg
  9. Click Next and click Finish
    Scheduler.Task8.jpg


Tips

  • Try to set the schedule timer after working hours.
  • Server must operates 24 hours. You can set the schedule to shutdownn and wake-up the server.