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.
- All Services > Storage > Parallel File Storage Click the menu. Go to the Service Home page of Parallel File Storage.
- Click the Parallel File Storage menu on the Service Home page. Navigate to the Parallel File Storage list page.
- Click the resource to recover the file on the Parallel File Storage List page. Navigate to the Parallel File Storage Details page.
- After checking the connected server in the Connected Resources item, access that server.
- 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.
- Go to the snapshot location under the Mount name.
# cd /MountName/.snapshots/snapshotName - 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.