mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 22:14:28 -04:00
restore YAML frontmatter
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
export const frontmatter = {
|
||||
title: "How To: Automatically Backup a Linux VPS to a Separate Cloud Storage Service",
|
||||
date: "2019-06-09 19:03:10-0400",
|
||||
description:
|
||||
"A walkthrough for backing up a Linux server to an external storage provider like Amazon S3 automatically.",
|
||||
tags: ["How To", "Tutorial", "Servers", "Backups", "Linux", "Restic"],
|
||||
image: "apocalypse.png",
|
||||
};
|
||||
---
|
||||
title: "How To: Automatically Backup a Linux VPS to a Separate Cloud Storage Service"
|
||||
date: "2019-06-09 19:03:10-0400"
|
||||
description: >-
|
||||
A walkthrough for backing up a Linux server to an external storage provider
|
||||
like Amazon S3 automatically.
|
||||
tags:
|
||||
- How To
|
||||
- Tutorial
|
||||
- Servers
|
||||
- Backups
|
||||
- Linux
|
||||
- Restic
|
||||
image: ./apocalypse.png
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user