Full and incremental backups issue using vbr.py on Vertica 6.1.2
Hi I'm trying to set up a daily incremental backup, but having run this manually twice, I've ended up with both a full backup (expected) plus an incremental which appears to be a full backup also. My config file reads as follows: [Misc] snapshotName = data_services_backup verticaConfig = True restorePointLimit = 7 [Database] dbName = DATA_SERVICES dbUser = dbadmin dbPassword = nEPRexe2 [Transmission] [Mapping0] dbNode = v_data_services_node0001 backupHost = elinkvertica01 backupDir = /vertica_db/backup I have the following two folders in my backup directory: data_services_backup (128,386,088 bytes) data_services_backup_archive20130805_111547 (126,960,996 bytes) Have I missed something in the configuration? I'm also somewhat surprised the the more recent backup, while a similar size, is just a bit smaller. So perhaps it is an incremental, and I'm missing what the increment actually is. I know that very little additional data has been added to the database between backups as I've done the only additions myself. Thanks for your help. Ben
0
Comments