Files
cloudron-box/src/mail_templates/backup_failed.ejs
Girish Ramakrishnan 933918ea27 Fix docs url
2020-09-15 14:46:22 -07:00

24 lines
439 B
Plaintext

<%if (format === 'text') { %>
Dear <%= cloudronName %> Admin,
Cloudron failed to create a complete backup. Please see https://docs.cloudron.io/troubleshooting/#backups
for troubleshooting.
Logs for this failure are available at <%= logUrl %>
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>