Skip to content

Commit

Permalink
Merge branch 'main' into py311
Browse files Browse the repository at this point in the history
  • Loading branch information
tharwood3 authored Oct 31, 2023
2 parents adf11ef + e020639 commit 53848ae
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions utils/sync_to_aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ aws s3 sync --storage-class GLACIER \
--color off \
--no-progress \
--exclude '*' \
--include '*.raw' \
--include '*.cmbx' \
--exclude '*/other/*' \
--exclude '*/other/*/*' \
--include '*.raw' \
--include '*/other/*.sld' \
--include "*/other/*.csv' \
--exclude '*/other/*' \
--include '*/other/*.csv' \
--include '*/other/*.cmbx' \
--include '*/other/*/*.csv' \
--include '*/other/*/*.pdf' \
"${nersc_raw_data}/${1}" \
"${s3_raw_data}/${1}" \
2>&1 \
Expand Down

0 comments on commit 53848ae

Please sign in to comment.