WordPress backups
Create and restore backups of your WordPress site files and database on Nisc Cloud hosting.
Regular backups protect you from hacks, bad updates, and accidental deletes. Nisc Cloud hosting provides backup tools on the Backup tab; you can also use WordPress backup plugins.
Backup from hosting Backup tab
- Sign in at npanel.nisccloud.com.
- Click Hosting → your WordPress site.
- Click Backup tab.
- Click Create backup, Generate backup, or enable Scheduled backups if offered.
- Select Full backup (files + database) when possible.
- Wait for job to finish status shows completion time and size.
- Download backup file if download option exists store copy off-server (Google Drive, local PC).
Schedule weekly backups minimum; daily for ecommerce or active blogs.
Restore from hosting backup
Warning: Restore overwrites current site data.
- Backup tab → list of restore points.
- Select backup date before the problem occurred.
- Click Restore → confirm.
- Wait for restore to complete (site may be briefly offline).
- Clear browser cache and test wp-admin and homepage.
If restore fails, contact support with hosting account name and backup timestamp.
Backup with a WordPress plugin
If you prefer plugin-based backups (UpdraftPlus, All-in-One WP Migration, etc.):
- wp-admin → Plugins → Add New → install backup plugin.
- Connect remote storage (Google Drive, S3) if plugin supports it.
- Run manual backup; schedule automatic backups.
- Test restore on staging once so you know the process.
Plugin backups complement do not replace hosting snapshots when both available.
Manual backup (advanced)
Files:
- Hosting → File Manager → compress
public_htmlor WordPress folder → download ZIP.
Database:
- Hosting → Databases → phpMyAdmin → export SQL file.
Store both together with date in filename. To restore: upload files, import SQL, update wp-config.php if database name changed.
Before major changes
Always backup before:
- WordPress core updates
- New plugins or theme switches
- Migration
- Editing
functions.phpor.htaccess