PHPackages                             webexcess/flow-backup - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webexcess/flow-backup

ActiveTypo3-flow-package[Utility &amp; Helpers](/categories/utility)

webexcess/flow-backup
=====================

An incremental &amp; encrypted Backup Package for Neos &amp; Flow Framework

0.1.3(10y ago)0191MITPHP

Since Apr 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sbruggmann/WebExcess.Flow.Backup)[ Packagist](https://packagist.org/packages/webexcess/flow-backup)[ RSS](/packages/webexcess-flow-backup/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (4)Used By (1)

![GitHub license](https://camo.githubusercontent.com/7123c32787e013be5a8a13598ad01f562754637ed6141e89b02e85bf16d3e63e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e7376673f7374796c653d666c61742d737175617265)![GitHub license](https://camo.githubusercontent.com/454a69ec4929f29f40882f582fd6b9221e044364e1a30bb3c053de6a5c264abd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746174652d6578706572696d656e74616c2d7265642e7376673f7374796c653d666c61742d737175617265)[![GitHub license](https://camo.githubusercontent.com/8765f04fbcc573e12290ba2f1e04848f7c8479c726f906e2868f5d9ef657854e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666565646261636b2d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/sbruggmann/WebExcess.Flow.Backup/issues)

WebExcess.Flow.Backup
=====================

[](#webexcessflowbackup)

**An incremental &amp; encrypted Backup Package for Neos &amp; Flow Framework**

Note: This package is still experimental and not for production. I'm happy about every inputs!

Important
---------

[](#important)

**Test it tough!** And test it on the stage of your final environment.

The backup files are encrypted. If you lose the keyfile, your backup is worthless.

Installation
------------

[](#installation)

```
composer require webexcess/flow-backup

```

Quick start
-----------

[](#quick-start)

First, create an encryption keyfile:

```
./flow backup:key

```

Create a Backup:

```
./flow backup:now

```

List available Backups:

```
./flow backup:list

```

Restore a Backup:

```
./flow backup:restore

```

Remove all Backups:

```
./flow backup:clear

```

Neos CMS Backend Module
-----------------------

[](#neos-cms-backend-module)

There is a Backend Module for Neos CMS where you have easy access to the backup functions:

Configuration
-------------

[](#configuration)

If you really have to backup more than the Database and the Persistent Files, feel free to add more directories.

Settings.yaml

```
WebExcess:
  Flow:
    Backup:
      HistoryLimit: 30
      Folders:
        Sources:
          - %FLOW_PATH_DATA%Persistent/
          # - %FLOW_PATH_ROOT%Configuration/
          # - %FLOW_PATH_PACKAGES%Plugins/
          # - %FLOW_PATH_PACKAGES%Framework/
          # - %FLOW_PATH_PACKAGES%Libraries/
        LocalTarget: %FLOW_PATH_DATA%Backup/

```

Signals Reference
-----------------

[](#signals-reference)

- BackupStarted *()*
- BackupFinished *(OutputInterface $output, array $stats)*
- RestoreStarted *(string $versionToRestore)*
- RestoreAborted *(OutputInterface $output)*
- RestoreFinished *(OutputInterface $output, array $stats)*
- BackupVersionsRemoved *(OutputInterface $output, array $removedVersions)*

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

3

Last Release

3741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bdc5710fe83fa49841c7cb3e78547601637f220833db59d268302803317dcbc2?d=identicon)[webexcess](/maintainers/webexcess)

---

Top Contributors

[![sbruggmann](https://avatars.githubusercontent.com/u/1162368?v=4)](https://github.com/sbruggmann "sbruggmann (1 commits)")

### Embed Badge

![Health badge](/badges/webexcess-flow-backup/health.svg)

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

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M504](/packages/pimcore-pimcore)[voku/stringy

A string manipulation library with multibyte support

1863.9M25](/packages/voku-stringy)[wallabag/wallabag

open source self hostable read-it-later web application

12.8k2.2k](/packages/wallabag-wallabag)[paragonie/easy-ecc

Usabiliy Wrapper for mdanter/ecc

47702.5k13](/packages/paragonie-easy-ecc)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)[ericmann/sessionz

PHP Session Manager Interface

575.1k2](/packages/ericmann-sessionz)

PHPackages © 2026

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