Version 3 (modified by mggr, 17 years ago) (diff) |
---|
NEODC Data Delivery
This page documents the procedure to follow when delivering data to NEODC.
First, we need to have some data to send - this should be datasets that are 'completed'
saved as partial
Handy commands:
- find -type f -not -wholename *bin/az* -and -not -regex '.*/run[aceh]/.*sh' -and -perm /a=x -exec chmod a-x {} \;
- removes executable bit on all files (except bin/az* and the run[aceh] scripts)
- find -regex '.*[^-0-9a-zA-Z/._].*'
- find all files/dirs with unusual characters (space, brackets, etc) - these need a manual rename
- chmod -R a+rX .
- recursively give everyone read permissions (and execute if it has user execute) for the current directory and below