Top "Snapshot" questions

A snapshot is the state of something (e.g. a folder) at a specific point in time.

How to find latest or most recent AWS RDS snapshot?

I can call aws rds describe-db-snapshots --db-instance-identifier {my_db_instance} and sort all automated snapshots to find the most recently …

amazon-web-services command-line-interface snapshot
Artifactory Snapshot filename handling

In our artifactory we have a snapshot repo defined to handle max 5 unique snapshots. We added -SNAPSHOT-.extension to the …

snapshot artifactory
Xcode : Recover complete project from snapshot?

today I am playing a bit with the Xcode snapshot feature and I wonder if I could recreate a complete …

xcode snapshot
Nexus Won't Serve SNAPSHOTs From Default Public Group

For some reason I can't get Nexus to serve my SNAPSHOT artifacts via the default public group. I've read the …

maven nexus snapshot
Azure back up vs Snapshots

I'm an azure newbie and just trying to understand Azure better. My questions are specific to backing up Linux VMs …

azure azure-storage-blobs snapshot
ESXi 5.1 revert to snapshot daily or every night

I'm trying to revert a virtual machine to the previous snapshot every day or night. Unfortunately, I haven't found any …

automation snapshot revert esxi
Backup and restore with VirtualBox

A VirtualBox's newbie here. I created a snapshot of a VM by using this command line: VBoxManage snapshot VMName take …

virtual-machine virtualbox restore snapshot
deploy on nexus artifacts with Snapshot policy but without SNAPSHOT string in version

apparently my Nexus is rejecting every deploy I throw at him if the artifact has not -SNAPSHOT in the version. …

maven deployment jenkins nexus snapshot
How to recover or prevent from accidental UNDO/REDO operations on Visual Studio 2010

Case 1 (Overwritten undo/redo history) You are editing source codes on "Program.cs". After a dedicated hour, You've done with 100 …

visual-studio-2010 visual-studio-2012 snapshot undo redo
What exactly does Vagrant snapshot save?

I use Vagrant on VirtualBox. Yesterday, I saved a snapshot of my project by running: $ vagrant snapshot save 'my-project-date-time' Today, …

vagrant snapshot vagrant-plugin