24 lines
439 B
Plaintext
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 { %>
|
|
|
|
<% } %>
|