We've been using Win2008R2's AD Snapshot feature to perform a nightly backup of our AD domain. I'm trying to figure out the steps that I need to run through to use one of these nightly backups to restore our AD domain on a 2nd server.
These are the commands we used to backup the AD DOM:
1.
I'm trying to backup and restore an EBS volume on EC2.
I have a virtual disk with one snapshot. I want to acces the latest data after the snapshot.
One way would be to merge the delta into the disk.
But the rest of the vm does not exist any more. How can I do this, e.g.
I will admit that my understanding of the following is a little hazy, however, it seems that if I create a new logical volume as follows
Code:
sudo lvcreate -L1G -s -n livesnapshots /dev/kvm-server/vm-storage
It creates successfully. I then mount this to /mnt/snapshots and sure enough I can see the file system as existing in the original volume.
after creating a VSS snapshot I'd like to be able to query the USN journal.
Our mysql ibdata1 file was deleted earlier today. This wasn't noticed until mysqld was restarted and there was no data in the tables. The machine is a CentOs VM in Xenserver. At this point a snapshot was taken. Then the mysql database was dropped and restored from a backup.
Hi
I have noticed this now for the 125 time that when you mount a volume and use mount to see if it is ro or rw, it says rw, but actually is read only.
I use Proxmox 2.2 for making OpenVZ containers.
It ships with a tool called vzdump that can create backups of OpenVZ containers on the fly. It uses snapshot functionality of LVM to create temporary "fork" of filesystem for backup purposes.
Unfortunately it sometimes crashes with one container that performs a lot of disk operations.
The --merge option says
Can I reliably take a snapshot of the origin whilst a merge of an old snapshot into the origin is in progress
The man page says :"While the merge is in progress, reads or writes to the origin appear as they were directed to the snapshot being merged."
However, it's not clear how safe it is to take a snapshot here.
I know I could operate on the snap and discard - bu