I thought I would mention a few things that need to be said even though they're rule #1 for anyone who does work on their computer. But, let me just emphasize for dramatic effect:
Always always always *twenty minutes later* always always back up your work. Even if you're in the middle of working.
I'll try to sum it up in a bit of point form:
Save as a new file name every now and then just in case you accidentally save over your main project file. The reason is, if your computer crashes, or you lose power, or if the file becomes corrupt for whatever reason, you don't lose your project. I wrote an Impulse Tracker song a year ago and nearly lost it because I saved over top of it. This wouldn't have happened had I saved this file multiple times in different areas. (For those who are curious, I did manage to bring the file back using file recovery software. It corrupted the title info but luckily the notation was still good. I just had to re-import the samples. Let's just say I got very lucky.)
When the project is complete, always back your work up. (Yes, even the mixed down music). It's nice that it's in your local hard drive, but we live in a day in age of cloud storage, the likes of Google Drive and OneDrive. Very convenient! You may be worried about your privacy though, with good reason. But you can still save your work to DVDs, or external storage like Flash drives. This is great for archiving your work for years from now if you ever want to come back to it. This leads me to my next tip:
Back up your backups! Magnetic Hard Drives with heads are fragile. Nothing's more terrifying to me than when someone knocks over my external drive. Hard drives have moving parts and therefore are sensitive. Thumb drives fail. DVDs fail. Flash media like SD cards or CF cards. They all fail. Always back up your backups. Here's a great article on the average lifespans of digital media.
I know this goes without saying but one of the reasons I still have some of my old Impulse and Scream Tracker files from back in the 90's is because I've archived them on multiple drives.
Yes Acronis True Image will image as well as clone drive (no compression) to a bigger or smaller drive and it will be bootable, you just make the iso, burn it, boot it, clone it, or do it from windows. see info & video https://kb.acronis.com/content/56634
With Win7 if you want to clone the drive for another PC with different hardware https://support.microsoft.com/en-au/kb/922976 use this fix for an automated reg change as above, before cloning, to change the sata mode so it boots on the new hardware. http://download.microsoft.com/download/4/4/8/44839D4F-B210-4241-8C3F-374B71A39C29/MicrosoftFixit50470.msi If you didn't do the above an it loops at boot, use Hiren's Boot CD - Tools - Registry -> “Fix hard disk" there is another one called fix_7hdc.vbs that you boot with the win 7 dvd to CMD prompt and run the script form a usb thumb drive, fixes any incompatible sata drivers that prevent booting.
Btw, on Windows do you know of a backup all that just copies the files, and doesn't compress them or make an image of them
On my computer, I have a batch file (yep, just like in the old MS-DOS days) that uses the Windows "robocopy" command to back up all my files to an external hard drive. I've been using this method for many years and have never had an issue losing files. I also keep my data synced across my desktop and laptop computer by using robocopy.
I use the mirroring feature, which basically compares some sort of CRC for the file and only backs up files that have been changed. So the first time you run it, it will take the time it takes to copy the files, but on subsequent times, it screams through the folders where nothing changed. So while I may have 300 or 400 GB of data to back up (which takes quite awhile on a USB2 interface), subsequent backups usually happen in 5 or 10 minutes or so (depending on what changed).
So, I just attach the external drive, validate that it is still using the same drive letter as before (95% of the time it does, but occasionally, Windows gets squirrely. It's easy to change drive assignments, though). I then launch the batch file and let the backup run. Once done, I safely remove the USB drive and keep it disconnected from the computer.
Works for me. If anyone wants any help setting something like this up, just PM me. It's old school, but works great. The files are copied as is, are not compressed, are not part of an image, and are usable on the external drive as-is (but that's not the point here).
The mirroring function basically makes the destination drive folder (and its subfolders) contain exactly the same as the source folder. That means files not found on the source drive are deleted from the destination; new files on the source drive are added to the destination, and newer files on the source drive overwrite the older files on the destination.
If that makes you uncomfortable, you can also use the "exclude older" option instead of the "mirror" option. The "exclude older" does not delete any files from the destination, but does add new files from the source to the destination, and overwrites (refreshes) older files with their newer versions.
TMI?
John
Laptop-HP Omen I7 Win11Pro 32GB 12TB SSD Desktop-ASUS-I7 Win10Pro 32GB 12TB SATA
Awesome! I've been using an xcopy command .bat script to my USB external hard drive for years. I do an incremental backup only saving changed files so it doesn't take too long when I run it weekly.
I'll look at the robocopy commands in DOS to see if I can enhance my xcopy commands. Looks promising!
I used to use xcopy, but robocopy is much more robust.
I'm seeing that. That's been the one weakness of my method is I've got tons of old files I don't need on the backup. Will definitely check out purge or mirror.
EDIT: Tested a few command line switches and have switched to and run Robocopy. Thanks John!
These suggestions are awesome! I only have so much room on this sheet of paper I have.
There are a number of open source options I would like to try, however I need to purchase a new drive as it's about time I backed up my backup.
Oh! Another couple tips for people:
If you can, back-up to multiple smaller drives. The reason for this is for larger drives, what happens if that drive has failed? You lost everything on it. Losing a 500 gig drive is definitely not as hard a hit on you as losing a 1.5TB drive.
Also, I hate to say it but they just don't make drives like they used to.
Second tip:
Drive Manufacturers matter! I don't want to post any information in regards to drive brands, but a quick internet search will show you which drives are the recommended ones for longevity. Just remember, like my father always said, you get what you pay for.
In additions to all of the good suggestions I will add always have at least two backup HDs with one stored off premises. I have one stored in a safe deposit box at my bank but a friend or family member's house also works.
OK, a random thought; Why does toilet paper need a commercial? Who's not buying it?
64 bit Win 10 Pro, the latest BiaB/RB, Roland Octa-Capture audio interface, a ton of software/hardware
(which means make the source folder the master folder and make the destination folder look just like it, even if it means deleting files, overwriting older files, or adding new files)
(which means copy everything in the source folder to the destination folder, but only if the file in the destination folder is older or doesn't yet exist. This command does not delete anything in the destination folder, only update files and add new ones.
Another thing I do is the very first time I run Robocopy on a system is to include the flags:
/w:1 /r:1 /reg
(this says that if the file can't be written (which happens with some system files that are open by the O/S), then just "wait" 1 second and "retry" 1 time, and "reg" means to write that to the registry so it remembers it everytime you run robocopy. That's why you only have to do it the first time you run the program. If you don't do that, the default number of retries is one million and the default wait time is thirty seconds. That means that one file can pause your copy by 30,000,000 seconds (8,333 hours) before moving on. You really don't want that to happen. Another precaution is to include the /xj option, which can cause recursive copying and extremely deep folder structures. Usually only happens with system files, not data files, but just a warning.)
Hope this helps.
John
Laptop-HP Omen I7 Win11Pro 32GB 12TB SSD Desktop-ASUS-I7 Win10Pro 32GB 12TB SATA
I back up every day, every week, every month, and every quarter. I have 5 external backup drives, including the MASTER Back Up HD in the safe. I do a back up of a back up of a backup of a back up of a backup of a backup.
It took 24 hours to record Phoenix and Gargoyle. If I remember to back up 3,467 songs before I go to bed every once in a while, it's a no brainer.
Right on Mat!!!
David Snyder Songwriter/Renaissance Man Studio + Fingers
XPro & Xtra Styles PAK Sets On Sale Now - Until May 15, 2026!
All of our XPro Styles PAKs and Xtra Styles PAKs are on sale until May 15th, 2026!
It's the perfect time to expand your Band-in-a-Box® style library with XPro and Xtra Styles PAKs. These additional styles for Band-in-a-Box® offer a wide range of genres designed to fit seamlessly into your projects. Each style is professionally arranged and mixed, helping enhance your songs while saving you time.
What are XPro Styles and Xtra Styles PAKs?
XPro Styles PAKs are styles that work with any version (Pro, MegaPAK, UltraPAK, UltraPAK+, or Audiophile Edition) of Band-in-a-Box® 2025 (or higher). XPro Styles PAKS 1-10 includes 1,000 styles!
Xtra Styles PAKs are styles that work with the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box® 2025 (or higher). Xtra Styles PAKs 1-21 includes 3,700 styles (and 35 MIDI styles)!
The XPro & Xtra Styles PAKs are not included in any Band-in-a-Box® package.
The XPro Styles PAKs 1-10 are available for only $29 ea (reg. $49 ea), or get them all in the XPro Styles PAK Bundle for only $149 (reg. $299)! Listen to demos and order now! For Mac or for Windows.
The Xtra Styles PAKs 1-21 are available for only $29 ea (reg. $49 ea), or get them all in the Xtra Styles PAK Bundle for only $199 (reg. $349)! Listen to demos and order now! For Mac or for Windows.
Note: XPro Styles PAKs require Band-in-a-Box® 2025 or higher and are compatible with ANY package, including the Pro, MegaPAK, UltraPAK, UltraPAK+, and Audiophile Edition.
The Xtra Styles require the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box®. (Xtra Styles PAK 19 requires the 2025 or higher UltraPAK, UltraPAK+, or Audiophile Edition. They will not work with the Pro or MegaPAK version as they require the RealTracks included in the UltraPAK, UltraPAK+, or Audiophile Edition.
Supercharge your Band-in-a-Box today with XPro Styles PAKs and Xtra Styles PAK Sets!
With the release of Band-in-a-Box® 2026 for Mac, we’re rolling out a collection of brand-new videos on our YouTube channel. We’ll keep this forum post updated so you can easily find all the latest videos in one convenient spot.
Whether you're exploring new features, checking out the latest RealTracks or Style PAKs, this is your go-to guide for Band-in-a-Box® 2026.
Band-in-a-Box® 2026 for Mac is here and it is packed with major new features! There’s a new modern look, a GUI redesign to all areas of the program including toolbars, windows, workflow and more. There’s a Multi-view layout for organizing multiple windows. A standout addition is the powerful AI-Notes feature, which uses AI neural-net technology to transcribe polyphonic audio into MIDI—entire mixes or individual instruments—making it easy to study, view, and play parts from any song. And that’s just the beginning—there are over 100 new features in this exciting release.
Along with version 2026, we've released an incredible lineup of new content! There's 202 new RealTracks, brand-new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two new RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!
Special Offers
Upgrade to Band-in-a-Box® 2026 for Mac and save up to 50% on most upgrade packages during our special offer—available until May 15, 2026. Visit our Band-in-a-Box® packages page to explore all available upgrade options.
2026 Free Bonus PAK & 49-PAK Add-ons
Our Free Bonus PAK and 49-PAK are loaded with amazing add-ons! The Free Bonus PAK is included with most Band-in-a-Box® 2026 for Mac packages, but you can unlock even more—including 20 unreleased RealTracks—by upgrading to the 2026 49-PAK for just $49.
Band-in-a-Box® 2025 for Mac® users: Build 904 now available!
If you're already using Band-in-a-Box® 2025 for Mac®, make sure to grab the latest update! Build 904 is now available for download and includes the newest additions and enhancements from our team.
One of our representatives will be happy to help you over the phone. Our hours of operation are from
6:00AM to 6:00PM PST (GMT -8) Monday thru Friday, and 8:00AM to 4:00PM PST Saturday. We are closed Sunday. You can also send us your questions via email.
One of our representatives will be happy to help you on our Live Chat or by email. Our hours of operation are from
6:00AM to 6:00PM PST (GMT -8) Monday thru Friday; 8:00AM to 4:00PM PST (GMT -8) Saturday; Closed Sunday.