ShahriyarR / MySQL-AutoXtraBackup

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

Archiving without tar but preparing #246

Closed prox2k closed 6 years ago

prox2k commented 6 years ago

In environments with huge databases it would be great if I can change archiving settings to not to tar the archived backup (my backup needs 6hrs to tar, extracting that in disaster case would not be funny :)), just move it to the archive folder.

ShahriyarR commented 6 years ago

Hi, Thanks for report. How do you think? Is it okay, if I will implement the archiving like this?

prox2k commented 6 years ago

Hi,

I would suggest to Provide prepare the backups without tar. Maybe as you did suggest but with preparing optionally? archive_prepare=true or anything like that?

Merry Christmas! Best Sven

Am 21.12.2017 um 20:19 schrieb Shahriyar Rzayev notifications@github.com<mailto:notifications@github.com>:

Hi, Thanks for report. How do you think? Is it okay, if I will implement the archiving like this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ShahriyarR/MySQL-AutoXtraBackup/issues/246#issuecomment-353435056, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHiMly19kmK082h4KLLsaxXs1mSIsxYZks5tCq9TgaJpZM4RJclB.

ShahriyarR commented 6 years ago

With this fix: https://github.com/ShahriyarR/MySQL-AutoXtraBackup/issues/223

All backups are preparing prior archiving with 1.5.1 version of autoxtrabackup.

So basically, you want to choose:

And also you want to have:

ShahriyarR commented 6 years ago

Implemented and merged to release_v1.5.2 Will be available on 1.5.2 version of autoxtrabackup. Thanks for report.