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)041PHP

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 today

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

26

—

LowBetter than 41% of packages

Maintenance45

Moderate activity, may be stable

Popularity9

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

429d 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

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M777](/packages/neos-neos)[flownative/aws-s3

This Flow package allows you to store assets (resources) in Amazon's S3

18191.0k](/packages/flownative-aws-s3)[neos/media

The Media package

101.2M53](/packages/neos-media)

PHPackages © 2026

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