Changes

Jump to: navigation, search

User:Nakivo

1,288 bytes added, 08:41, 24 September 2020
Created page with "With NAKIVO Backup for Microsoft [https://www.nakivo.com/microsoft-office-365-backup/ Office 365], you can protect your application data and eliminate the risks of data loss o..."
With NAKIVO Backup for Microsoft [https://www.nakivo.com/microsoft-office-365-backup/ Office 365], you can protect your application data and eliminate the risks of data loss or corruption. Take full control of your data with reliable backups of Exchange Online mailboxes and OneDrive for Business files. Although Microsoft maintains nearly uninterrupted uptime for Microsoft Office 365 users, its responsibility for your data doesn’t go beyond geo redundancy, which is not the same as backups. Whether it’s accidental deletion or modification, or internal or external security threats, NAKIVO Backup & Replication ensures that your data is accessible and recoverable at any time.

Build an SQL query for your machine backup report or daily backup report, use either:

Daily Backup Report
select * from SDK_V_NKVO_NBR_DAILYBACKUP where (creation_date between ${startDate} and ${endDate}) and (server_instance_id in (select server_instance_id from apt_v_server_instance where server_id in (${hosts}))) order by report_id desc

Machine Backup Report
select * from SDK_V_NKVO_NBR_MACHINEBACKUP where (creation_date between ${startDate} and ${endDate}) and (server_instance_id in (select server_instance_id from apt_v_server_instance where server_id in (${hosts}))) order by report_id desc
2
edits

Navigation menu