ShahriyarR / MySQL-AutoXtraBackup

MySQL-AutoXtraBackup commandline tool written in Python 3 based on Percona XtraBackup
https://autoxtrabackup.azepug.az/
MIT License
141 stars 79 forks source link

Actually what does do #archive_max_size = 100GiB #archive_max_duration = 4 Days parameter #420

Closed bimith closed 3 years ago

bimith commented 3 years ago

Kindly explain about this two parameter

archive_max_size = 100GiB

archive_max_duration = 4 Days

my understanding about #archive_max_size = 100GiB Whenever the size has been crossed more than 100gb it will be get removed from this directory. We know we can give more than this size also.

archive_max_duration = 4 Days : whenever the data backup crossed 4 days (4 days old data) it will get removed by automatically.

" How the data is coming to the Archive_dir ? Kindly advise me

when the backup file will get moved into the archive_dir , is it 4 days older or same date data will not keep the backup location which reason it is moving into the archive

bimith commented 3 years ago

we got it, and its working fine