From e86da11ec6ebda891ae8191d41d2c0fb0e233feb Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Sun, 24 Feb 2013 13:26:44 -0500 Subject: [PATCH] added notes that compression is also needed for safer_backfill --- config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sh b/config.sh index 7b3b2736d..b1d45df18 100644 --- a/config.sh +++ b/config.sh @@ -111,6 +111,7 @@ export MAXDAYS="210" #then the script stops (once per loop), if your first_record_postdate on the group is 2012-06-24 #it will be skipped (target reached). When that group is done, it will do another ( again from z to a). #this does not use increment, it works by the date set below +#you also need to enable kevin's compression mod, those files are needed export KEVIN_SAFER="false" #set the date to go back to, must be in the format of YYYY-MM-DD, like 2012-06-24