Best backup

Discussion in 'Windows Virtual Machine' started by Howard Brazee, Oct 31, 2007.

  1. Howard Brazee

    Howard Brazee Hunter

    Messages:
    155
    I'd like to exclude my Parallels file (and my backup of the VM), from incremental Mac backups - but I'd like to back-up important Windows files anyway.

    The ideal way to do this is to have a Windows backup program that created a file outside of Parallels that gets backed up by my Mac backup.

    How do people back up their Windows changes?
     
  2. Eru Ithildur

    Eru Ithildur Forum Maven

    Messages:
    1,954
    cron job to back-up the .hdd file.

    You can probably use Shared Folders to set-up what you want. I think Hugh was the first advocate of storing all files in Shared Folders on the OS X side.
     
  3. northflux2

    northflux2 Bit poster

    Messages:
    4
    Is there a way of issuing a shut down to the VM from an os X side script, so I can cron a clean backup and then a similar startup?

    We have a few machines these days running xp vm's on parallels, and would like to be able to script a shut down -- backup -- startup at 3am, to a linux server. I can do all this manually but would really like to take myself out of the loop.

    Thanks....
     
  4. kms_md

    kms_md Member

    Messages:
    20
    applescript along the lines of tell application parallels "quit" (i would have to look up the actual correct "verbage"). save as an .app and run before you run your backup. make sure that parallels is set to suspend on quit. you can restart by writing an applescript to activate your .pvs after the backup is completed.
     
  5. Specialist

    Specialist Bit poster

    Messages:
    5
    The code for applescript is like this:

    conversely
     
  6. kms_md

    kms_md Member

    Messages:
    20
    to open your pvs file, you could script:

     

Share This Page