Gentoo Archives: gentoo-server

From: Martin Hajduch <martin.hajduch@×××××××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] backup and crontab problem
Date: Tue, 21 Sep 2004 11:13:35
Message-Id: 41500CCF.5020401@assyst-intl.com
In Reply to: [gentoo-server] backup and crontab problem by "Frank Nørvig"
1 hi,
2
3 try something like this to get more info about the environment in which
4 tar is running when started from cron
5
6 >
7 > $exec = `(id; whoami; env; tar -c -p
8 > --exclude-from=/opt/backup/backup-exclude.txt -M -F
9 > /opt/backup/changetape.pl -f /dev/nst0 /var/data ) 2>&1`;
10
11 there has to be a difference of some kind ;-)
12
13 regards,
14 martin

Replies

Subject Author
[gentoo-server] Re: backup and crontab problem (continued) "Frank Nørvig" <frank.norvig@××××××××××××.com>