necouchman commented on code in PR #237:
URL: https://github.com/apache/guacamole-manual/pull/237#discussion_r1643510475


##########
src/configuring-guacamole.md:
##########
@@ -2284,6 +2289,19 @@ help, the session will simply not be recorded.
   the `recording-path` is not specified, graphical session recording will be
   disabled, and this parameter will be ignored.
 
+`recording-write-exiting`
+: If set to "true", instead of insisting on creation of a new file, and
+  appending numbers until a non-existing file is found, Guacamole will
+  simply write to the existing recording file, overwriting data that
+  may already be present. While overwriting recordings is not generally
+  desirable, this parameter is useful in situations where you want to
+  try to write to a named pipe, FIFO buffer, or other special device
+  that may be sending the recording data elsewhere.
+
+  This parameter only has an effect if graphical recording is enable. If

Review Comment:
   Fixed via rebase.



##########
src/configuring-guacamole.md:
##########
@@ -2348,6 +2370,20 @@ help, the session will simply not be recorded.
   the `typescript-path` is not specified, recording of typescripts will be
   disabled, and this parameter will be ignored.
 
+`typescript-write-existing`
+: If this parameter is set to "true", instead of attempting to generate
+  unique file names by appending incremental numbers to the typescript name,
+  Guacamole will be allowed to write to an existing typescript file,
+  potentially ovewriting any data in that file. While this is not
+  desirable in most cases, it may be necessary in situations where the
+  typescript recording is being sent to a named pipe, FIFO buffer, or
+  other special device that is processing the data and sending it
+  elsewhere.
+
+  This parameter only has an effect if typescript recording is enable. If

Review Comment:
   Fixed be rebase.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to