All materials (c) 2020-2024 by CSC – IT Center for Science Ltd. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License, http://creativecommons.org/licenses/by-sa/4.0/
/scratch
)$TMPDIR
) and to jobs on some compute nodes ($LOCAL_SCRATCH
)tar
and compression is a good starttar xf /scratch/<project>/big_dataset.tar.gz -C $LOCAL_SCRATCH
/dev/shm
) can be used on Mahti nodes without NVMeexport TMPDIR=/dev/shm
/scratch
allas-conf
needs setting up CSC password interactively
allas-conf -k
$OS_PASSWORD
to generate a new token automatically
$OS_PASSWORD
automaticallyrclone
requires explicitly setting environment variable in batch jobs:source allas_conf --mode s3cmd
s3cmd
with endpoint s3:
rclone
with endpoint s3allas:
a-put
/a-get
with -S
flagallas-conf --lumi
rclone
(endpoint is lumi-o:
)
rclone lsd lumi-o:
--lumi
a-list --lumi
allas-conf --mode s3cmd
allas-conf --lumi
rclone
with s3allas:
as endpoint for Allas and lumi-o
: for LUMI-O
rclone copy -P lumi-o:lumi-bucket/object s3allas:allas-bucket/
module load ida
ida_configure
ida upload <target_in_ida> <local_file>
ida download <target_in_ida> <local_file>
a-put
with option --sdx
or command a-encrypt
to make your Allas data compatible with SD Desktop/scratch
on Puhti/scratch/purge_lists/project_2001234/path_summary.txt
du
and find -size
, these commands are heavy on the file systemallas-backup
command provides an easy-to-use command-line interface for the restic
backup toolallas-backup --help
allas-backup [add] file-or-directory
allas-backup list
allas-backup restore snapshot-id
sshfs
command in Linux/MacOS:
mkdir csc_home
sshfs <username>@puhti.csc.fi:/users/<username> csc_home
fusermount -u csc_home