From da1499d1c6ed96f9022bb9b89639efa2230c05bd Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 19 Oct 2018 22:41:05 -0600 Subject: [PATCH] Created 503 error page --- root/scripts/503.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 root/scripts/503.html diff --git a/root/scripts/503.html b/root/scripts/503.html new file mode 100644 index 0000000..61bf712 --- /dev/null +++ b/root/scripts/503.html @@ -0,0 +1,29 @@ + + + + + + 503 - Unavailable: Backup in progress + + + + + + +

Bad timing!

+

Seems you're trying to access me during my daily backup window. Don't + worry though, I should be up and running again very soon.

+

My average backup window duration is around 10 minutes during which time + I'm quite busy copying your super-important emails to my ultra-secret hiding + place so they stay safe in case anything ever happens to me!

+

I'm really sorry for the delay. Please try me again soon!

+ + + \ No newline at end of file