Commentary

Howard Marks
 

Why Is There No VSS For Linux?

Introduced with Windows Server 2003, the volume shadow copy service (VSS) has vastly improved the lives of those of us whose lot in life includes backing up Windows machines. By providing a standard mechanism for creating and managing snapshots, VSS lets backup applications get data-consistent backups of complex data stores like Active Directory and Exchange or Oracle databases. Why isn't there an equivalent for Linux?

Introduced with Windows Server 2003, the volume shadow copy service (VSS) has vastly improved the lives of those of us whose lot in life includes backing up Windows machines. By providing a standard mechanism for creating and managing snapshots, VSS lets backup applications get data-consistent backups of complex data stores like Active Directory and Exchange or Oracle databases. Why isn't there an equivalent for Linux?Before I really start ranting about how Linux needs a VSS equivalent, lets take a brief, and somewhat simplified, look at what VSS actually does. Look here for the official Microsoft version of how VSS works if you feel a need for details.

When a backup application needs to back up one or more resources on a server that is VSS aware, it, through its VSS Requester, sends a message to the server that enumerates the databases, file systems, and other resources to be backed up. VSS then sends a message to the VSS writer for each application to flush their buffers and make the data consistent for a snapshot. The VSS provider makes the snapshot, freezing writes for no more than 60 seconds, and flushing the file system buffers to boot. The backup program then backs up the consistent snapshot.


More Storage Insights

White Papers

More >>

Reports

More >>

Webcasts

More >>

While Windows includes a copy on write VSS provider, VSS itself doesn't take snapshots; many disk array vendors have their own providers that allow users to capitalize on the disk array's snapshot technologies. Application vendors just need to write a VSS writer component to support a wide variety of backup applications and backup app providers can avoid the cost of developing application specific agents.

In a world without VSS, admins need to run scripts or application-specific backup or database-dump software. While this isn't a big deal for a few physical servers, it starts to become a real issue as servers, and virtual servers, proliferate.

With a VSS-enabled virtualization platform like Hyper-V or VMware VCB, with last month's update two admins can get consistent backups of VMs while backing up the entire host.

So, Linux guys: Why no VSS equivalent in your world?


Related Reading




Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

InformationWeek encourages readers to engage in spirited, healthy debate, including taking us to task. However, InformationWeek moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing/SPAM. InformationWeek further reserves the right to disable the profile of any commenter participating in said activities.

Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.
T-Shirt Giveaway T-Shirt Giveaway: Each week we're selecting one great comment from our readers. The author of the comment will receive an InformaitonWeek Community t-shirt. So get posting!
Subscribe to RSS

Resource Links