• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NTBackup - incremental problem

billsbury

Member
I'm trying to prevent the transfer of redundant data for backups. I have like 20 GB of data that I back up on a weekly basis, but only like 100 MB of it actually changes. So, I thought I might do incremental backups.

I can't get it to work correctly. I do the full backup, then when I try to do the incremental backup, it only yields folder structure but no actual files within the folders.

I have tried many different things. I have even tried using one .bkf file for the full backup and another file for the incremental backup. No matter what I do, the incremental portion always yields only folders, no files (for you database people, I only get 'metadata').

There's something huge I'm missing here. Anyone have any ideas?

Thank you.

-Bill from IN
 
Sounds like you're getting yourself into trouble.

Incremental backups will backup and reset the archive bit so if you run only incremental backups you would have to apply every single one of them in order to do a restore.

Make sure to review information about the different backup types:
http://www.microsoft.com/resources/docu...ocs/en-us/types_of_backup.mspx?pf=true

Sounds like it might be a better option to do periodic (say once a month) full backups and than daily differential backups. This way you would never have to recover from more than 2 pieces of media.

Erik
 
I would avoid incremental backups as well. Do a full backup maybe once a month or once a week if it's for business and then do differential backups for every day in between. As spyordie mentioned, incremental reset the archive bit so only the data that changed since the last incremental backup is actually backed up. With differential backups, the archive bit is not reset so it backups up all data since the last full backup or incremental backup (full backup and incremental both reset the archive bit)
 
Back
Top