PHPackages                             moox/backup-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. moox/backup-server

ActiveLibrary

moox/backup-server
==================

Filament UI for Spatie Laravel Backup Server.

5.0.12(2mo ago)6131MITPHP

Since Jan 25Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/mooxphp/backup-server)[ Packagist](https://packagist.org/packages/moox/backup-server)[ Docs](https://moox.org/)[ RSS](/packages/moox-backup-server/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (17)Used By (0)

[![Moox Backup Server](https://github.com/mooxphp/moox/raw/main/art/banner/backup-server.jpg)](https://github.com/mooxphp/moox/raw/main/art/banner/backup-server.jpg)

Moox Backup Server
==================

[](#moox-backup-server)

Filament UI for [Spatie Laravel Backup Server](https://spatie.be/products/laravel-backup-server).

Quick Installation
------------------

[](#quick-installation)

These two commmands are all you need to install the package:

```
composer require moox/backup-server
php artisan mooxbackupserver:install
```

Curious what the install command does? See manual installation below.

What it does
------------

[](#what-it-does)

Filament UI for Spatie Laravel Backup Server. Create automated or make manual incremental backups. More information and screenshots will follow.

Manual Installation
-------------------

[](#manual-installation)

Instead of using the install-command `php artisan mooxbackup-server:install` you are able to install this package manually step by step:

```
// Publish and run the migrations:
php artisan vendor:publish --tag="backup-server-migrations"
php artisan migrate

// Publish the config file with:
php artisan vendor:publish --tag="backup-server-config"
```

Usage
-----

[](#usage)

SSH Connection
--------------

[](#ssh-connection)

### Create ssh connection to your source server

[](#create-ssh-connection-to-your-source-server)

Add SSH key to your server. Once your key is added shh into your instance.

For Forge users: Open your Command Line and type `ssh forge@your-address`.

### Add source server ssh key to your destination server

[](#add-source-server-ssh-key-to-your-destination-server)

Copy the public key from your source server and add it to your destination server. Connect destination and source server. Confirm fingerprinting from destination server.

Create new Destination
----------------------

[](#create-new-destination)

name: the name of this destination

disk\_name: the name of one of the disks configured in config\\filesystems.php. The chosen disk must use the local driver

Create new Source
-----------------

[](#create-new-source)

Set a Name

Add your Hostname

Set the ssh User

Ssh Port should be 22

Copy ssh key path from source server (in case of forge: "~/.ssh/id\_rsa")

The ssh user to get into the source server

Cron expression when to start a backup [(Cron Help)](https://crontab.guru/)

Choose a given destination

Pre\_backup\_commands: To create a MYSQL Backup u need to cd in your folder and create a backup. Each value is a command that will be executed. For example:

KeyValue0cd /home/forge/yourplatform.com/1mysqldump DATABASE -uUSERNAME -pPASSWORD &gt; dump.sqlonly change DATABASE USERNAME AND PASSWORDPost\_backup\_commands: Now do everything that should be executed after a backup. In this case we want to remove the dump from server.

KeyValue0cd /home/forge/yourplatform.com/1rm -f dump.sqlIncludes: specify a include path

KeyValue0/home/forge/yourplatform.com/To exlude paths you should give paths relative to the paths given in includes

Creating Backups
----------------

[](#creating-backups)

Now you can create backups ether manual or automatical You just need to select the Source.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/mooxphp/moox/security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance83

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Total

15

Last Release

87d ago

Major Versions

1.0.23 → 2.0.02025-03-07

2.0.1 → 4.0.0-beta.22025-07-10

4.0.0-beta.3 → 5.0.0-beta2026-02-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40421928?v=4)[Alf Drollinger](/maintainers/adrolli)[@adrolli](https://github.com/adrolli)

---

Top Contributors

[![mooxbot](https://avatars.githubusercontent.com/u/106848579?v=4)](https://github.com/mooxbot "mooxbot (61 commits)")[![adrolli](https://avatars.githubusercontent.com/u/40421928?v=4)](https://github.com/adrolli "adrolli (6 commits)")

---

Tags

backupfilamentfilamentphplaravelserverspatielaravellaravel-packagefilamentfilament-plugin

### Embed Badge

![Health badge](/badges/moox-backup-server/health.svg)

```
[![Health](https://phpackages.com/badges/moox-backup-server/health.svg)](https://phpackages.com/packages/moox-backup-server)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
