Incremental Backup - 0 views
-
xtrabackup supports incremental backups, which means that they can copy only the data that has changed since the last backup.
-
You can perform many incremental backups between each full backup, so you can set up a backup process such as a full backup once a week and an incremental backup every day, or full backups every day and incremental backups every hour.
-
each InnoDB page contains a log sequence number, or LSN. The LSN is the system version number for the entire database. Each page’s LSN shows how recently it was changed.
- ...18 more annotations...