Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: More explicit content of Snapshots #2009

Merged
merged 2 commits into from
Apr 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).