Ask a Question related to AIX, Design and Development.
-
Steve Hemond #1
Backup logs
Hi all,
I have setup the cron deamon so it will execute two backup scripts (one that
will be executed from monday to friday and the other will be executed over
the weekend). These two scripts use the BACKUP command to backup some
filesystems. These filesystems contains a LOT of FILES. I want to log the
contents of what will be backupped on a file named with the current date.
(So it will result in having a log file for each day). However, a simple
log file take about 16 megs of disk space, which is enormous for a simple
text file!
Is there any lighter or brighter way to keep clean and useful backup logs?
Thanks in advance,
Steve
Steve Hemond Guest
-
I need to clear the backup logs
A while back, we realized our Windows Server 2003 machine's clock had gotten off by exactly a year. I set it back, but a very frustrating, though... -
I want to re-backup logs again. Can I reset is_backed_up flag?
Hi all, Our tape died. Logs that were saved to it are lost. I want to do an onbar -b -l again, but as the logs have been saved already, nothing is... -
Error 131 during salvage backup of the logs
Hi, Well, we are doing a bunch of test relative to onbar in the moment. Unfortunaltly, yesterday I had the error 131 during the salvage of the... -
DB backup of logical Logs to disk v tape...
Hello all, Could anyone provide the following details on backing up logs to disk v tape using ONBAR with VERITAS. ? We are currently doing log... -
loop - begin backup, end backup Oracle 8.1.7
Hello, we have the problem named after: last weekend (22.12.2002), we did a reorganisation of a tablespace with the tool "sapdba" from SAP.... -
Dan Foster #2
Re: Backup logs
In article <bKS6b.402$z5.68906@news20.bellglobal.com>, Steve Hemond <shemond@hotmail.com> wrote:
Install bzip2 and then have it do a 'bzip2 -9 <file>' afterwards -- that>
> I have setup the cron deamon so it will execute two backup scripts (one that
> will be executed from monday to friday and the other will be executed over
> the weekend). These two scripts use the BACKUP command to backup some
> filesystems. These filesystems contains a LOT of FILES. I want to log the
> contents of what will be backupped on a file named with the current date.
> (So it will result in having a log file for each day). However, a simple
> log file take about 16 megs of disk space, which is enormous for a simple
> text file!
>
> Is there any lighter or brighter way to keep clean and useful backup logs?
should reduce it to about 200K or so, afterwards. (bzip2 -9 tend to reduce
an ASCII text file to about 1% of its original size, give or take a bit.)
-Dan
Dan Foster Guest
-
Michael W Ryder #3
Re: Backup logs
Steve Hemond wrote:
I just write the filenames to the log file and my log file is about 160K> Hi all,
>
> I have setup the cron deamon so it will execute two backup scripts (one that
> will be executed from monday to friday and the other will be executed over
> the weekend). These two scripts use the BACKUP command to backup some
> filesystems. These filesystems contains a LOT of FILES. I want to log the
> contents of what will be backupped on a file named with the current date.
> (So it will result in having a log file for each day). However, a simple
> log file take about 16 megs of disk space, which is enormous for a simple
> text file!
>
> Is there any lighter or brighter way to keep clean and useful backup logs?
>
for about 8 GB of files. I don't know why your file is over 100 times
the size.
> Thanks in advance,
>
> SteveMichael W Ryder Guest



Reply With Quote

