- Backups are automatically created once a week. Here you can manually create extra backups, delete
- backups or restore a selected backup. After restoring the services will be automatically restarted.
+ Backups are automatically created once a week. Here you can manually create extra backups and download, delete
+ or restore a selected backup. After restoring the services will be automatically restarted.
Automatic backups are removed after one month, manual backups are kept until manually deleted.
@@ -294,6 +294,13 @@
}, 250);
});
+ $(".backupdl").click(function(evt) {
+ if (!window.confirm("WARNING: this backup file contains the private keys and other sensitive data in unprotected form. You should be very careful where you store it. Do you want to continue?")) {
+ return false;
+ }
+ });
+
+
$(".btn").click(function(evt) {
$('#modal-spinner').modal('show');
if ($(evt.target).hasClass('btn-warning') || $(evt.target).hasClass('btn-danger')) {
@@ -329,7 +336,7 @@
var msg = "Successfully created backup";
$("#backup-result").removeClass("hidden").removeClass("error").show().text(msg).addClass("success");
- $("#backups-tbody").append('