Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Tearoom One Tearoom One

    FTP Backup

    Kirby plugin that creates backups of your site content and uploads them to an FTP server.

    Docs Source

    Manual

    Download and extract the folder to site/plugins/ftp-backup

    Git Submodule

    Version
    0.4.5
    License
    MIT
    Stars
    2
    Supports
    K5 K4
    Created
    30 Jul 2025
    Updated
    3 Aug 2025

    Info

    Topics
    • Backup
    Implements
    • CLI command(s)
    • Panel area(s)
    • Route(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 0.4.5
    • 0.4.4
    • 0.4.3
    • 0.4.2
    • 0.4.1

    More by Tearoom One

    More
    • Content Watch Allows you to keep track of what has been changed and by whom. K5 K4
    • Uniform Contact Block A plugin for Kirby that provides a contact form block based on Kirby Uniform. It allows to put a contact form anywhere in your layout with m… K5 K4
    • $form = new Form();
      
      if ($kirby->request()->is('POST')) {
          // Call security
          $form->spamWordsGuard();
      
          // .. more code
      }
      Uniform Spam Words A plugin for Kirby that provides a spam guard for the Uniform Form plugin. It uses extendable word lists and weights and counts links and em… K5 K4