Questions tagged [snapshot]

A snapshot is the state of something (e.g. a folder) at a specific point in time. In this case, snapshot means the current content of the test branch, this doesn't have to be the head revision

I'd like to extend the concept of snapshot. As you can see here the snapshot cares about running processes allocated in memory too.

1849 questions
0
votes
2 answers

Copy managed disk between subscriptions

I'm looking into how to copy VMs from one subscriptions to another. After doing some research I found a lot of great articles describing the process on how to perform a…
0
votes
3 answers

Firebase storage don't return downloadURL

I am using this code to update an image and get the URL, but I can´t get the URL back. It seems that return some because it can enter in the return of the promise. I get this code from here:…
0
votes
1 answer

Renaming Description of snapshot vmware using powercli (powershell)

I was trying to edit the description field of all snaps present in vcenter. The script is able to find the snaps properly and its trying to edit the same, i could see the task as renaming snapshot, but not reflecting the change actually. Can some…
rpr
  • 111
  • 2
  • 5
  • 16
0
votes
1 answer

Boto3 not copying snapshot to other regions, other options?

[Very new to AWS] Hi, I am trying to move my EBS volume snapshot copies across regions. I have been trying to use Boto3 to move the snapshots. My objective is to move the latest snapshot from us-east-2 region to us-east-1 region automatically on a…
0
votes
1 answer

Vmware Vsphere snapshot restore Win2008 R2 BOOTMGR is missing

I took a snapshot using Vsphere 5.1 yesterday for my Windows 2008 R2 VM. Today when I restored my VM using this snapshot, the VM failed to start up and it is telling me with the following message: "BOOTMGR is missing, Press Ctrl+Alt+Del to…
Harvey Lin
  • 724
  • 11
  • 25
0
votes
1 answer

How to merge rows in hive?

I have a production table in hive which gets incremental(changed records/new records) data from external source on daily basis. For values in row are possibly spread across different dates, for example, this is how records in table looks on first…
Pushkr
  • 3,591
  • 18
  • 31
0
votes
1 answer

Does hdfs snapshot works on appending data?

I understood that hdfs snapshot keeps tracks of added or deleted files from a directory. How is the behaviour when i have files (PARQUET) that are appended continuously?
djohon
  • 705
  • 2
  • 10
  • 25
0
votes
1 answer

How can I git rollback/redo working dictionary files within one branch like a snapshot?

I only has one git branch (master), also it is a private repository (only used by myself). How can I easily rollback/redo my working dictionary files like snapshot management? For example: I commit 1st time, with only 1.txt in the dictionary I…
henry
  • 25
  • 3
0
votes
1 answer

Deploy code via maven snapshot

Your application has a maven snapshot of 2.0.1 and you add code to it that you want to deploy: A)Increase the snapshot to differentiate between the temp version 2.0.1 and 2.0.2 and deploy the latest snapshot 2.0.2 B)Deploy the latest snapshot…
Vincent
  • 6,058
  • 15
  • 52
  • 94
0
votes
2 answers

Snapshot Replication shows error "The step is improperly defined and so could not be run"

I am trying to add a "SQL Server Agent" job to a new database server that has SQL Server 2008 R2 in it. This job does snapshot replication on a "groups" table, and then distributes the snapshot to a subscriber in another server. Unfortunately that…
Jay C
  • 141
  • 1
  • 12
0
votes
2 answers

SNAPSHOT + Event sourcing

The devil is in the details. I am looking into implementing event sourcing on existing catering application. I have an invoice which can be associated to a company,dept in company or employee in company. Setup Use case: The company is sponsoring an…
Praveen
  • 557
  • 1
  • 5
  • 20
0
votes
1 answer

Firebase JavaScript snapshot get values

When I grab a snapshot of one item from a Firebase realtime database as below, when I console.log the snapshot.val and just the key, I can see all the individual properties and their values in console.log. But I can't see to get at them. For…
0
votes
1 answer

Enzyme Shallow snapshot doesn't care about the order of child components

I noticed that the snapshot looks like this: exports[`shallow 1`] = `
`; Where means when doing snapshot the two components below are identical: export const Page1 = () => { return
davidx1
  • 3,525
  • 9
  • 38
  • 65
0
votes
1 answer

Proper SQL Server DB schema to have monthly "snapshots” of my tables?

I have a company with different departments, let's say sales, accouting and hr. For each of them, I would have several particular key performance indicators and for each KPI, a hoped goal with the actual result. In my application, I would set the…
0
votes
3 answers

Can AWS not compress snapshots (for EBS containing binary data)?

I'm creating periodic snapshots of my EBS volume using a Scheduled Cron expression rule (thanks, John C). My data is all binary, and I suspect that the automatic compression AWS performs on my data - will actually enlarge the resulting snapshots. Is…
boardrider
  • 5,882
  • 7
  • 49
  • 86