ACCESS offers several kinds of storage and several ways to move data. The right choice depends on the size, lifetime, and use of your data.
Storage Types and Policies
Every compute allocation includes local file-system storage. Additional archival and stand-alone storage can be requested separately.
Resource file-system storage
Local disk and scratch space included with every compute allocation. Includes $HOME and $SCRATCH.
Archival storage
Large-scale persistent storage, usually requested alongside a compute allocation. Usually not backed up.
Stand-alone storage
Storage independent of a compute allocation. Useful for data hosting and preservation projects.
Allocatable Archival and Stand-alone Systems
| Expanse (SDSC) | Ocean (PSC) | Ranch (TACC) | |
|---|---|---|---|
| System type | Medium-term disk | Persistent disk & tape hybrid | Long-term tape archival |
| Stand-alone? | No | No | Yes |
| File system | Lustre | Lustre | Lustre |
| Default / max space | 500 GB / 75 TB | 500 GB / none | none / 1 PB |
| Retention after expiry | 3 months | 3 months | 6 months |
Each resource name links to its documentation page.
File-system Types
| Storage tier | Typical size | Backed up? | Auto-purge? | Best use |
|---|---|---|---|---|
$HOME — permanent, small |
≤ 50 GB | — | Scripts, configs, small result files | |
$SCRATCH — large, temporary |
1–20 TB | — | Active job input/output data only | |
| Archival — long-term, large | Up to 1 PB | Varies | — | Long-term retention, infrequent access |
$SCRATCH is not backed up and is purged regularly.
Move results you need to $HOME or off-system storage after your job completes. Check the purge schedule for each resource — see the Resources listing.
How do I check my quota?
$ quota Some resources provide a custom command such as myquota. Check the resource's user guide. See the Resources listing for per-resource details.
What are the backup schedules?
What happens when $SCRATCH files are purged?
$SCRATCH that have not been accessed for a set number of days (typically 30–90 days, depending on the resource) are automatically deleted without warning. Purged files cannot be recovered. Move any results you want to keep to $HOME, $PROJECT, or your local storage as soon as a job completes. You can check the purge policy for a specific resource in its documentation or by contacting the resource provider.
Can I share files with collaborators?
chmod, chgrp) also work if your collaborator has an account on the same system.
How do I request a storage increase?
File Transfer
The right tool depends on the size of your data and whether you need to transfer between two remote systems. Supported methods, data-transfer-node hostnames, and Globus endpoint names vary by resource — see the Resources listing.
Globus Recommended for most users
Reliable, high-performance web and command-line interface for moving data across ACCESS resources and to and from your local system. Transfers resume automatically if interrupted. Free for ACCESS users.
Rclone
Command-line tool for cloud storage and remote systems. Good for scripted or automated transfers.
rclone copy source:path dest:path
Cyberduck / FileZilla / Bitvise
Graphical SFTP clients for users who prefer a point-and-click interface for SFTP connections.
scp / sftp
Built-in command-line tools. Available on any Linux or macOS system without installation.
scp local_file.dat username@resource.edu:~/data/
Data Analysis
All ACCESS HPC, high-throughput, storage, visualization, and cloud resources can be used for data analysis. GPUs are useful for AI/ML-accelerated analysis.