XieResearchGroup
  • About the Group
  • HPC Environments
    • Summary of HPCs
      • DGX (Group)
      • DLS (Department)
      • Dragon (Group)
    • HPC User Guide (Must Read)
      • Overall Workflow
      • Connect to HPCs
      • User Directories
      • Run Jobs
      • Data Backup
  • Useful Tutorials
    • Linux Tutorial
      • Linux Commands
    • Docker Tutorial
      • Intro to Docker
      • Intro to NVIDIA Docker
      • Use Docker for Deep Learning
      • Docker Useful Commands
    • Jupyter Notebook Tutorial
      • Run Jupyter Server with GPU Access on HPCs
    • HTCondor Tutorial
      • Introduction of HTCondor
      • Quick Start Guide
      • Submitting Vanilla Job
      • Submitting Docker Job
      • HTCondor Useful Commands
    • Better Deep Learning
      • Better Training
      • Better Generalization
      • Better Prediction
    • About Graph Neural Networks
    • Data Preprocessing
      • Untitled
      • Untitled
  • Contribute to the Wiki
Powered by GitBook
On this page
  • 1. Backup Directories
  • 2. Check Disk Space

Was this helpful?

  1. HPC Environments
  2. HPC User Guide (Must Read)

Data Backup

Be aware that your data can be easily damaged on HPCs

PreviousRun JobsNextUseful Tutorials

Last updated 11 months ago

Was this helpful?

Simply storing data under /raid without a backup is unsafe since we use the configuration on the DGX and DLS!

It is mandatory that all users periodically back up their data (1) under the HPCs' own backup directories and (2) by themselves using their preferred ways.

1. Backup Directories

HPC
Backup Directory

DGX

/data/dgx/backup

DLS

/data/dls1/backup/md0/md0/home

Dragon

/data/dragon/backup

2. Check Disk Space

Before having the backup on HPCs' own directories, be sure to check about the remaining disk space via command

df -lh

The disk usage information can be found related to the backup directory.

RAID 0