Best way to schedule MySQL backups.

Hi All,
I'm trying to use our Mac mini Server to schedule MySQL backups FROM another server.  The newer MySQL Workbench does not have a way to schedule backups, but I did find AutoMySQLBackup:
http://sourceforge.net/projects/automysqlbackup/
Has anyone tried this with success, or is there a better/any other option?  Again, I need to connect to MySQL on another server and backup the database locally - making offsite backups.
Thanks in advance for your help - Vijay

RMAN is the only utility that can read RMAN backupsets (which are the default) - forget about export/import for this purpose as they are completely different tools.
RMAN has some validate functionality built in but the best way to test to actually perform a restore. See the above link for details on that.

Similar Messages

  • What is best way to make disk backup of CS5 downloaded installation?

    Hi,
    We purchased the downloadable version of the CS5 Production Premium installer rather than waiting 2 weeks to receive it in box form.
    What do you suggest is the best way to make a backup of the downloaded installers, which total about 13.8 gigs?  I was thinking of putting the main one on a dual layer DVD-R but the biggest file is 9.23 gb's, nearly a gig over the data limit for dual layer disks.  Is it possible to use Toast to split a disk image over multiple files or use Apple Disk Utility to compress the .dmg even further to fit?  Or perhaps is the easiest way to just copy it over to a USB thumb drive?
    I know Adobe allows you to re-download the software whenever needed, but it would be more handy for us to have a backup here rather than wait for another really long download...
    Suggestions?
    Thanks!

    You can buy a set of backup disks from Adobe for a nominal fee. You might want to give them a call and ask about it.
    Otherwise, just back it all up to an external drive.
    Bob

  • My wife and I share an Ipad.   We each have our own email address and calendar.   What is the best way for us to backup both accounts (we currently only have 1 ICloud account)?   Thanks for any help!    Alan

    My wife and I each have our own email address and calendar.  These are on one IPad.   The Ipad has a single ICloud account.
    What's the best way to backup both Calendars, etc?   Does ICloud automatically back up every account on the same IPad?  (I checked ICloud, but I could only find my stuff.)
    Thanks for any help!
    Alan

    First, you need to understand that there's a difference between "syncing" and "backup".  Backup is the saving of content and settings, where syncing is the bidirectional transfer of content for an account to a web-based server (like iCloud, Gmail, Yahoo, etc.)
    If you see your calendar in your iCloud account, that implies that you have set up your iCloud account to host (sync) your calendar, and perhaps contacts, email, and notes.  An iCloud account can only sync one user's information at a time so it is intended to support a single user.  You can have more than one iCloud account, and you can even have more than one iCloud account on the same device (but one has to be primary, and the secondary iCloud has limited capabilities), but a single iCloud account only supports a single user's content.
    Backup is the saving of your device's content and settings to use in case you need to recover these things, but you can't see the contents of your backup (just the size and device name).  You can backup more than one device to iCloud and you can backup to iCloud or you can backup to your computer, or both (one at a time though, you have to choose). 
    So, if your wife has her own email and calendar she can certainly do that in parallel to whatever account(s) you have for email and calendar.  But if you have only one iCloud account then only one of you can use it for email, calendar, etc.  But the backup of these accounts is really just a backup of the device's settings that link the device to these accounts. For example, if she uses Gmail then the backup of the iPad only backs up the fact that your iPad is set up to use her account, it does not backup the account itself (the content of her account is saved and preserved on Google's servers, not your device's backup).
    Does that make better sense?

  • Best way to do offsite backups of iMac?

    I have a new iMac -- the first Mac for a longtime Windows user...
    One of my normal practices with the PC was to create an offsite backup each month, which is stored in my desk at work. In the past, I've always used DVDs for the backup, but now that my iTunes and digital photo libraries are growing, that's getting to be too much of a chore and requires too many disks to do easily. So, I'd like to start doing my offsite on a portable hard drive I can store in the office and just take home once a month for the backups.
    I'm already using Time Machine to back up my iMac to a G-Tech external hard drive, but for the offsite backup, I'd prefer to only back up my iTunes library, photos, and documents. I don't see a way to do that with Time Machine.
    What's the best way to have only these folders backed up to an external hard drive?

    ecd1211, Welcome to the discussion area!
    I'd prefer to only back up my iTunes library, photos, and documents. I don't see a way to do that with Time Machine.
    You can customize Time Machine to only do the folders you want.
    In Time Machine preferences, Choose Backup Disk, then click Options. A list of locations that are backed up appears.
    To add a new "do not back up" location to the listing, click the "+" button below the list, navigate to the location you want to exclude and click Exclude.
    To delete a listing, select that listing and click the "-" button.
    Click Done to return to Time Machine preferences.
    Drag the Time Machine OFF-ON slider to turn Time Machine on or off.
    KB 306681, Mac 101: Using Time Machine in Mac OS X 10.5 Leopard

  • Best way to image or backup my MBP (inclding Boot Camp partition?

    What is the best way to create a complete image or best backup of my MBP hard drive? FWIW this is a Boot Camp partitioned HD and my objective is to have an easy way to recreate my current HD setup, in case of failure.
    My plan would be to create this on an external FW HD.
    Thanks!

    Hi, just take a look to superduper...I use it in a powermac g5 and in a macbook pro without problems...watch out that CCC is not universal binary in the case you have a new mac.
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    bye
    Fer
    MacBook Pro 18 Ghz 1GB Ram Mac OS X (10.4.6)

  • What is the best way to schedule a job for PI interface?

    Hi,
    I have this PI scenario to implement.
    Every day, something (?) needs to trigger PI to call RFC function, get the data and insert it to database.
    What is the best practice to schedule such a job in PI?
    I want to know best practice to trigger PI interface and how to schedule it.
    Also, do I have to use BPM for this?
    Thanks for your help.
    -Won
    Edited by: WON HWANG on Sep 10, 2010 11:21 PM

    Hi Won,
    it depends a bit on the scenario that needs to be implemented. I will try to go point by point and give you the options
    1. You will need to send a message to PI
         - This can be from PI or from ECC. I suggest you use an ABAP proxy client.
         - You will need to write an ABAP program that sends this message (calling the proxy client).
         - You can schedule this program in a job (SM37).
         - If users want control over the job, better schedule it in ECC; if only you or an administrator will control the job, you can do it in PI
         - I would use a generic format which you can reuse to trigger other interfaces: From- and To-date, Context, Action, User
         - You can have conditions in the Receiver Determination and Interface Determination to route the message to the correct interface, based on the Context and Action for example.
         - From- and To-date can be used to make selections in any RFC or table query.
    2. You will need a BPM process in PI
         - Step 1: Receive the trigger
         - Step 2: Call the RFC
         - Step 3: Send to database
    this is because the RFC call is synchronous, and you cannot route the response to another receiver than the sender of the RFC call. Another options is writing a wrapper in ECC around the RFC function, and at the end implement another PI ABAP proxy client that will be routed to your database interface.
    Hope this helps.
    kr
    Peter Glas

  • Best way to make a backup before a Production move

    Here's a best practices question concerning Production MOVE procedures.
    Environment:
    OWB 10g Client on Windows XP Professional
    Repository - 9.2.0.4 on UNIX (AIX 5.2)
    Runtime - 9.2.0.4 on UNIX (AIX 5.2)
    Target - 9.2.0.4 on UNIX (AIX 5.2)
    I have two (2) environments, Development and Production, with two (2) repositories and two (2) Target Schemas.
    When moving a new object (mapping, table, etc.) into the Production area, I plan to first move the metadata with an EXPORT / IMPORT and then do the deployment with OMB (ugh!).
    I need to make a copy of the old Production object before the new one is written over the top of it 'just in case' the user or Business Analyst changes their minds tomorrow.
    I was initially thinking of doing a metadata EXPORT of the objects being promoted before the new ones are IMPORTed.
    Has anyone developed a more glamorous solution or what are the 'Best Practices' in this area from the moderators?
    Thanks very much in advance for all suggestions.
    Gary

    Hello, I'm using OWB 9.2.0.4 and I can take snapshots for complete modules
    OMBCREATE SNAPSHOT 'SNAP_ANAPAT' ADD ORACLE_MODULE 'STG_ANAPAT';
    But, I want to answer to you original original question, illustrating what is our current process for a production move.
    I agree with the previous post that OWB has bad limitations in metadata management. I'd really like a MDL file browser where
    I could choose what to import and compare the objects with the current version. (Note that you can pick the objects to import via parameter file of the command line import tool)
    Also it would be nice if Deployment Manager allowed better selections, for example filters on object name.
    We don't use snapshots, but rather rely on extracting 'by hand' just the changed objects. By hand means I wrote a custom
    PL/SQL procedure to which I supply various parameters for generating scripts. Most important are 'objects modified in a date range',
    'objects belonging to given modules' and 'objects used to realize a given process flow'. The latter is useful as we have many
    deployment sites with different processes and I want to give everyone exactly what is needed.
    The output of the PL/SQL is
    1) scripts to export objects via OWB command line import utility, and the export files themselves (generated spawning external process)
    2) scripts to deploy to XML files, and the XML files themselves (generated spawning external process)
    3) scripts to re-import the objects in production:
    these verify which objects where already present in production and export them to MDL to have a backup;
    rename any table objects to have a backup copy; import the new objects; deploy from the XML files.
    There is also a procedure to restore the data from the backup to newly deployed tables.
    Table updates are critical: when you add new columns, constraints, drop columns etc there is no automatic way to upgrade so this often needs manual intervention.
    Results of the import step can be checked controlling the log files.
    Results of the deploy step can be checked querying the runtime repository or with the Runtime Audit Browser.
    I adopted XML deploy because it allows to obtain a pre-digested, faster deploy then what is obtained deploying directly from the repository: this is especially important with many target repositories.
    It's useful in a development environment also as you can, with a single procedure call, export/deploy all objects modified since a given date.
    I'd like to listen to other people ideas about other ways to automate these annoying tasks.
    Antonio

  • Best way to schedule lots of small threads

    Hello,
    I'm working on a large set of data and trying to split up the job between multiple threads, to be more exact about 1000 threads.
    The maximum number of threads I can run simultaneously is defined by MAX_THREADS.
    To be most efficient I would need to know when a thread finishes to start the next one.
    I've tried a solution where I start MAX_THREADS, then sleep for a certain time, then check if all threads are still running and start new threads in place of the ones finished. I found it really hard to figure out a good timing for polling the threads.
    My next solution would be to create MAX_THREADS number of helper threads that kick off a thread from a pool, then join them and start new ones as those finish.
    Another idea is to create a listener that would be activated when a certain thread finishes so it can kick off a new thread.
    Could anyone suggest a good solution for this problem? Or best practice?
    Thanks,
    Lajos

    This ThreadPool approach is wrong puckstopper31. The
    concept of a ThreadPool is to re-use the Threads that
    have already been allocated. When a job is done, a
    thread shouldn't removed from the ThreadPool, unless
    some configurations specify that there shouldn't be
    more than a certain amount of idling Threads.
    Otherwise, you're getting rid of one of the most
    important reasons for using a ThreadPool: reducing
    the overhead of Thread creation and destruction.I'm not disagreeing that this is one way to use a thread pool, but it is not the ONLY way to use a thread pool. The implementation I outlined works extremely well for what it is designed to do.
    PS.

  • Best way to restore from backup?

    Here's my question, I've noticed over the last few months my Intel iMac 2.16 has started to run a bit slow, beachballing quite a bit and applications such as iTunes and Quicktime take much longer to open now. I've still got about 60GB of HD space left on the main drive and I've tried everything to resolve the problem such as repairing drive (no problems found) repairing disk permissions etc but nothing seems to work. I've now cloned my entire HD using SuperDuper and have a recent full Time Machine backup. I would like to try fixing the problem by formatting and restoring my HD but which is the best method, Install & Archive, Restore from Time Machine or restore from SuperDuper clone? I obviously don't want to re-import the problem but at the same time I'd like to choose the easiest method.
    Thanks for any info on this,
    Dave

    Well this is strange, before doing the archive & install I booted up using the SuperDuper clone just to test it and make sure I had a fully working clone to fall back on, low and behold the clone works fine, not spinning beachball and everything feels faster.
    Should I just format the internal HD, run a repair and copy the clone back onto the HD?

  • Best way to restore from backups?

    I'm restoring my iBook after having the hard drive replaced. I have a stack of about 50 CDs containing incremental iTunes and iPhoto backups. I also have my settings and playlist backups on my flash drive.
    What is the fastest, easiest way to import all the music and photo files back onto my computer?
    When I insert a iTunes data CD, iTunes opens up and shows the songs, but if I select Import, it makes me navigate to the CD and import songs one at a time? I know there must be an easier way.
    I did change my iTunes preferences to Import and Eject when a CD is inserted, but that doesn't seem to work with the data CD.
    Thanks.

    Normally you would IMPORT when ripping a CD to mp3/4 etc. You ADD when bringing in previously ripped songs.
    One easy way is to put the data cd in the drive>select the files on the cd>drag them to the iTunes main window, this will copy the files to iTunes and out them into the iTunes music folder as long as you have iTunes prefs>General>check both the boxes "Keep iTunes Music .... organized" AND "Copy files to iTunes ......library."
    You can also do this via menu commands>iTunes Menu Bar>File>Add to Library... (CMD-O).
    MJ

  • Best way to schedule and get notification for plsql job

    hi
    i would like to execute a procedure on weekly basis and want to be notified if the job fails
    which is correct way of doing this?
    1. create user defined metric and call the procedure this way
    2. create scheduler job dbms_scheduler
    the other question is while I have exception handling within plsql procedure, how will the grid agent or dbms_scheduler distinguish between success and failure ?
    do I have to set a variable or execute special command as part of exception handling ?

    Have you researched the ADD_JOB_EMAIL_NOTIFICATION procedure of DBMS_SCHEDULER?
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_sched.htm#BABBFBGI
    This procedure adds e-mail notifications for a job. E-mails are then sent to the specified list of recipients whenever any of the specified job state events is raised.For more information about monitoring jobs, including a description of job logs and job email notifications, look here:
    http://docs.oracle.com/cd/E14072_01/server.112/e10595/scheduse008.htm
    You can configure a job to send e-mail notifications when it changes state. The job state events for which e-mails can be sent are listed in Table 28-13. E-mail notifications can be sent to multiple recipients, and can be triggered by any event in a list of job state events that you specify. You can also provide a filter condition, and only job state events that match the filter condition generate notifications. You can include variables like job owner, job name, event type, error code, and error message in both the subject and body of the message. The Scheduler automatically sets values for these variables before sending the e-mail notification.

  • Best way to make a backup of home directory and system files?

    I need to create a backup of my /home/user directory and important files like xorg.conf rc.conf & /boot/grub/menu.lst ?
    I would like to put it all into a tar file so I can keep the system on windows with out messing up the files.
    Any suggestions?

    Misfit138 wrote:
    Gen2ly wrote:
    I just did this and took notes so it might be your lucky day because I created a wiki page for it:
    Restore from Configurations
    Terrific job.
    I would suggest changing the name to "System Restore from Configuration".
    Thank you.
    Done.

  • How is the best way to backup and organize Adobe layered .PSD files on iMac OSX maverick?

    How is the best way to organize and backup Adobe layered PSD files on iMac desktop OSX maverick?
    I lost all my Adobe Photoshop files + everything else on my IMAC when it crashed. They reinstalled Operating System.  But now i must install programs such as MS Word & Adobe indesign suite.
    Please help me determine what is the bestway to backup Adobe layered  PSD files? I believe these are my choices to be assured this doesn't ever hapen again. Please comment.
    Buy Apple Airport Time capsule $280.  But I am not sure if it can store PSD layers. Can it or do you have to have Apple Apperture  software to act be sure layers are saved
    I had had trouble getting Adobe Cloud to sync to save files and so just trusted my computer to not ever crash.  Any hints on this procedure
    Are there any hints on PhotoShop image organization for a current IMac usser ?
    Please help.
    Teann  ucreateit

    My backup plan is to use Time Machine to make a backup to an external disk drive plus I also do a clone of my system disk. So far between the bootable clone and the Time Machine backup this plan has covered all of my needs.
    Allan

  • What is the best way to backup iTunes on external HD

    Hello there
    I wish to backup my iTunes on an external HD. I'm aware that I should move the iTunes folder in its entirety over to the external HD so everything remains the same.
    However, when I have new iTunes added in my library in my MacBook, what is the best way to add and backup those new iTunes in the external drive? Can I just do a drag and drop for those new iTunes files into the iTunes folder in the external HD?
    Thanks in advance for your help!

    Yes, if you don't want to clone the whole drive, you can pick and choose the files. If there is stuff already on the external drive, just be sure to deselect the button that tells CCC to remove any files not on the source drive. In other words, you want CCC to simply add more files to the external or update the ones that have changed. You do not want it to remove any.
    CCC is a free download by the way. SuperDuper is a free download but the free version does not allow incremental backups, only a full complete backup which means losing what is already on the backup drive.
    Patrick

  • Which is best way to do a back-up for the iPad , please.

    Could someone let me know best way to do a backup for the iPad . I know one goes to iTunes , but other than this I dont know what to do once I get that far , as in which way , like backup to the iMac or another way it ask me to backup and now cant remember the other way.
    Thank you

    You can backup with iCloud or iTunes. You can also backup with both if you prefer.
    Back up and restore your iOS device with iCloud or iTunes
    I Prefer using iTunes but based on how you use your iPad, iCloud may be the better choice for you.
    With iTunes, you have control over your backups. You are not relying on Apple servers, which could go down or be hacked. The chances are slimmanat will occur, but they still exist. You have to pay for iCloud storage if you want more than the 5GB of storage that you can get for free by using your own computer. and while the prices have come down, I see no reason to pay Apple for something that I can do with my own Mac.
    On the other hand, if you use your iPad away from home a good bit of the time .... such as for work reasons, if you need to erase the device because of some problem that you are trying to fix, you can download your backup from iCloud after activating it again and don't need to have your Mac with you at all in order to do so.
    Its really a choice that you have to make based on how you use your iPad and what your needs are.

Maybe you are looking for

  • HT1918 How do i remove a credit card from my apple ID account

    When i go to update my apps and programs on my phone it will not let me cause it says i have a credit card on file and there is a billing problem. My problem is i dont have a credit card and my daughter entered a bunch of random numbers. So now i can

  • Hiding individual row in JTable..Urgent

    Hi, I want to hide a row in a JTable when i select hide option from a popupmenu and bring it back when i select show from the menu.I did the same done for columns by setting column width to a minimum value and then restoring it to the initial size.Bu

  • Help identifiying this exception

    Hello. I've been working on a project for a while now, that deals with displaying a set of JPGs from a server, then swapping those images with new images, and displaying those. However, I just came across an exception error that I have never got befo

  • ID CS6 8.0.2 upgrade fails

    I got this message: Mises à jour Adobe InDesign CS6 8.0.2 Une erreur s'est produite lors de l'installation de cette mise à jour. Quittez et réessayez ultérieurement. Code d'erreur : U44M1I200

  • Safari crashes every time i open twitter

    my safari crashes every time i open twitter. how can i fix this?