diff --git a/templates/danger/snapshots.html b/templates/danger/snapshots.html new file mode 100644 index 0000000..f89478f --- /dev/null +++ b/templates/danger/snapshots.html @@ -0,0 +1,23 @@ +{% extends "layouts/default.html" %} +{% block title %}Nicola Ellis & Ritherdon Archive{% endblock %} +{% block content %} +
+

Snapshots (not Back-ups)

+

+ Warning: Restoring the website from a snapshot will + delete all data added to the website after the Snapshot was taken. +

+

+ Below is a collection of Snapshots taken of the website's data (database, + Pages, Archive Entries and Storage Files). You can download them or + restore the website from a snapshot. +

+

+ Note: + These Snapshots are not a back-up. If the server goes down, the + Snapshots go with it. I recommend you download the Snapshots at regular + intervals and use those as the site's back-ups. +

+ +
+{% endblock %}