01-26-2013, 07:21 AM
I must have missed it. Sorry about that. If you check the option to not include PDF/images, etc, your backup will contain just the database piece. Now that I'm adding the ability to export the database, I'm probably going to remove that option. Having said that, I will be happy to add an option to not export audio files. Others who import your library would get audio file load errors for every song though, as the backup wouldn't strip the audio files from the database before backing up. I would have add some code to make that happen. I would essentially have to make a copy of the database before the backup proceeds, strip all the audio files from this backup, and package the copy instead of the real one. Is this what you are looking for?