PHPackages                             wegmeister/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. [File &amp; Storage](/categories/file-storage)
4. /
5. wegmeister/backup

ActiveNeos-package[File &amp; Storage](/categories/file-storage)

wegmeister/backup
=================

1.0.0(1y ago)027PHP

Since Apr 30Pushed 1y ago4 watchersCompare

[ Source](https://github.com/die-wegmeister/Wegmeister.Backup)[ Packagist](https://packagist.org/packages/wegmeister/backup)[ RSS](/packages/wegmeister-backup/feed)WikiDiscussions main Synced 1mo ago

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

Wegmeister.Backup
=================

[](#wegmeisterbackup)

Neos CMS package that provides import &amp; export functionality for content.

Installation
============

[](#installation)

Go to your site package and add this package to your composer dependencies:

```
cd DistributionPackages/Vendor.Site
composer require wegmeister/backup --no-update
```

Then go back to your project root and run the actual update:

```
composer update
```

Commands
========

[](#commands)

Export parts of the content tree
--------------------------------

[](#export-parts-of-the-content-tree)

To export parts of the content tree, run the following command:

```
./flow content:export siteNodeName sourceNodeIdentifier filename
```

where

- `siteNodeName` is the name of the site node you want to export from,
- `sourceNodeIdentifier` is the node identifier of the node you want to use as starting point; this node and all its descendants will be exported,
- `filename` is the name of the path and (xml) file to which the content will be exported (fe. `./Backup/export.xml`). Next to the file, a folder `Resources` with all the exported resources will be created. The folder will be created in the same directory as the file.

Further options:

- `--tidy`: will create a tidy XML file (no line breaks, no indentation)
- `--nodeTypeFilter=FILTER`: will only export nodes matching the filter (e.g. "Neos.Neos:Page", "!Neos.Neos:Page,Neos.Neos:Text").
- `--workspace=WORKSPACE_NAME`: can be used to export another workspace. If not set, the `live` workspace will be exported.

Import parts of the content tree
--------------------------------

[](#import-parts-of-the-content-tree)

To import previously exported data, run the following command:

```
./flow content:import siteNodeName filename
```

where

- `siteNodeName` is the name of the site node you want to import to,
- `filename` is the name of the path and (xml) file containing the previously exported data (fe. `./Backup/export.xml`).

Special thanks
==============

[](#special-thanks)

Special thanks to [Sebastian Helzle](https://github.com/sebobo), who shared this code via Slack. Maybe some more commands will follow if needed (some of which are already mentioned in [Flowpack.ContentTransfer](https://github.com/Flowpack/Flowpack.ContentTransfer/)).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

375d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/028c454abbb42f4b6e8f9d37a12857f56a8eda4be858b85185bd57a6ba512540?d=identicon)[wegmeister](/maintainers/wegmeister)

---

Top Contributors

[![Benjamin-K](https://avatars.githubusercontent.com/u/3098031?v=4)](https://github.com/Benjamin-K "Benjamin-K (4 commits)")

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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