pixelfed/resources/views/admin/settings/backups.blade.php
2019-02-10 17:14:54 -07:00

14 lines
401 B
PHP

@extends('admin.partial.template')
@include('admin.settings.sidebar')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Site Backups</h3>
<p class="lead">Enable automatic backups, stored locally or S3/Spaces/Wasabi</p>
</div>
<hr>
<p class="alert alert-warning">
<strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
</p>
@endsection