User:Nakivo

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

With NAKIVO Backup for Microsoft Office 365 backup, 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