From: Sergiy Borodych <bor@univ.kiev.ua>
To: gentoo-user-ru@lists.gentoo.org
Subject: Re: [gentoo-user-ru] LVM snapshot
Date: Fri, 04 Feb 2011 23:30:41 +0200 [thread overview]
Message-ID: <4D4C7001.2040301@univ.kiev.ua> (raw)
In-Reply-To: <4D431C5F.9080509@mail.ru>
01/28/11 21:43, Sergey Kobzar написав(ла):
> On 01/28/11 18:50, Alex Efros wrote:
>
>> Это можно реализовать иначе - установив FLUSH TABLES WITH READ LOCK из
>> скрипта, в котором потом сделать exec sh-скрипта для выполнения бэкапа
>> через lvm - пока процесс с PID-ом установившим FLUSH TABLES не выйдет
>> блокировка будет стоять, а когда он выйдет будет сделан автоматический
>> UNLOCK TABLES.
>>
>> Вот пример (вспомогательный скрипт моей тулзы powerbackup), который
>> запускает tar и использует отдельный mysql-аккаунт для работы:
>>
>> ---cut---
>> #!/usr/bin/perl
>> # mysql> GRANT RELOAD ON *.* TO _backup@localhost IDENTIFIED BY
>> "_backup";
>> use warnings;
>> use strict;
>> use DBI;
>>
>> chomp(my $user = `cat /etc/powerbackup/mysql.user`);
>> chomp(my $pass = `cat /etc/powerbackup/mysql.pass`);
>> my $dbh = DBI->connect('dbi:mysql:', $user, $pass, {RaiseError=>1});
>> $dbh->do('FLUSH TABLES WITH READ LOCK');
>>
>> exec('tar', @ARGV);
>> ---cut---
>
> Да, можно залочить таблицы php/perl скриптом, потом вызвать shell скрипт
> для бэкапа, потом снять лок в perl/php.
>
> Можно все это дело вообще одним perl/shell скриптом реализовать, но мне
> хотелось использовать именно shell дабы не прыгать от одного скрипта к
> другому, т.к. многие вещи удобно делать из shell, а не извращаться с
> perl/php. Да и доставлять ничего не придется.
>
> Видимо другого варианта нет, или же просто забить на ошибку... Вроде бы
> и так все работает.
>
можна посмотреть еще на
* app-backup/mylvmbackup
Latest version available: 0.13
Latest version installed: 0.13
Size of files: 36 kB
Homepage: http://lenzg.net/mylvmbackup/
Description: mylvmbackup is a tool for quickly creating backups
of MySQL server's data files using LVM snapshots
License: GPL-2
--
Sergiy Borodych
http://bor.org.ua
next prev parent reply other threads:[~2011-02-04 21:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-28 12:39 [gentoo-user-ru] LVM snapshot Sergey Kobzar
2011-01-28 13:09 ` Богун Дмитрий
2011-01-28 13:16 ` Sergey Kobzar
2011-01-28 13:47 ` Богун Дмитрий
2011-01-28 14:12 ` Edward Hades
2011-01-28 16:50 ` Alex Efros
2011-01-28 19:43 ` Sergey Kobzar
2011-02-04 21:30 ` Sergiy Borodych [this message]
2011-01-28 19:38 ` Sergey Kobzar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D4C7001.2040301@univ.kiev.ua \
--to=bor@univ.kiev.ua \
--cc=gentoo-user-ru@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox