We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current update_aws management command syncs datasets grouped by session and doesn't support aggregate datasets.
*aws s3 sync /mnt/ibl/aggregates s3://ibl-brain-wide-map-private/aggregates --profile ibladmin --exclude *.log --no-progress --dryrun
aws s3 sync /mnt/ibl/aggregates s3://ibl-brain-wide-map-private/aggregates --profile ibladmin --exclude *.log --no-progress --dryrun
The text was updated successfully, but these errors were encountered:
Filter datasets per empty sessions will give us the set of data to sync. Then need to go over full architecture to register datasets
Sorry, something went wrong.
k1o0
No branches or pull requests
The current update_aws management command syncs datasets grouped by session and doesn't support aggregate datasets.
*
aws s3 sync /mnt/ibl/aggregates s3://ibl-brain-wide-map-private/aggregates --profile ibladmin --exclude *.log --no-progress --dryrun
The text was updated successfully, but these errors were encountered: