> ## Documentation Index
> Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Snapshots

> Create and restore snapshots of your VPS state

A snapshot captures your server's current state, allowing you to restore it later. Snapshots are ideal before making significant changes like updates or modifications.

<Warning>
  Snapshots are not a replacement for regular backups. Use the [backup feature](/vps/backup) for comprehensive data protection.
</Warning>

<Info>
  **Prerequisites**

  * A VPS with the Snapshot option enabled
  * An OnetSolutions account
</Info>

## Taking a Snapshot

<Steps>
  <Step title="Access VPS Management">
    Log in to your [OnetSolutions customer area](https://my.onetsolutions.net), go to "My Services", and open your VPS management interface.
  </Step>

  <Step title="Navigate to Snapshots">
    Locate the "Snapshot" section in the VPS management interface.
  </Step>

  <Step title="Create snapshot">
    Click "Take a snapshot" and wait for the process to complete.
  </Step>

  <Step title="Confirm creation">
    You'll receive a confirmation message once the snapshot is created.
  </Step>
</Steps>

## Restoring a Snapshot

<Steps>
  <Step title="Access VPS Management">
    Log in to your OnetSolutions customer area and open your VPS management interface.
  </Step>

  <Step title="Find your snapshot">
    In the "Snapshot" section, locate the snapshot you want to restore.
  </Step>

  <Step title="Restore">
    Click the "Restore" button and confirm your decision.
  </Step>

  <Step title="Wait for completion">
    The restoration process will take a few moments depending on the snapshot size.
  </Step>
</Steps>

<Warning>
  Restoring a snapshot will overwrite all changes made after the snapshot was taken. Ensure you have backed up any recent data before proceeding.
</Warning>

## When to Use Snapshots

<Tip>
  Create a snapshot before:

  * Installing new software
  * Updating the operating system
  * Making configuration changes
  * Testing new features
</Tip>
