Skip to content

Commit

Permalink
We only have AWS specific documentation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Dec 16, 2024
1 parent efeae0b commit a5d60fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/howto/features/storage-quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ Once this is deployed, the hub will automatically enforce the storage quota for

## Restoring home directories from EBS snapshots

### AWS

On AWS, the EBS volumes used for home directories are backed up using [Data Lifecycle Manager (DLM)](https://docs.aws.amazon.com/ebs/latest/userguide/snapshot-lifecycle.html). This means that we can restore home directories from a snapshot if they are deleted or corrupted.

To restore a home directory from a snapshot, we need to create a new EBS volume from the snapshot, mount it to the EC2 instance attached to the existing EBS volume containing the NFS home directories, and then copy the contents from the restored EBS volume to the NFS home directories volume.
Expand Down

0 comments on commit a5d60fa

Please sign in to comment.