ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Konstantin Klimchev <koka@atvc.ru>
To: community@altlinux.ru
Subject: Re: [Comm] база не дампится по cron'у
Date: Fri, 4 Mar 2005 17:54:30 +0300
Message-ID: <20050304175430.2954d94e@localhost.localdomain> (raw)
In-Reply-To: <20050304143709.8789916540@pechkin.sputnikmedia.net>

On Fri,  4 Mar 2005 16:37:09 +0200
[pioneer] <pioneer@bigmir.net> wrote:

> Есть скрипт, который я запускаю по крону. Скрипт дампит
> MySQL базу.

А упростить, (у меня по-нагляднее):

#!/bin/bash
TGID="/var/local/backup/mysql/"
OF=$(date +%Y%m%d).sql

NAME="mysql"
mysqldump --opt --no-create-info --force $NAME | bzip2 >
$TGID$NAME-$OF.bz2

#for NAME in базы_через_пробел
#do
#    mysqldump --opt --force $NAME | bzip2 > $TGID$NAME-$OF.bz2
#done

if test -f /var/local/backup/databases.conf; then
    . /var/local/backup/databases.conf
fi

for NAME in $BASES
do
    echo $NAME
    mysqldump --opt --force $NAME > $TGID$NAME-$OF
    bzip2 $TGID$NAME-$OF
done

соответственно, в /var/local/backup/databases.conf
определена переменная $BASES с перечнем баз

-- 
Best Regards, Konstantin Klimchev 
(mailto:koka@atvc.ru    jabber:koka@jabber.atvc.ru)
ATK-Internet ISP, Arkhangelsk, Russia


  parent reply	other threads:[~2005-03-04 14:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-04 14:37 [pioneer]
2005-03-04 14:40 ` [Comm] " Michael Shigorin
2005-03-04 14:57   ` Dolgov OV
2005-03-04 16:00     ` Michael Shigorin
2005-03-04 14:50 ` [Comm] " Dolgov OV
2005-03-04 15:40   ` S.T.
2005-03-04 15:58     ` [Comm] " Michael Shigorin
2005-03-04 14:53 ` [Comm] " Alexey I. Froloff
2005-03-04 14:54 ` Konstantin Klimchev [this message]
2005-03-04 15:11   ` Alexey I. Froloff
2005-03-04 15:21     ` Konstantin Klimchev
2005-03-04 15:26       ` Alexey Morsov

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=20050304175430.2954d94e@localhost.localdomain \
    --to=koka@atvc.ru \
    --cc=community@altlinux.ru \
    /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

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git