snapshot

Browser or plugin with state snapshot

Are there any browsers out there where you can save a whole window's session in a snapshot so it can be restored later (something like a Virtual Machine would do)? By "snapshot" I mean mostly saving cookies and possibly also the open tabs and their positions. A cached version of the open tabs would also help greatly. The sessions must...

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 daily or another longer peroid. Does maven still check whether a new version of the sna...

Deploying snapshot sources - Is it possible ? It increments build number

guys I don't know what could be wrong, but I'm deploying snapshot and sources with gpg:sign-and-deploy-file, but the sources name does always have the value of the following buildnumber. Like artifact-timestamp-1.jar and artifact-timestamp-2-sources.jar so that if I then have a snapshot dependency, it is looking for artifact-timestamp-2...

Taking a MySQL snapshot and recreating the database?

If a snapshot of the database is taken, can it be copied over to another drive and re-created? ...

What's the best way to take a "snapshot" of an Oracle database that is constantly being updated?

I want to take a consistent snapshot of an Oracle database that is constantly being updated by a TIBCO DB Adaptor. Typcially TIBCO updates a bunch of tables at once, and then COMMITs. If I traverse through all the tables, taking a snapshot once a day, then I could grab data from table A before the commit, and from table B after the comm...