style: derez.ai is all lowercase — brand style fix (verb, not capitalized)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<link rel="canonical" href="https://derez.ai/blog/posts/why-backing-up-an-agent-is-so-hard.html" />
|
||||
<title>Why Backing Up an AI Agent Is So Hard — Derez.ai Blog</title>
|
||||
<title>Why Backing Up an AI Agent Is So Hard — derez.ai Blog</title>
|
||||
<meta name="description" content="69% of an agent's state lives outside its home directory. Real filesystem data on why home-dir backups fail — and why full-disk snapshots are the only viable solution." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/why-backing-up-an-agent-is-so-hard.html" />
|
||||
@@ -263,10 +263,10 @@
|
||||
Our snapshot compression brings the 6.8 GB down to about 4.2 GB on disk. With 7 daily snapshots retaining the full machine state, you're looking at ~6–10 GB total — negligible for any modern VPS provider.
|
||||
</p>
|
||||
|
||||
<h2>What Derez.ai Does Differently</h2>
|
||||
<h2>What derez.ai Does Differently</h2>
|
||||
|
||||
<p>
|
||||
Every Derez.ai agent instance comes with <strong>automatic full-disk snapshots</strong> — not home-directory backups, not config exports, but full filesystem snapshots.
|
||||
Every derez.ai agent instance comes with <strong>automatic full-disk snapshots</strong> — not home-directory backups, not config exports, but full filesystem snapshots.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -277,7 +277,7 @@
|
||||
</ul>
|
||||
|
||||
<div class="pro-tip">
|
||||
<p><strong>Real talk: </strong>Most agent hosting services back up your config and call it a day. They don't tell you that restoring won't work because the runtime is missing. We built full-disk snapshots into Derez.ai from day one because "it works after restore" is the only standard that matters.</p>
|
||||
<p><strong>Real talk: </strong>Most agent hosting services back up your config and call it a day. They don't tell you that restoring won't work because the runtime is missing. We built full-disk snapshots into derez.ai from day one because "it works after restore" is the only standard that matters.</p>
|
||||
</div>
|
||||
|
||||
<h2>Better Safe Than Sorry</h2>
|
||||
@@ -291,7 +291,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
At Derez.ai, your agent's full disk gets backed up every day. No gaps, no missing runtimes, no surprises on restore.
|
||||
At derez.ai, your agent's full disk gets backed up every day. No gaps, no missing runtimes, no surprises on restore.
|
||||
</p>
|
||||
|
||||
<div class="cta-box">
|
||||
@@ -301,7 +301,7 @@
|
||||
</div>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Work with your AI agent in 10 minutes. Full-disk backups, SSH access, managed dashboard included.
|
||||
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Work with your AI agent in 10 minutes. Full-disk backups, SSH access, managed dashboard included.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user