> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/storage-and-transfer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/storage-and-transfer/hibernate/overview.md).

# Overview

<figure><img src="/files/tNHO95VjZzqU86x3G97v" alt="Hibernate Logo"><figcaption><p>Hibernate</p></figcaption></figure>

Hibernate is a Brown OIT archival service for the research community to migrate inactive data off active NAS platforms onto a lower-cost, long-term retention environment. Data will be archived on two geographically separated Object Archive platforms to provide at least two copies of the data.

Data on the following storage platforms can be archived:

* Campus File Storage (files22)
* Oscar Data

**Hibernate has the following attributes:**

* <mark style="color:orange;">**Archive**</mark> - move a directory to hibernate storage (archive)
* <mark style="color:red;">**Delete**</mark> - delete a directory from primary storage (files22, Oscar data, etc)
* <mark style="color:green;">**Recover**</mark> - retrieve a directory or file from hibernate storage (archive)

{% hint style="warning" %}
Brown VPN is required to access Hibernate Service.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ccv.brown.edu/storage-and-transfer/hibernate/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
