8e151d5c596f18029f8b0f027902b66f720b76e1
galt
  Thu Jun 23 16:49:27 2016 -0700
adding a backup to hive of non-git-tracked files as suggested by Max.

diff --git src/hg/geoIp/README src/hg/geoIp/README
index 4044c6e..3a96a9f 100644
--- src/hg/geoIp/README
+++ src/hg/geoIp/README
@@ -179,15 +179,21 @@
 like we did with the middle-east countries, overriding their default continent mappings
 in countryToNode.
 
 
 Not sure yet if I am going to do this again.
 It was what I did last time.
 The idea was to keep a backup of these important tables.
 That way perhaps hgFixed could be used when generating
 other sets of testing tables for redirect.
 
 TODO at the end:
 rename tables to real:
 gbNodeReal
 geoIpNodeReal
 
+Make an extra backup of just the git untracked files just in case:
+
+mkdir /hive/data/outside/geoIp/
+gitu | xargs -I X cp X /hive/data/outside/geoIp/
+
+