jmuehlner commented on code in PR #237: URL: https://github.com/apache/guacamole-manual/pull/237#discussion_r1643422951
########## 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: Should be "enabled". -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
