Netbackup 7.5 Accelerator and Incremental Backups
Hi all,
Just wondering if I'm getting this right.
For simplicity, let's say the client is running on the Windows platform:
Full backup = File level all files
Incremental backup (both types) = File level changed files (ones with archive bit set)
Accelerator Full backup = Block level changed blocks since the last all-blocks Accelerator backup
Accelerator Incremental backup = Same as the above except that less catalog space is used
So in effect both Accelerator backups are like Incremental backups, but ones that operate on the block level instead of the file level.
And just like the normal Full and normal Incrementals, an Accelerator Full backup uses more catalog space than an Accelerator Incremental backup because it records all files instead of just the changed files. (The catalog operates on the file level when it comes to remembering things in a volume for restores.)
Did I get that right? Is there more to it?
Thanks all,
RLeon
I think that :
- VSS is used (by default) on all windows backup, with accelerator or not.
- Deduplication is "global" (database is on the media server) but you have a local cache on your client (with source deduplication). So if you have similar block to previous in a new file, accelerator will send unknow blocks only, and flashbackup will send all new blocks.
- If you rename a file :
- (not sure) incremental flashbackup will send all blocks of the file
- (sure) accelerator backup will process the file, but send 0 block because they will all be in the local deduplication database
Regards