Skip to content

Commit

Permalink
add jura backups
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jul 24, 2024
1 parent 2ed56e4 commit 4f249f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions etc/desi.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,13 +444,13 @@
},
"redux":{
"redux/(?!andes|blanc|cascades|denali|everest|minisv2|month4|oak1)([^/]+)/.*$":"EXCLUDE",
"redux/(andes|blanc|cascades|denali|everest|month4)/[^/]+$":"redux/\\1/redux_\\1_files.tar",
"redux/(andes|blanc|cascades|denali|everest)/(calibnight|dashboard|exposure_tables|processing_tables|run|zcatalog)/.*$":"redux/\\1/redux_\\1_\\2.tar",
"redux/(andes|blanc|cascades|denali|everest|jura|month4)/[^/]+$":"redux/\\1/redux_\\1_files.tar",
"redux/(andes|blanc|cascades|denali|everest|jura)/(calibnight|dashboard|exposure_tables|nightqa|processing_tables|run|zcatalog)/.*$":"redux/\\1/redux_\\1_\\2.tar",
"redux/(andes|blanc|cascades)/(exposures|preproc|tiles)/([0-9]+)/.*$":"redux/\\1/\\2/redux_\\1_\\2_\\3.tar",
"redux/(denali|everest)/(exposures|preproc)/([0-9]+)/.*$":"redux/\\1/\\2/redux_\\1_\\2_\\3.tar",
"redux/(everest)/healpix/[^/]+$":"redux/\\1/healpix/redux_\\1_healpix_files.tar",
"redux/(everest)/healpix/(cmx|main|special|sv1|sv2|sv3)/(backup|bright|dark|other)/([0-9]+)/.*$":"redux/\\1/healpix/\\2/\\3/redux_\\1_healpix_\\2_\\3_\\4.tar",
"redux/(denali|everest)/tiles/(1x_depth|4x_depth|lowspeed|cumulative|perexp|pernight)/([0-9]+)/.*$":"redux/\\1/tiles/\\2/redux_\\1_tiles_\\2_\\3.tar",
"redux/(denali|everest|jura)/(exposures|preproc)/([0-9]+)/.*$":"redux/\\1/\\2/redux_\\1_\\2_\\3.tar",
"redux/(everest|jura)/healpix/[^/]+$":"redux/\\1/healpix/redux_\\1_healpix_files.tar",
"redux/(everest|jura)/healpix/(cmx|main|special|sv1|sv2|sv3)/(backup|bright|dark|other)/([0-9]+)/.*$":"redux/\\1/healpix/\\2/\\3/redux_\\1_healpix_\\2_\\3_\\4.tar",
"redux/(denali|everest)|jura/tiles/(1x_depth|4x_depth|lowspeed|cumulative|perexp|pernight)/([0-9]+)/.*$":"redux/\\1/tiles/\\2/redux_\\1_tiles_\\2_\\3.tar",
"redux/(minisv2|month4)/(alt|calib2d|calibnight|plan|run|tiles)/.*$":"redux/\\1/redux_\\1_\\2.tar",
"redux/(minisv2|month4)/(exposures|preproc|spectra-64)/([0-9]+)/.*$":"redux/\\1/\\2/redux_\\1_\\2_\\3.tar",
"redux/oak1/.*$":"redux/oak1.tar"
Expand Down

0 comments on commit 4f249f9

Please sign in to comment.