7 lines
185 B
PHP
7 lines
185 B
PHP
<?php
|
|
$title = "Encrypted Backup Drive";
|
|
$description = "How to create an encrypted backup drive using LUKS encrypted partitions.";
|
|
$created = "2017-02-21";
|
|
$updated = "2017-02-21";
|
|
?>
|