Creating a Snapshot from a Unix-style Instance
You can create a snapshot from an instance that you've mounted the file system to. Snapshots are created under the root folder of your file system, in a hidden directory named .snapshot.
- Connect to your instance and open a command window.
 - 
Navigate to your file system's hidden
.snapshotdirectory. Type the following, replacingyourmountpointwith the name of the directory where you mounted the file system.cd /mnt/yourmountpoint/.snapshot - 
Use the
mkdircommand to create a directory in the hidden.snapshotdirectory. The directory you create is the snapshot. Give the snapshot a name that will help you identify it. Avoid using confidential information in the snapshot name. For example:mkdir snapshot-Jan1 - 
Use the
lscommand to verify that your snapshot has been created in the.snapshotdirectory.ls