Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup History

Status
Not open for further replies.

ccif1024

Technical User
Jun 14, 2002
25
0
0
US
I like to know I have successful (FTP) backups...

Element Manager has a nice screen in Tools> Backup and Restore > Backup Rules > Backup History

Does anyone know of a way to get this through Overlays? Specifically want "OK" or "Failed" --- if I can get it from overlays, I can write a script to alert me with this status.
 
It should be in your history file every night. LD 22 PRT PHST or AHST.
 
Here is what they look like in your AHST

Code:
% Backing up reten.bkp to "/cf2/backup/single/"
%
% Database backup Complete!
%
% TEMU207 Backup process to local Removable Media Device ended successfully.
%
% Starting Backup according to Rule 1
%   Backup mode:       Automatic
%   Backup Rule type:  FTP
%
%
%
% Backing up reten.bkp
%
% Starting database backup to "/u/bkdb/backup/tmp/":
% KEYCODE
% DIRECTORY
% CONFIG
% DATA
% HI
% ZONE
% ESET1
% ESET2
% NODE
% SYSCFG
% SMPCONF
% ACCOUNTS
% ERL
% ELIN
% SUBNET
% NTP
% MGC
% SYSTEM_PARAMS
[!]% Backing up reten.bkp to "/u/bkdb/backup/tmp/"
%
% Database backup Complete!
% BKR - Backup preparation to "/u/bkdb/backup/tmp/" completed
%
% BKR - TAR Archiving "/u/bkdb/backup/tmp/" ... completed
%
% BKR - GZIP Compressing "/u/bkdb/backup/bkdata.tar" ... 100 percent completed
%
%
% opening FTP session to remote server 192.168.1.80
%
% copying "/u/bkdb/backup/bkdata.gz" to remote server
% removing unnecessary files from remote server
%
% renaming remote files
%
% Automatic Backup according to rule completed.[/!]
%
% DROL001 DAILY ROUTINE END
% DUMP  LD43  END  16:33   6/9/2008

Or you could simply look in the FTP destination Directory where the .1 file is the newest, and .10 is the oldest (I save 10 copies on my lab system)

Code:
Y:\srtFtpData\E911LabFTP\usr\CS1000_201\CS>dir
 Volume in drive Y has no label.
 Volume Serial Number is F03B-EFDC

 Directory of Y:\srtFtpData\E911LabFTP\usr\CS1000_201\CS

09/06/2008  04:33 PM    <DIR>          .
09/06/2008  04:33 PM    <DIR>          ..
[!]09/06/2008  04:33 PM            51,778 bkdata.1[/!]
08/26/2008  09:15 PM            50,920 bkdata.10
09/05/2008  01:03 AM            51,770 bkdata.2
08/30/2008  08:28 PM            51,778 bkdata.3
08/30/2008  02:02 PM            50,986 bkdata.4
08/30/2008  01:03 AM            50,977 bkdata.5
08/29/2008  01:04 AM            50,975 bkdata.6
08/28/2008  01:03 AM            50,933 bkdata.7
08/27/2008  04:26 PM            50,918 bkdata.8
08/27/2008  01:03 AM            50,901 bkdata.9
              10 File(s)        511,936 bytes
               2 Dir(s)  22,186,692,608 bytes free

Y:\srtFtpData\E911LabFTP\usr\CS1000_201\CS>

--
Fletch

Nortel Emergency Services PLM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top