Changes between Version 17 and Version 18 of DatabaseBackups
- Timestamp:
- Apr 18, 2011, 3:05:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBackups
v17 v18 24 24 rsync -auv rsync://ipp0012.ifa.hawaii.edu/ippdb/ ippdb/ 25 25 26 The databases have names of the form ippdb01-DBNAME.dump. gz, eg, the GPC1 processing information is in the file called ippdb01-gpc1.dump.gz. The GPC1 gzip file is currently '''8GB''', so be careful. They are alsodumped every 4 hours, and the new one replaces the old name. If people are unable to retrieve these in less than the 4 hour period, then we can adjust the naming to keep more than one old version around.26 The databases have names of the form ippdb01-DBNAME.dump.bz, eg, the GPC1 processing information is in the file called ippdb01-gpc1.dump.bz. They are dumped every 4 hours, and the new one replaces the old name. If people are unable to retrieve these in less than the 4 hour period, then we can adjust the naming to keep more than one old version around. 27 27 28 28 If you want just one of the above databases, use a command like: 29 29 30 rsync rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.dump. gz .30 rsync rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.dump.bz . 31 31 32 '''Note:''' The validity of the ippdb01-gpc1.dump. gz file can be asserted via its MD5 checksum (stored in ippdb01-gpc1.md5 and distributed in the same place rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.md5)32 '''Note:''' The validity of the ippdb01-gpc1.dump.bz file can be asserted via its MD5 checksum (stored in ippdb01-gpc1.md5 and distributed in the same place rsync://ipp0012.ifa.hawaii.edu/ippdb/ippdb01-gpc1.md5) 33 33 34 34 = Other =
