Files
cloudron-box/src/mail_templates/backup_failed.ejs

24 lines
439 B
Plaintext
Raw Normal View History

2016-10-14 14:46:34 -07:00
<%if (format === 'text') { %>
Dear <%= cloudronName %> Admin,
2016-10-14 14:46:34 -07:00
2020-09-15 14:46:22 -07:00
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 %>
2016-10-14 14:46:34 -07:00
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
2016-10-14 14:46:34 -07:00
<% } else { %>
<% } %>