Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Where are Unraid VM snapshots stored?

Featured Replies

I checked the directory where the disk was saved, but it's not there. Can't find it on google or documentation. 

My goal is to make automatic snapshots and back it up to a different disk. Thank you for advice! 

Solved by SimonF

  • Community Expert
  • Solution
46 minutes ago, D0wk1ng said:

I checked the directory where the disk was saved, but it's not there. Can't find it on google or documentation. 

My goal is to make automatic snapshots and back it up to a different disk. Thank you for advice! 

The snapshot implementation does not create a full copy of the disk image. It creates a QCOW2 overlay in the same dir as the disk. It is not possible to create a snapshot via script/Cmdline currently. The database for snapshots is stored in /etc/libvirt/qemu/snapshotdb/VM name/

 

Planned for a future release to provide backups, but not in scheduled timeline as yet.

 

 

I am creating snapshots of several of my VMs then copying them to other storage then deleting the snapshot. Seems to be working great other than the snaps I take on the CLI are not reflected in the GUI.

 

I have booted the VM from the copied disk and it seems to boot up just fine.

 

🤷‍♂️

 

Here is how I am taking the snapshot:

# 2. Create snapshot
echo "Creating snapshot $SNAPSHOT_NAME..."
virsh snapshot-create-as --domain "$VM_NAME" "$SNAPSHOT_NAME" --disk-only --atomic --diskspec "hdc,snapshot=external" --diskspec "hdd,snapshot=no"
check_status "Snapshot creation"

 

I stumbled onto this post while searching for why my snapshots don't appear in the GUI, which I suppose is mostly answered in the post above.

Edited by harshl

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.