Skip to content

Commit

Permalink
Merge pull request #2010 from flowforge/backport-2009
Browse files Browse the repository at this point in the history
docs: More explicit content of Snapshots (backport #2009)
  • Loading branch information
ZJvandeWeg committed Apr 17, 2023
2 parents 9f11e9f + b69ee76 commit 5ef10d3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/user/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ navTitle: Snapshots

# Snapshots

A Snapshot is a point-in-time backup of a Node-RED instance. It captures the flows,
credentials and runtime settings.
A Snapshot is a point-in-time backup of a Node-RED instance. It captures:
1. The flows
2. Credentials
3. Environment variables
4. NPM packages, with locked versions
5. Runtime settings.

They can also be pushed to devices connected to the instance.

Expand Down Expand Up @@ -55,4 +59,4 @@ Using the [Node-RED Tools Plugin](./node-red-tools.md) it is also possible to cr
Snapshots in a local copy of Node-RED and push them back into your FlowForge
managed Node-RED instances.

For more information, see the [Node-RED Tools Plugin guide](./node-red-tools.md).
For more information, see the [Node-RED Tools Plugin guide](./node-red-tools.md).

0 comments on commit 5ef10d3

Please sign in to comment.