{{includefile 'bootstrap/css/page_common.css'}} Backup/Restore {{includefile 'header.html'}} {{includefile 'navbar.html'}}
Backup and Restore
Local
{{if (get_setting_bool 'gAutoBackup') == 'checked'}} {{disabled=""}} {{checked="checked"}} {{else}} {{disabled="disabled"}} {{checked=""}} {{end}}
General Settings
Auto Backup Settings
{{days=get_setting_int 'gAutoBackupDays'}}
Backup Status:
Restore Prep Status:
Last Backup: {{last_local_backup}}

Cloud
{{if myhs_subscription==null}}
Unable to obtain MyHS subscription information at this timemore info
{{else}} {{if myhs_subscription.backup_interval=='NoBackup'}}
Cloud Backups are available to Premium Subscribers
{{else}} {{if (get_setting_bool 'gAutoCloudBackup') == 'checked'}} {{checked="checked"}} {{else}} {{checked=""}} {{end}}
Subscription Type: {{myhs_subscription.name}}
Backup Frequency: {{myhs_subscription.backup_interval}}
Backup Time: {{myhs_subscription.backup_interval_time}}
{{if myhs_subscription.backup_interval==1}}
Backup Day: {{myhs_subscription.backup_interval_value}}
{{end}} {{end}} {{end}}
{{includefile 'bootstrap/js/page_common.js'}}