ECFS is ECMWF's File Storage system. ECFS is a file oriented client-server application, providing facilities to archive and retrieve files between your local workstation or server and the Data Handling System (DHS), which is based on HPSS (High Performance Storage System). The system is non-transparent: you must issue explicit commands to store files into ECFS, or to retrieve them back into local (client) storage.
ECFS files are stored in domains. Currently two domains are available to users.
...
All available ECFS commands are described in more detail in the relevant man pages:
...
Copy files between a domain and STDIN/STDOUT | |
ecd |
...
Change the current ECFS working directory | |
ecfs_status |
...
Get status on ECFS usage | |
ecfsdir |
...
Archive or retrieve a complete UNIX directory as one ECFS file | |
echgrp |
...
Change the group ownership of an ECFS file or directory | |
echmod |
...
Change the permissions of a ECFS file or directory | |
ecp |
...
Copy files across ECFS domains, including UNIX | |
els |
...
List ECFS files | |
emkdir |
...
Create empty ECFS directories | |
emove |
...
Rename files or directories within an ECFS domain | |
emv |
...
Move files across ECFS domains, including UNIX | |
epwd |
...
Display the current ECFS working directory for the relevant domain | |
ermdir |
...
Remove empty ECFS directories | |
erm |
...
Remove ECFS files | |
etest |
...
Check file types and compare file attributes | |
etouch |
...
Change file timestamps | |
eumask |
...
Change the current ECFS umask |
Backup support
By default files saved in ECFS will not have a backup copy created.
...