ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "[pioneer]" <pioneer@bigmir.net>
To: community@altlinux.ru
Subject: [Comm] база не дампится по cron'у
Date: Fri,  4 Mar 2005 16:37:09 +0200
Message-ID: <20050304143709.8789916540@pechkin.sputnikmedia.net> (raw)

Есть скрипт, который я запускаю по крону. Скрипт дампит MySQL базу. Проблема в том, что когда я его запускаю руками, он отрабатывает нормально, а когда по крону - файл архива, в котором лежит дамп, имеет размер 46 байт. Смотрю в этот 46-байтный файл - в нем видна bz2-сигнатура и немного данных. Нормальный размер архива с базой - около 2 мегабайт. В чем может быть собака зарыта?

---/usr/local/backup/backup.sh---
#!/bin/sh

cd /usr/local/backup

mysqldump -u root --password=xxxxxxxxx dfp_local > /usr/local/backup/dfp-internal/dfp_local-`date "+%d.%m.%Y"`.sql
tar cjf /usr/local/backup/dfp-internal/dfp_local-`date "+%d.%m.%Y"`.sql.tar.bz2 /usr/local/backup/dfp-internal/dfp_local-`date "+%d.%m.%Y"`.sql
rm /usr/local/backup/dfp-internal/dfp_local-`date "+%d.%m.%Y"`.sql
---------------------------------

---вырезка из /etc/crontab-------
0 2 *  * *   root   /bin/sh /usr/local/backup/backup.sh
---------------------------------

[pioneer]
_______________________________________________________________
http://www.bigmir.net - поиск по украинским сайтам





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

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-04 14:37 [pioneer] [this message]
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
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=20050304143709.8789916540@pechkin.sputnikmedia.net \
    --to=pioneer@bigmir.net \
    --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