I understand Vertica supports incremental backup, and I have set it up, but I do not see incremental backups happening; it's always backup type full.
Command Used:
/opt/vertica/bin/vbr.py -t listbackup -c /test/testbackup_snapshot.ini
List of Backups:
--------------------------------------------------------------------------------------------------------------
| Backup Name | Backup Type | Epoch | Objects | Include Patterns | Exclude Patterns | Nodes (Hosts) | Version | File System Type |
--------------------------------------------------------------------------------------------------------------
| backup_snapshot_20240420_074014 | full | 37779837 | v_drdata_node0001(xxx.xxx.xxx.xxx), v_drdata_node0002(xxx.xxx.xxx.xxx), v_drdata_node0003(xxx.xxx.xxx.xxx) | v10.1.1-20 | [Linux] |
| backup_snapshot_20240401_102823 | full | 37685560 | v_drdata_node0001(xxx.xxx.xxx.xxx), v_drdata_node0002(xxx.xxx.xxx.xxx), v_drdata_node0003(xxx.xxx.xxx.xxx) | v10.1.1-20 | [Linux] |
| backup_snapshot_20230407_052145 | full | 28405154 | v_drdata_node0001(xxx.xxx.xxx.xxx), v_drdata_node0002(xxx.xxx.xxx.xxx), v_drdata_node0003(xxx.xxx.xxx.xxx) | v9.1.1-5 | [Linux] |
| backup_snapshot_20220112_100530 | full | 16274398 | v_drdata_node0001(xxx.xxx.xxx.xxx), v_drdata_node0002(xxx.xxx.xxx.xxx), v_drdata_node0003(xxx.xxx.xxx.xxx) | v9.1.1-5 | [Linux] |
--------------------------------------------------------------------------------------------------------------
Observation:
- All listed backups are of type full, indicating that incremental backups are not being performed. Could you explain ?
DX NetOps All Releases
When a full backup already exists, vbr backs up new or changed data since the last full backup occurred, rather than making another complete copy. You can specify the number of historical backups to keep.
Full Backup with vbr:
Understanding listbackup Output:
restorePointLimit Parameter:
Using the --archive Parameter for Point-in-Time Restore:
Daily Backups:
Monthly Full Backups:
Reference - Vertica Full Backups