Skip to main content

Incremental Backups is confusing me a lil

Thread needs solution

Downloaded the demo tonight to see how it works. I made a test back up of a folder and did the first time options. I added a couple files to it and did an incremental backup this time...I'm assuming that only adds the files I just added to it and I assumed that it would just be added to the MyBackup.tib file already there...but it doesn't. It makes a MyBackup2.tib.

Why does it work like that? So every time I go to do a backup of my drive...its just gonna keep adding .tib files??? I don't understand why it works that way. So if I back up every week, I'm gonna have 52 tib files??

Why doesn't it just keep the one main tib file?

0 Users found this helpful

That is the purpose of an Incremental backup.
Lets say you change MyReport.doc every day, you would end up (after a year) with 52 versions of it (52 .tib files), instead of just 1, so you can go back to your document from, for example 2 weeks ago.
If you want just 1 tib file, make a task that does a full backup every night.
Or you can choose for a differential backup, its a nice choice to have in certain situations, depending on how you want to backup.

J.

There are pros and cons of making Incrementals.
The pro: It requires less disk space to have a most recent backup.
The con: The incrementals form a chain of backups and if just one of those incrementals gets corrupted you will lose the ability to restore from a later incremental.

With large hard drives so cheap these days, I do only full backups.

DwnNDrty wrote:
There are pros and cons of making Incrementals.
The pro: It requires less disk space to have a most recent backup.
The con: The incrementals form a chain of backups and if just one of those incrementals gets corrupted you will lose the ability to restore from a later incremental.

With large hard drives so cheap these days, I do only full backups.

Good point! Do you prefer saving an image or cloning?