Skip to content

Commit 34d99a7

Browse files
author
cloudback
committed
1 parent 43fc062 commit 34d99a7

File tree

8 files changed

+66
-4
lines changed

8 files changed

+66
-4
lines changed

features/index.html

+65-3
Original file line numberDiff line numberDiff line change
@@ -3571,6 +3571,68 @@ <h3 class="fw500 w-100 p-3 mb-0 mt-0 flex-grow-1">Custom schedules</h3>
35713571
</div>
35723572
</div>
35733573
</div>
3574+
<div class="flex-row-to-column">
3575+
3576+
<div class="mt-3-to-1dot5 mb-3-to-1dot5 mr-3-to-0 ml-3-to-0 w-33-to-100 p-0 feature-card shadow-m d-flex flex-column">
3577+
<div class="w-100 text-center feature-img-container">
3578+
<img class="feature-img" src='/static/lib/logo/features/data-deduplication.png' alt="feature image" title="feature image">
3579+
</div>
3580+
<h3 class="fw500 w-100 p-3 mb-0 mt-0 flex-grow-1">Data deduplication</h3>
3581+
<div class="pr-3 pl-3 pb-3 flex-grow-1">
3582+
3583+
<p class="mb-0">Save a significant amount of cloud storage space and reduce operational costs</p>
3584+
3585+
</div>
3586+
<div class="text-right justify-content-end pb-3 pl-3 pr-3">
3587+
<a href='/features/deduplication' class="feature-btn shadow-sm d-flex align-center fw600 float-right">
3588+
<span>Read more</span>
3589+
<svg class="link-icon h20 w20" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
3590+
<path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"/>
3591+
</svg>
3592+
</a>
3593+
</div>
3594+
</div>
3595+
3596+
<div class="mt-3-to-1dot5 mb-3-to-1dot5 mr-3-to-0 ml-3-to-0 w-33-to-100 p-0 feature-card shadow-m d-flex flex-column">
3597+
<div class="w-100 text-center feature-img-container">
3598+
<img class="feature-img" src='/static/lib/logo/features/amazon-s3-object-lock.png' alt="feature image" title="feature image">
3599+
</div>
3600+
<h3 class="fw500 w-100 p-3 mb-0 mt-0 flex-grow-1">Amazon S3 Object Lock</h3>
3601+
<div class="pr-3 pl-3 pb-3 flex-grow-1">
3602+
3603+
<p class="mb-0">Protect your data from being accidentally or intentionally deleted or overwritten</p>
3604+
3605+
</div>
3606+
<div class="text-right justify-content-end pb-3 pl-3 pr-3">
3607+
<a href='/features/s3-object-lock' class="feature-btn shadow-sm d-flex align-center fw600 float-right">
3608+
<span>Read more</span>
3609+
<svg class="link-icon h20 w20" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
3610+
<path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"/>
3611+
</svg>
3612+
</a>
3613+
</div>
3614+
</div>
3615+
3616+
<div class="mt-3-to-1dot5 mb-3-to-1dot5 mr-3-to-0 ml-3-to-0 w-33-to-100 p-0 feature-card shadow-m d-flex flex-column">
3617+
<div class="w-100 text-center feature-img-container">
3618+
<img class="feature-img" src='/static/lib/logo/features/regional-storages.png' alt="feature image" title="feature image">
3619+
</div>
3620+
<h3 class="fw500 w-100 p-3 mb-0 mt-0 flex-grow-1">Regional storages</h3>
3621+
<div class="pr-3 pl-3 pb-3 flex-grow-1">
3622+
3623+
<p class="mb-0">Select the storage option nearest to your location without incurring extra fees</p>
3624+
3625+
</div>
3626+
<div class="text-right justify-content-end pb-3 pl-3 pr-3">
3627+
<a href='/features/cloudback-storages' class="feature-btn shadow-sm d-flex align-center fw600 float-right">
3628+
<span>Read more</span>
3629+
<svg class="link-icon h20 w20" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
3630+
<path fill-rule="evenodd" d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z"/>
3631+
</svg>
3632+
</a>
3633+
</div>
3634+
</div>
3635+
</div>
35743636
</article>
35753637

35763638

@@ -3579,12 +3641,12 @@ <h3 class="fw500 w-100 p-3 mb-0 mt-0 flex-grow-1">Custom schedules</h3>
35793641
<div class="article-footer-btn p-2">
35803642

35813643

3582-
<a class="d-flex align-center" href="https://github.com/cloudback/docs/commit/251c6310e0089b392704d911f39fff28dd63cc0f"
3583-
title="Last modified by Victor Vorobyev | Apr 11, 2023" target="_blank" rel="noopener">
3644+
<a class="d-flex align-center" href="https://github.com/cloudback/docs/commit/ae14064f86ac4163907e1e84b86ef9aba9eeccda"
3645+
title="Last modified by Evgeniy.Kosjakov | May 13, 2023" target="_blank" rel="noopener">
35843646
<svg class="svg-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
35853647
<path fill-rule="evenodd" d="M4.75 0a.75.75 0 01.75.75V2h5V.75a.75.75 0 011.5 0V2h1.25c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0113.25 16H2.75A1.75 1.75 0 011 14.25V3.75C1 2.784 1.784 2 2.75 2H4V.75A.75.75 0 014.75 0zm0 3.5h8.5a.25.25 0 01.25.25V6h-11V3.75a.25.25 0 01.25-.25h2zm-2.25 4v6.75c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V7.5h-11z"></path>
35863648
</svg>
3587-
<span class="pl-2">Apr 11, 2023</span>
3649+
<span class="pl-2">May 13, 2023</span>
35883650
</a>
35893651

35903652
</div>
133 KB
Loading
59.5 KB
Loading
57 KB
Loading

sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<lastmod>2023-04-12T01:45:04+03:00</lastmod>
6767
</url><url>
6868
<loc>https://docs.cloudback.it/features/</loc>
69-
<lastmod>2023-04-12T01:45:04+03:00</lastmod>
69+
<lastmod>2023-05-13T22:01:04+03:00</lastmod>
7070
</url><url>
7171
<loc>https://docs.cloudback.it/features/github-organizations/</loc>
7272
<lastmod>2023-03-10T02:28:05+03:00</lastmod>
Loading
59.5 KB
Loading
Loading

0 commit comments

Comments
 (0)