Backup Meta Data
Payload for a Server.Backup node.
Constructors
Properties
Per-execution input: which direction (backup or restore) the next fire takes. Not serialised.
Filesystem path on the server where archives are written / read.
When true, saved camera thumbnails are included in the archive.
When true, project / diagram files are included in the archive.
When true, snapshot history is included in the archive.
sets the nodes this node reads from to complete its work when invoked
The set of InvocationTriggers configured to wake this node. The node processor checks the incoming event against this list before doing any work. An empty list means "never auto-fire" — only manual execution.
Maximum age of archives to keep, in days. 0 disables retention pruning.
The action this node performs when it fires. Defaults to NodeAction.EXECUTE on every concrete implementation so that deserialising a payload that predates this field yields the original behaviour unchanged.
Per-execution input: filename of archive to restore from. Not serialised.
Upstream nodes whose values feed this one. For a filter or executor this is the data being read; for a trigger it is the value being watched.