The Best Price for IPv4/IPv6 Lease – Any RIR & Any Geo-LocationOrder Now
Hostperl

Setup Plesk Website Backup Scheduling: Complete Guide

By Raman Kumar

Share:

Updated on Jun 14, 2026

Setup Plesk Website Backup Scheduling: Complete Guide

Planning Your Plesk Backup Strategy

Backup failures happen at the worst times. Your hosting provider's infrastructure team sees it constantly. Clients discover their automatic backups stopped working weeks ago, right when they need to recover a critical site.

Plesk's backup scheduler offers more flexibility than cPanel's basic automation. You control retention periods, storage locations, and notification settings. The key is setting up multiple backup types with proper monitoring.

This guide covers full backup automation, from scheduling to validation. You'll configure daily database backups, weekly file snapshots, and monthly complete archives. Most importantly, you'll test the entire process before you need it.

Prerequisites and Access Requirements

You need administrator access to your Plesk control panel. Most Hostperl VPS accounts include full Plesk access. Shared hosting may limit backup scheduling options.

Check your available storage space first. Full website backups consume significant disk space, especially with retention policies. Calculate roughly 2-3 times your website size for a week's worth of daily backups.

Verify your email settings work correctly. Plesk sends backup completion reports and failure alerts to your admin email. Without working notifications, failed backups can go unnoticed for weeks.

Setup Plesk Website Backup Scheduling for Databases

Start with database backups since they're smaller and run faster than full website archives. Database corruption causes more immediate problems than missing static files.

Navigate to Websites & Domains and select your domain. Click Backup Manager in the right sidebar.

Click Schedule Backup to create a new automation rule:

  • Backup type: Select "Configuration and content"
  • What to backup: Uncheck "User files" and "Mail content"
  • Keep only: Check "Databases"
  • Schedule: Daily at 2:00 AM
  • Retention: Keep 7 backups

This creates lightweight database snapshots every night. The 2 AM timing avoids peak traffic hours. It ensures recent data recovery options.

Enable email notifications for both successful completions and failures. Database backup failures often indicate disk space issues. They can also signal database corruption that needs immediate attention.

Setting Up Weekly Full Website Backups

Full website backups include files, databases, email, and configuration. They're larger but provide complete disaster recovery capability.

Create a second scheduled backup with these settings:

  • Backup type: Configuration and content
  • What to backup: All items checked
  • Schedule: Weekly on Sunday at 1:00 AM
  • Retention: Keep 4 backups (one month)
  • Compression: Enable for space savings

The Sunday timing ensures backups capture the week's content changes. Many websites receive updates during weekdays. This makes Sunday night ideal for comprehensive snapshots.

Consider excluding temporary directories and cache folders to reduce backup size. Navigate to Advanced Options and add these exclusion patterns:

/tmp/*
/cache/*
/wp-content/cache/*
*.log

Configuring Backup Storage Locations

Storing backups on the same server creates a single point of failure. Configure remote storage for critical backup copies.

Plesk supports FTP, cloud storage, and network-attached storage for backup destinations. For most hosting scenarios, FTP to a secondary server provides reliable offsite storage.

Navigate to Tools & Settings > Backup Manager > Remote Storage Settings:

  • Choose FTP repository
  • Enter your backup server credentials
  • Set remote path: /backups/your-domain/
  • Test the connection before saving

Many hosting providers offer backup space as an add-on service. This ensures reliable connectivity and sufficient storage capacity. You won't need to manage additional infrastructure.

Configure both local and remote storage for your backup schedules. Local copies enable faster restoration. Remote copies protect against server hardware failures.

Email Notification and Alert Configuration

Backup monitoring prevents silent failures that leave you without recent recovery points. Configure detailed email reports for all backup operations.

In your scheduled backup settings, enable these notification options:

  • Send report on success: Weekly summary emails
  • Send report on failure: Immediate alerts
  • Include backup log: Detailed execution information

Set up a dedicated email address for backup reports. Mixing backup notifications with regular admin emails often leads to ignored failure alerts.

Configure your email client to flag backup failure messages with high priority. Quick response to backup failures prevents gaps in your recovery timeline.

Our email queue management guide covers troubleshooting notification delivery issues. Use it if backup reports aren't arriving consistently.

Testing Backup Restoration Process

Untested backups are worthless. Schedule monthly restoration tests to verify your backup files actually work for recovery scenarios.

Create a test subdomain specifically for backup validation. Run through the complete restoration process:

  1. Download a recent backup file
  2. Create a new subscription in Plesk
  3. Use Restore function to deploy the backup
  4. Verify website functionality and database integrity
  5. Check file permissions and ownership

Document restoration time estimates. Database-only restores typically complete in minutes. Full website restores can take hours depending on file sizes and server performance.

Test restoration from both local and remote storage locations. Remote restore processes often involve additional download time. This affects your recovery objectives.

Monitoring Backup Storage and Performance

Growing websites require backup storage monitoring to prevent schedule failures due to insufficient disk space.

Check backup storage usage monthly through Tools & Settings > Disk Usage. Look for trends in backup file sizes to predict future storage requirements.

Monitor backup execution time through the scheduled task logs. Backups taking longer than expected often indicate:

  • Database bloat requiring optimization
  • Excessive temporary files
  • Storage hardware performance issues
  • Network connectivity problems

Set calendar reminders for quarterly backup strategy reviews. Website growth patterns change. Backup configurations should adapt accordingly.

Consider upgrading to managed VPS hosting if backup management becomes time-consuming. Professional hosting support can handle monitoring and maintenance tasks.

Advanced Backup Configuration Options

Large websites benefit from incremental backup strategies. These reduce storage requirements and execution time.

Configure incremental backups through Advanced Settings:

  • Incremental mode: Only backup changed files
  • Base backup: Weekly full backup
  • Incremental frequency: Daily changes

This approach creates small daily backups containing only modified files. It includes weekly complete snapshots for baseline restoration.

Enable backup encryption for sensitive websites. Navigate to Security Options and set a strong encryption passphrase. Store the passphrase securely. Encrypted backups are unrecoverable without it.

Consider backup splitting for large websites. Configure separate schedules for database, files, and email content. This enables targeted restoration and reduces backup window requirements.

Professional backup management requires reliable infrastructure and monitoring. Hostperl's VPS hosting services include backup space, automated monitoring, and migration assistance to ensure your data protection strategy works reliably.

Frequently Asked Questions

How often should I schedule full website backups?

Schedule full backups based on your content update frequency. Daily changes require daily backups. Static sites can use weekly schedules. Always backup before major updates regardless of schedule.

What happens if backup storage fills up?

Plesk backup schedules fail when storage space runs out. Monitor disk usage and adjust retention policies or upgrade storage before reaching capacity limits.

Can I restore individual files from Plesk backups?

Yes, Plesk allows selective restoration of individual files, directories, or databases from backup archives. Use the "Restore" interface to choose specific components.

How do I backup email accounts separately?

Create a dedicated backup schedule with only "Mail content" selected. This enables separate email restoration without affecting website files or databases.

Should I compress backup files?

Enable compression for storage savings, especially with remote backups. Compression reduces transfer time and storage costs. It increases backup execution time.