Crontab UI
  • Backups
      <% if (backups.length == 0){ %>
    • None
    • <% } else { %> <% backups.forEach(function(file){ %>
    • <%= file %>
    • <% }) %> <% } %>
  • Fork me on Github