Skip to content

DataBase backup Setting

Database backup settings refer to the configuration options and parameters that control how and when backups of a database are created, stored, and managed. Proper backup settings ensure data is protected against corruption, loss, or failure, and can be restored if needed.

Admin can set exact time ho create back up.

Admin can set recurring creation as well as admin can set back up delete time.

document.querySelectorAll(‘.portal-attachment-thumbnail-img’).forEach(function(img) { img.addEventListener(‘error’, function () { attachment_error_image(this); }); }); const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = <span class="icon-file-empty"></span><span class="fw-attachment-ext">${escapeHtml(attachment.dataset.extension)}</span>; parentElement.innerHTML = defaultIcon; };