From d883b36e0df25bfc0135dce39ef7eb67b90d829c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 10 Oct 2021 18:30:11 +0000 Subject: [PATCH] Add backups section to template Backups are important, and specs should address whether changes to them will be needed. This also serves as an important reminder to us that new services aren't truly implemented until they're backed up. Change-Id: I4080af338b1c0bb8a7cdc1e6d6ead3d76118753c --- template.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template.rst b/template.rst index 5b10f17..94b9fbb 100644 --- a/template.rst +++ b/template.rst @@ -93,6 +93,12 @@ DNS Entries Will any other DNS entries need to be created or updated? +Backups +------- + +Will anything new need to be backed up, or will existing backups +need changing/deleting? + Documentation -------------