Unsupported Screen Size: The viewport size is too small for the theme to render properly.

How I can schedule a DB backup job

forums forums SQLyog Using SQLyog How I can schedule a DB backup job

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #8530
      newhere
      Member

      Can I schedule a database backup job in SQLyog?

      Thanks

    • #16176
      CalEvans
      Member

      I believe you can use the Database Sync Tool (CTRL-W) to do this.

      =C=

    • #16177
      Shadow
      Member

      Or Windows Scheduler. Actually, SQLyog's db sync wizard uses the built in scheduler to time the execution of a specific job.

    • #16178
      newhere
      Member
      CalEvans wrote on Aug 15 2004, 09:05 PM:
      I believe you can use the Database Sync Tool (CTRL-W) to do this.

      =C=

      If I use DB synch, I can only get a same DB aside. However, how can I keep different backup for everyday, I mean, schedule a job to do that?

      BTW, to use job manager, is there a way to see job status?

    • #16179
      Shadow
      Member
      Quote:
      However, how can I keep different backup for everyday, I mean, schedule a job to do that?

      Using data sync wizard alone is not sufficient, you'll need to write scripts to accomplish. For example, you could write a script that creates an empty db every day and modifies the job's xml file so that the newly created db is used as target and then executes sja.

      Quote:
      BTW, to use job manager, is there a way to see job status?

      Yes, in Windows scheduler. 😉

Viewing 4 reply threads
  • You must be logged in to reply to this topic.