Making installs & backups easier

Tips and advice for getting the most from Scope. No questions here please.

Moderators: valis, garyb

Post Reply
jksuperstar
Posts: 1638
Joined: Mon Nov 15, 2010 12:57 pm

Making installs & backups easier

Post by jksuperstar »

With all the various 3rd party devices, when the occasional reinstall, new computer, or failed storage comes along, I find it such a pain in the ass to get everything back in order. So I thought through a few things that would make it a lot easier for me in the future.

Step #1: Copy the SCOPE directory structure

For Windows after Vista, use RoboCopy (Robust file Copy) like this:
Open a command line (Win+R, type cmd, enter)
robocopy "C:\Program Files\SCOPE XITE" "D:\YourBackupDrive\SCOPE XITE" /e /xf * /log:scope_di

For Pre-Vista (XP, 2000, etc), use XCOPY:
xcopy /t /e "C:\Program Files\SCOPE XITE" "D:\YourBackupDrive\SCOPE XITE"

This copies each directory over to the backup location, but does not copy any files!

Next, I "install" all the devices just as I would have, but instead place them in the new location. This way I have an exact copy of my scope install, but only the 3rd party devices exist there. This is good for modules, devices, DSP files, etc.

Last, I copy the entire thing into my SCOPE install directory, and allow the directories to merge. At this point, if it's your first time, everything should just copy over. If it's a rebuild or you are syncing new files in from a new device you just got, "skip" any files that match, and the copy will happen quickly, and will only bring in any new files not installed yet.


As a bonus, I have two copies. One is the standard install, the other is for x64 only. This has few files in it, typically just the updated .dll files needed for 64-bit windows, not all of the devices and DSP code. These files have also been named the same as their 32-bit counterparts, so I also just copy this over the normal install, but this time overwriting any files that match in name.

For backing up Presets and Patches, I do the reverse...copy from my scope directory, into the back up. Ready for the next rebuild, or syncing across computers.

For license files, just use the back up built in to SCOPE. Just save a copy of the .v5 file into your back up drive.
User avatar
tlaskows
Posts: 1512
Joined: Fri May 20, 2005 4:00 pm
Location: Ontario, Canada
Contact:

Re: Making installs & backups easier

Post by tlaskows »

Cool,

But you told me about the ReadyNAS from NetGear... I thought I can just pick up folders which need to be backed up and it does it for me, no?

Thanks,

-Tom
User avatar
Synth_Al
Posts: 2
Joined: Tue Jan 08, 2013 5:12 pm

Re: Making installs & backups easier

Post by Synth_Al »

i've being using macrium reflect to do full system backups and incremental backups. it does a perfect disk image copy and restore is painless, even if the hard drive is different sizes/type. it's saved me from hard drive failures and quickly gets me up and running. There's a free personal version: http://www.macrium.com/ but it's worth paying the $ for the full version. Works well on 32 bit and 64 bit windows. The program is very powerful and a easy enough for non-IT person to use. I believe it has a scheduler / automation stuff to make life easier.

My setup: C drive for the OS, Scope, Music Tools and I disk image it every 6 months. I keep C drive as small as possible. Using 60 gb SSD. I store samples on an external hard drive. Any scope instruments / songs i write are stored on C and i manually backup to a usb stick or something.

I find this setup works pretty well for me and minimizes headaches for fixing / reloading windows if something messes up.
jksuperstar
Posts: 1638
Joined: Mon Nov 15, 2010 12:57 pm

Re: Making installs & backups easier

Post by jksuperstar »

Part of my issue, originally, was having a studio/desktop, experimenting with x64 so that when its needed, I'm already good on it, and also having a laptop for more mobile & live events.

I'm slowly transitioning into a mobile desktop PC, but this all means maintaining new devices and installs across all of these machines. Maintaining installs, to me, is a little different from backups/restores.
Post Reply