This repository was archived by the owner on Jun 10, 2022. It is now read-only.
This repository was archived by the owner on Jun 10, 2022. It is now read-only.
Incremental backups always use last full backup as base instead last incremental backup #1
Open
Description
Hello,
Every time script creates an incremental backup, it use last full backup as base, so you are duplicating a lot of incremental backups.
May be it is not wrong, so my question is:
Are you doing it because you prefer duplicate data, but have last hot incremental ready to restore?
Another solution is create a incremental for last incremental, it will save resources but if you have 23 incremental and number 8 fails, you can not restore after that. If you have small dbs it's ok, but if you have big dbs with intensive IO and create an incremental backup every hour, backup 20,21 and 23 (for example) takes similar time than full backup.
Thanks.
Best Regards.
Metadata
Metadata
Assignees
Labels
No labels