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
191
votes
16 answers

How to prevent Screen Capture in Android

Is it possible to prevent the screen recording in Android Application? I would like to develop an Android Secure Application. In that I need to detect screen recording software which are running background and kill them. I have used SECURE FLAG for…
Anand
  • 3,346
  • 9
  • 35
  • 54
126
votes
4 answers

"You don't have a SNAPSHOT project in the reactor projects list." when using Jenkins Maven release plugin

I'm using SVN, Maven 3.0.3 on the latest version of Jenkins and the Maven Release plugin. I'm trying to use the Maven release plugin (through Jenkins) do a dry run and so am executing the options … Executing Maven: -B -f…
Dave
  • 15,639
  • 133
  • 442
  • 830
120
votes
5 answers

Maven Snapshot Repository vs Release Repository

What is the difference between a Snapshot Repository and Release Repository? This is with reference to setting up Repositories (like Artifactory, Nexus etc)
Joseph
  • 2,155
  • 6
  • 20
  • 32
118
votes
20 answers

EC2 Can't resize volume after increasing size

I have followed the steps for resizing an EC2 volume Stopped the instance Took a snapshot of the current volume Created a new volume out of the previous snapshot with a bigger size in the same region Deattached the old volume from the…
Wilman Arambillete
  • 1,411
  • 2
  • 11
  • 12
92
votes
9 answers

How to recover redis data from snapshot(rdb file) copied from another machine?

I transferred my redis snapshot (dump.rdb file) using scp to a remote server. I need to run a redis server on this remote and recover the data from the dump.rdb file. How can I do that?
hupantingxue
  • 2,134
  • 3
  • 19
  • 24
84
votes
5 answers

Read committed Snapshot VS Snapshot Isolation Level

Could some one please help me understand when to use SNAPSHOT isolation level over READ COMMITTED SNAPSHOT in SQL Server? I understand that in most cases READ COMMITTED SNAPSHOT works, but not sure when go for SNAPSHOT isolation. Thanks
user173552
  • 1,169
  • 2
  • 12
  • 13
79
votes
2 answers

How to take container snapshots in docker

How do we take container snapshots and load the snapshot in another docker host . I like to know the container snapshoting and not for image. I get confused with export/import and save/load commands in docker. I like to get more clarity or doc to…
tanmally
  • 996
  • 1
  • 9
  • 13
65
votes
6 answers

Google Compute Engine: what is the difference between disk snapshot and disk image?

I've been using both for my startup and to me, the functionality is the same. Until now, the instances I've been creating are only for computation. I'm wondering how GCE disk images and snapshots are different in terms of technology, and in which…
Emmanuel
  • 891
  • 1
  • 7
  • 6
61
votes
5 answers

how to release a project which depends on a 3rd party SNAPSHOT project in maven

i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3rd party module 'bar-1.0-SNAPSHOT' which is not released yet. I use the option 'allowTimestampedSnapshots' in my project's…
Christian
  • 683
  • 1
  • 5
  • 6
58
votes
5 answers

How to update snapshot with Jest and vue-cli

I should be able to add -u parameter when running my tests, but I can't figure out why it doesn't work: npm run test ComponentName.spec.js -u npm run test ComponentName.spec.js --updateSnapshot but it doesn't work. My package.json: "scripts": { …
Nikolay Dyankov
  • 6,491
  • 11
  • 58
  • 79
52
votes
5 answers

jest snapshot testing: how to ignore part of the snapshot file in jest test results

Problem: ignore some part of the .snap file test results the question here: there are some components in my test that have a random values and i don't really care about testing them. is there any way to ignore part of my X.snap file? so when i run…
sawa we
  • 521
  • 1
  • 4
  • 7
52
votes
4 answers

How do I make a releases, builds, and/or snapshots with BitBucket?

I would like to be able to make releases and builds for my game. I know GitHub has releases, but I am using BitBucket instead. Does anyone know how to make releases with BitBucket as like a checkpoint so I can just have the files documented for…
Meeesh
  • 992
  • 1
  • 8
  • 15
51
votes
3 answers

How to download SNAPSHOT version from maven SNAPSHOT repository?

So I have a project and I do regular releases to maven without a problem. I now want to make available a SNAPSHOT version of this project. So I do 'mvn clean deploy'. Everything works as you can see below: [INFO] Retrieving previous build number…
chrisapotek
  • 6,007
  • 14
  • 51
  • 85
51
votes
3 answers

Android Emulator Snapshot file location

I'd like to know where Android Emulator Snapshots are stored on disc. I know how to take them via Extended Control but I can't find them on disc. I did a filesystem search but no hits. The idea is to share them with my team.
shalama
  • 1,133
  • 1
  • 11
  • 25
49
votes
1 answer

How does the updatePolicy in maven really work?

When I define an updatePolicy in my maven settings it tells maven how often snapshot artifacts shall be downloaded. If I set it to always it of course downloads every time all snapshots. I was wondering what happens if I set it to the default value…
Emerson
  • 1,327
  • 2
  • 15
  • 24
1
2 3
99 100