The page has been translated by Gen AI.

File-level recovery

You can restore data on a per-file basis using the generated snapshot.

Use file-level recovery

You can connect to the server and select and recover data.
To perform file-level recovery, follow the steps below.

  1. All Services > Storage > Parallel File Storage Click the menu. Go to the Service Home page of Parallel File Storage.
  2. Click the Parallel File Storage menu on the Service Home page. Navigate to the Parallel File Storage list page.
  3. Click the resource to recover the file on the Parallel File Storage List page. Navigate to the Parallel File Storage Details page.
  4. After checking the connected server in the Connected Resources item, access that server.
  5. Check the mount name of File Storage on the server.
    • Mount name is the same as the Mount Point set on the server for the Filesystem’s mount.
  6. Go to the snapshot location under the Mount name.
    # cd /MountName/.snapshots/snapshotName
    
  7. After checking the recovery target file at the Snapshot location, recover it to the required path.
    # cp -arp /MountName/.snapshots/snapshotName/file/{recovery directory}/
    
Notice
If needed, restart or create the container according to the application type.
Install Agent
Release Note