ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Solomonov <sol@codis.shpl.ru>
To: community@altlinux.ru
Subject: Re: [Comm] sarg
Date: Tue, 13 Jan 2004 12:12:06 +0300
Message-ID: <200401131212.06513.sol@codis.shpl.ru> (raw)
In-Reply-To: <216891296.20040113110002@dfp.gov.ua>

13 Январь 2004 12:00, Sergiy A. Puziy написал:
> Хочется  использовать  ключик  -d  для  sarg'а (генерировать
> отчет для заданного периода с даты такой-то по дату такую-то).
> Для этого нужно в скрипт,  вызываемый  кроном,  вставить 
> после ключика -d сегодняшнюю и вчерашнюю даты, только вот не
> знаю, как это сделать.
> Спасибо заранее.
ИЗ какой-то доки с sarg или нагугленной группы:
/etc/cron.daily/sarg
========================================cut======
#!/bin/bash
 
#Get yesterday date
YESTERDAY=$(date --date "1 day ago" +%d/%m/%Y)
 
umask 0002
/usr/sbin/sarg -o /var/www/html/squid/daily -d $YESTERDAY > 
/dev/null 2>&1

/bin/rm -f -r  /var/www/html/squid/today/
mkdir /var/www/html/squid/today/
exit 0
=====================cut=================
и man date

-- 

Соломонов С.Н.


  reply	other threads:[~2004-01-13  9:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-13  9:00 Sergiy A. Puziy
2004-01-13  9:12 ` Sergey Solomonov [this message]
2004-01-13  9:29 ` Nick N. Vinogradov
2004-01-13  9:37 ` 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=200401131212.06513.sol@codis.shpl.ru \
    --to=sol@codis.shpl.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