Kirby FTP Backup
Backup your content on a remote server
A Kirby plugin that creates backups of your content and uploads them to an FTP server. Automated backups ensure your content is always safe and recoverable.
Features:
- Automated FTP backups
- Content protection
- Easy recovery
- Configurable backup schedules
- MIT licensed
License
Released under the MIT License.
Description
A Kirby CMS plugin that automates content backups and FTP uploads. This plugin provides both manual and scheduled backup capabilities through a Panel interface or cron jobs, ensuring your Kirby site content is always safe and recoverable.
Key Features:
- Automated ZIP Archives: Creates compressed backups of your site content
- Automatic FTP Uploads: Seamlessly uploads backups to your FTP server
- Configurable Retention: Smart backup retention policies to manage storage
- Panel Interface: Easy manual backups and downloads through the Kirby Panel
- Cron Job Support: Set up automated scheduled backups
- URL-Based Triggering: Trigger backups via secure URL endpoint
- File Filtering: Control exactly what gets backed up with regex patterns
- Tiered Retention: Advanced retention strategies for optimal backup history
System Requirements:
- Kirby 3.5 or later
- PHP 7.4+ with ZIP and FTP extensions