Questions tagged [snapshot]

A snapshot is a copy of data taken at a specific point in time.

A snapshot is a copy of data taken at a specific point in time.

460 questions
3
votes
4 answers

How do snapshot backups work?

How are snapshot backups different from traditional backups? I know that snapshot backups take a minimum of time, but I don't understand how they can do this. Can anyone explain this to me?
waiwai933
  • 166
  • 1
  • 2
  • 15
3
votes
2 answers

Where are diskshadow snapshots stored?

I am evaluating DISKSHADOW utility to take MSSQL database snapshots. I use the below set context persistent set option rollbackrecover txfrecover set verbose on begin backup add volume d: alias dbshadow create I can see that a snapshot is created.…
3
votes
2 answers

qemu-img snapshot on live VM

I have created multiple KVM VMs using QCOW2 images. Each VM has its own qcow2 file and is not based on any backing file. My question is specifically related to snapshots of QCow2 images on these running VMs. If I run the following command on a…
user1066991
  • 481
  • 2
  • 5
  • 6
3
votes
2 answers

Linux live hot backup snapshot

I have a VPS with linode and they have hot backup of running system. I have multiple times restored the image when I do something stupid or mess up some install etc How do they do live hot backup , how can I do it on my local linux machine or Mac ?…
doesnt_matter
  • 65
  • 2
  • 6
3
votes
1 answer

ESXi alerts to consolidate but there were no snapshots taken

I recently came a cross a disk failure on our server and got the disk replaced. Due to this disk failure there were certain issues which raised and now its going up and down. What my problem is that, on our ESXi we've set-up ghettoVCB script to…
AzkerM
  • 259
  • 4
  • 18
3
votes
1 answer

bad page map bug during snapshot

I ran the following command to create a snapshot volume. But the kernel received a bug and the kvm hypervisor stopped responding. Why is the error and how to fix it? lvcreate -L20G -s -n volume_A_backup /dev/vgroup/volumeA Error Log: Mar 10…
Purres
  • 239
  • 1
  • 4
  • 18
3
votes
1 answer

How to replace QEMU binary with newer version for libvirt live snapshots

This is my first post, so please be gentle. :) My CentOS 6.5 box has a QEMU binary that does not support live external snapshots. This is the command I attempt on the virsh CLI, and its output: virsh # snapshot-create-as myvm snapshot1 "snapshot1…
billyw
  • 1,572
  • 15
  • 26
3
votes
2 answers

Server Backup Strategy for Amazon EC2

Where and how should I backup my EC2 / EBS based snapshots OUTSIDE of EC2? EC2 provides a great product with their EBS based snapshots. However it is also a high risk point that someone could obtain our credentials and delete all the snapshots. …
csi
  • 1,555
  • 7
  • 23
  • 42
3
votes
2 answers

export XenServer snapshot as file via console

I have created a snapshot of a Citrix XenServer virtual machine using XenCenter, and now I would like to save this snapshot as an *.xva file, just as if I right-click on the snapshot icon in XenCenter and choose "Export to file...". However since…
nn4l
  • 1,336
  • 5
  • 23
  • 40
3
votes
1 answer

Unremovable invisible snapshot

We are running ESX 3.5.0 and are using VCB for making backups. Yesterday VCB failed to remove its snapshot. That has happened a couple of times before, and I removed it manually as usual. But this time the VCB snapshot got replaced by a "Consolidate…
3
votes
1 answer

I can't mount a LVM snapshot on a XEN host

I'd like to backup my XEN VMs by copying-rsyncing a LVM snapshot. I'm trying to mount a snapshot that contains a XEN guest's virtual disk (ext4). Below are all the steps I follow. I can't mount the snapshot and it seems there's no partition table in…
Icu
  • 1,425
  • 3
  • 16
  • 25
3
votes
2 answers

Checking for orphaned snapshots - ESXi5

So we had some issues with our passive mail node over the weekend doing vmtools updates and to resolve a problem we had to revert to a snapshot and then reseed all the databases across. All in all everything seemed fine, the server works and CCR…
user35213
3
votes
2 answers

Export snapshot from VMWare Workstation 8

How can I export a virtual machine from VMWare Workstation 8 to another physical computer which has VMWare Workstation 8? i.e. how can I move snapshots between different instances of VMWare Workstation 8? Virtual machine host's are Linux…
MyTitle
  • 551
  • 1
  • 8
  • 18
3
votes
4 answers

OpenBSD and filesystem snapshots

What is the best solution, if any, for carrying out LVM style filesystem snapshots on OpenBSD?
Moo
  • 2,244
  • 21
  • 23
3
votes
1 answer

Is it a bad idea to do an OVF Export of a VM with snapshot data?

I'm currently using a VM running on ESXi 5.0 to dry-run installation procedures for a software product. We're trying a whole different bunch of things, so I'm making extensive use of snapshots to save my place at various points. Now, I know a thing…