diff --git a/ansible/roles/stv3-workers/templates/yagi.conf.j2 b/ansible/roles/stv3-workers/templates/yagi.conf.j2
index 8cadc49..d303d49 100644
--- a/ansible/roles/stv3-workers/templates/yagi.conf.j2
+++ b/ansible/roles/stv3-workers/templates/yagi.conf.j2
@@ -54,6 +54,8 @@ config_class = .|oahu_config:Config
 config_file = /etc/stv3/winchester.yaml
 
 [shoebox]
-working_directory=/etc/stv3/events
-filename_template=%Y%m%d-[[TIMESTAMP]]-region-{{item.cell}}-stv3-[[CRC]].json.gz
+working_directory=/etc/stv3/{{item.cell}}/events
+destination_folder=/etc/stv3/tarballs
+filename_template=%Y%m%d-[[TIMESTAMP]]-region-{{item.cell}}-stv3-[[CRC]].json
 roll_manager=shoebox.roll_manager:WritingJSONRollManager
+roll_size_mb=1000
diff --git a/yagi.conf.common b/yagi.conf.common
index 6a32510..aa84400 100644
--- a/yagi.conf.common
+++ b/yagi.conf.common
@@ -37,5 +37,7 @@ config_file = winchester.yaml
 
 [shoebox]
 working_directory=data/events
-filename_template=%Y%m%d-[[TIMESTAMP]]-stv3-[[CRC]].json.gz
+destination_folder=data/output
+filename_template=%Y%m%d-[[TIMESTAMP]]-stv3-[[CRC]].json
 roll_manager=shoebox.roll_manager:WritingJSONRollManager
+roll_size_mb=20