CC backup.bat: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
m (clean-up)
 
(31 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Is a batch file which uses PKZIP to compress (zip) & back up '''Critical Care Data files'''
This is a legacy article only. Medicine is no longer being backed
**FROM: C:[[TMSX]]\data 
up because no longer used. Centralized backup gets taken care of
**TO: X:\ccmis_backup\CritBackup\2009-09-02_13-53-32 (with a backup date and time, example as shown here)
by the [[Pull down centralized data.vbs]] and  
***"X" drive is also know as SANS drive
[[Push up centralized data.vbs]] scripts instead.


*located on the Main Data processing computer in '''C:\ccmis-backup'''


*a backup '''LOG''' file is kept on the Main data processing computer on:''' C:\ccmis_backups\logs'''
----


*Files included in backup:
**Apache.dat
**Lab.dat
**Pharmacy.dat
**registryx.dat
**Tiss.dat


{{Discussion}}
This batch file creates a compressed archive using [[7Zip]] of Critical Care data files from '''C:\TMSX\data''' and subsequently stores the archive on the [[M:\]] drive in a date-time stamped directory, e.g.,
***labels and tables should also be included in this backup but currently are not.


M:\ccmis_backup\CritBackup\2010-10-29_10-23-34\backup.zip


*Backup is done daily or  more often in a day if many edits are done.  
Files included in the backup:
*Backup is also done to three other computers local hard drives in the office. This is done each week after new data is appended or anytime there are edits.
* APACHE.DAT
* LAB.DAT
* PHARMACY.DAT
* [[Registryx.dat]]
* TISS.DAT


*also see [[MD backup.bat]]
The batch file is located in '''C:\ccmis_backup''' on the main data processing computer. A backup copy is located in '''[[X:\]]ccmis_backup\Copy of batch files on Pagasa C drive'''. It is run once daily by the [[Data Processor]]. Each time the batch is run a log file is also generated and is located at '''C:\ccmis_backup\logs'''.


==See also==
* [[MD backup.bat]]


[[User:TOstryzniuk|TOstryzniuk]] 17:58, 9 February 2009 (CST)
==Implementation/change log==
===2012-10-30===
* Location of backup archive changed from X: to M: drive
* Updated compression utility to [http://en.wikipedia.org/wiki/7zip 7zip] (from PKZIP) to support long file names


[[Category:Backup]]
[[Category: Legacy Data processing batch files]]

Latest revision as of 12:14, 2015 March 5

This is a legacy article only. Medicine is no longer being backed 
up because no longer used. Centralized backup gets taken care of 
by the Pull down centralized data.vbs and 
Push up centralized data.vbs scripts instead. 




This batch file creates a compressed archive using 7Zip of Critical Care data files from C:\TMSX\data and subsequently stores the archive on the M:\ drive in a date-time stamped directory, e.g.,

M:\ccmis_backup\CritBackup\2010-10-29_10-23-34\backup.zip

Files included in the backup:

The batch file is located in C:\ccmis_backup on the main data processing computer. A backup copy is located in X:\ccmis_backup\Copy of batch files on Pagasa C drive. It is run once daily by the Data Processor. Each time the batch is run a log file is also generated and is located at C:\ccmis_backup\logs.

See also

Implementation/change log

2012-10-30

  • Location of backup archive changed from X: to M: drive
  • Updated compression utility to 7zip (from PKZIP) to support long file names