Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[root@nfscli /]# cp -rp /mnt/uepe/.snapshot/snapshot-aug-3/* /mnt/uepe/

If user need to transfer these snapshots out of the cluster and then restore somewhere else.

To copy these snapshots from Pod to local system, run this command on local system

Code Block
kubectl cp -n <namespace> <pod-name>:<path> <destination-on-local-system>

Unmount the file system if restore completed successfully.

...