core:Generate Backup Script: Difference between revisions

From eStream Software
No edit summary
(11 intermediate revisions by 3 users not shown)
Line 5: Line 5:


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).
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).
This command line backup script is only applicable for '''Windows 7''' & above only.


==Generate Backup Script in Database Group==
==Generate Backup Script in Database Group==
Line 34: Line 36:


===Email setting for Gmail===
===Email setting for Gmail===
     SMTP Host: '''smtp.gmail.com'''
     SMTP Host: '''smtp.gmail.com'''
   SMTP Port No: '''465'''
   SMTP Port No: '''465'''
     SMTP User: '''e.g.: <your-account>@gmail.com'''
     SMTP User: '''e.g.: <your-account>@gmail.com'''
  SMTP Password: *******
  SMTP Password: ******* <app password>
       Use SSL: '''True''' (or ticked)
       Use SSL: '''True''' (or ticked)
[https://support.google.com/accounts/answer/185833?hl=en Guide to create & use app password]
[[File:Scheduler-GMail1.jpg|600px]]
[[File:Scheduler-GMail2.jpg|600px]]


===Email setting for Yahoo! Mail===
===Email setting for Yahoo! Mail===
Line 68: Line 74:
#Click next, choose Start a Program<br>[[File:Scheduler.Task5.jpg|600px]]
#Click next, choose Start a Program<br>[[File:Scheduler.Task5.jpg|600px]]
#Click next, paste all the backup script text that you copied just now into "Program/Script"<br>[[File:Scheduler.Task6.jpg|600px]]
#Click next, paste all the backup script text that you copied just now into "Program/Script"<br>[[File:Scheduler.Task6.jpg|600px]]
#Click next, a dialog prompted and click Yes<br>[[File:Scheduler.Task7.jpg|600px]]
#Set the Start in(optional) path to the Exe folder (eg. '''C:\Estream\SQL Accounting''')
#Click Next and click Finish<br>[[File:Scheduler.Task8.jpg|600px]]
#Click next, a dialog prompted and click '''Yes'''<br>[[File:Scheduler.Task7.jpg|600px]]
#Click Next  
#Tick the option ''Open the Properties dialog for this task when I click Finish''<br>[[File:Scheduler.Task8.jpg|600px]]
#Click Finish<br>[[File:Scheduler.Task9.jpg]]
#Select the option ''Run whether user is logged on or not''
#Click ''Triggers'' tab at top<br>[[File:Scheduler.Task11.jpg]]
#Click ''Edit...'' button<br>[[File:Scheduler.Task12.jpg]]
#Change the time to run
#Click OK 2 times<br>[[File:Scheduler.Task10.jpg]]
#Enter the window User Name & Password
#Click Ok


==Recommendations==
* Try to set the backup schedule timer after working hours,eg. mid-night start from 1.00am.
* Do not shutdown the server while running the auto backup.
* You can set the schedule to shutdownn and wake-up the server during weekend.


==Tips==
<br />
* 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.

Revision as of 05:50, 19 March 2020

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).

This command line backup script is only applicable for Windows 7 & above only.

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: ******* <app password>
      Use SSL: True (or ticked)

Guide to create & use app password

Scheduler-GMail1.jpg Scheduler-GMail2.jpg

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. Set the Start in(optional) path to the Exe folder (eg. C:\Estream\SQL Accounting)
  9. Click next, a dialog prompted and click Yes
    Scheduler.Task7.jpg
  10. Click Next
  11. Tick the option Open the Properties dialog for this task when I click Finish
    Scheduler.Task8.jpg
  12. Click Finish
    Scheduler.Task9.jpg
  13. Select the option Run whether user is logged on or not
  14. Click Triggers tab at top
    Scheduler.Task11.jpg
  15. Click Edit... button
    Scheduler.Task12.jpg
  16. Change the time to run
  17. Click OK 2 times
    Scheduler.Task10.jpg
  18. Enter the window User Name & Password
  19. Click Ok

Recommendations

  • Try to set the backup schedule timer after working hours,eg. mid-night start from 1.00am.
  • Do not shutdown the server while running the auto backup.
  • You can set the schedule to shutdownn and wake-up the server during weekend.