Files @ 35140b3eb5b8
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/index.html.j2

branko
MAR-198: Implement removal of expired backups via backup_client role:

- In addition to expired backup removals, ensure that the backup
does not proceed if previous execution step has failed. This means
that pre-scripts now have to run without errors for the main backup
to kick-in.
- Could not use full _and_ chaining of duply. For example, if we have
A_and_B_and_C (where A/B/C are duply backup commands), if A
fails, B will be skipped, but C will still run because B has ran
without_errors.
<!DOCTYPE html>
<html>
<head>
<title>{{ web_default_title}}</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>{{ web_default_title}}</h1>
<p>{{ web_default_message }}</p>
</body>
</html>