puhti.csc.fi
(open a login node shell if using the web interface)csc-workspaces
/scratch
directory of your projectcd /scratch/<project> # replace <project> with your CSC project, e.g. project_2001234
$USER
):mkdir -p $USER
cd $USER
module load allas
allas-conf
💡 It might take a while to run module load allas
.
allas-backup
tool works with the command:allas-backup -h
allas-backup <filename> # replace <filename> with the name of the file that you want to backup
allas-backup list
allas-backup list | grep $USER
ID
in the first column!allas-backup files <snapshot_id> # replace the <snapshot_id>
allas-backup restore <snapshot_id> # replace the <snapshot_id>
allas-backup delete <snapshot_id> # replace the <snapshot_id>