This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:data [2020/06/26 11:02] ccrosby [Request long-term storage from Dirisa] |
howto:data [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| - Store the processed results | - Store the processed results | ||
| - Remove the raw results and driving data, unless these will **immediately** be re-used | - Remove the raw results and driving data, unless these will **immediately** be re-used | ||
| + | |||
| + | ===== Offload data with Globus ===== | ||
| + | If you need to move a lot of data off the cluster to your own storage, consider using [[howto: | ||
| ===== Request long-term storage from Dirisa ===== | ===== Request long-term storage from Dirisa ===== | ||
| Line 21: | Line 24: | ||
| ===== The CHPC's limited storage capacity ===== | ===== The CHPC's limited storage capacity ===== | ||
| On the Lengau cluster, users have access to a total of 4 Petabytes of " | On the Lengau cluster, users have access to a total of 4 Petabytes of " | ||
| + | |||
| + | Please be pro-active about managing your data before we do it for you. **Without** first asking your permission. | ||
| + | < | ||
| + | find -type f -atime +90 -printf " | ||
| + | </ | ||
| + | which will produce a csv table with the path, size in bytes and last time of access. | ||
| + | < | ||
| + | find -type f -atime +90 -delete | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| =====Compressing Files===== | =====Compressing Files===== | ||