OneQode Documentation
FeedbackSupportStatus
  • đź‘‹Welcome
  • Compute
    • SSH keys
      • Create an SSH key
      • Add your SSH key
    • Instances
      • Create an instance
      • Control an instance
      • Delete an instance
      • Configurations / Flavors
    • Cloud-init
  • Storage
    • Images
      • Create an image
      • Create a snapshot
    • Local storage
    • Volumes
      • Automatically mount a volume
  • Network
    • Floating IPs
    • BGP Communities
  • API
    • API overview
    • Get an API key
    • Install the CLI client
    • Server quick start
  • Dedicated Servers
    • Installing an OS remotely
Powered by GitBook
On this page
  • What are snapshots?
  • How to create a snapshot

Was this helpful?

  1. Storage
  2. Images

Create a snapshot

PreviousCreate an imageNextLocal storage

Last updated 2 years ago

Was this helpful?

What are snapshots?

A snapshot is a mechanism that allows you to create a new image from a running instance. This mainly serves two purposes:

  1. As a backup mechanism Save the main disk of your instance to an image and later boot a new instance from this image with the saved data.

  2. As a templating mechanism Customise a base image and save it to use as a template for new instances.

Simply put, you can create snapshots of instances that are configured just the way you want them! No more manually configuring each new instance. You can create more instances from the snapshot or you can save them as a backup.

How to create a snapshot

There are two ways to create snapshots in . The first way is through the browser.

From the dashboard, on the left main navigation bar go to Cloud → Instances. From there, click on the running instance you would like to create a snapshot of.

Then, click on “Snapshots” on the menu and “Create Snapshot”. A window will pop up.

Finally, pick a name for the Snapshot and then click “create”.

Your snapshot job will then be queued for completion.