21 lines
362 B
Plaintext
21 lines
362 B
Plaintext
<%if (format === 'text') { %>
|
|
|
|
Dear <%= cloudronName %> Admin,
|
|
|
|
Cloudron failed to create a complete backup. Please see the logs at <%= logUrl %> for more information.
|
|
|
|
-------------------------------------
|
|
|
|
<%- message %>
|
|
|
|
-------------------------------------
|
|
|
|
|
|
Powered by https://cloudron.io
|
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|