vbm "DEBUG:STATUS:$FN:Started magicWriteBuffer().";
# Determine file paths (time is start of buffer period)
FILEOUT_BASENAME="$timeBufferStart""--""$bufferTTL_STR""..""$SCRIPT_HOSTNAME""_location" && vbm "STATUS:Set FILEOUT_BASENAME to:$FILEOUT_BASENAME";
vbm "DEBUG:STATUS:$FN:Started magicWriteBuffer().";
# Determine file paths (time is start of buffer period)
FILEOUT_BASENAME="$timeBufferStart""--""$bufferTTL_STR""..""$SCRIPT_HOSTNAME""_location" && vbm "STATUS:Set FILEOUT_BASENAME to:$FILEOUT_BASENAME";
if [[ "$OPTION_ENCRYPT" = "true" ]]; then # Check if encryption option active.
if checkapp age; then # Check that age is available.
for pubkey in "${recPubKeys[@]}"; do # Validate recipient pubkey strings by forming test message
if [[ "$OPTION_ENCRYPT" = "true" ]]; then # Check if encryption option active.
if checkapp age; then # Check that age is available.
for pubkey in "${recPubKeys[@]}"; do # Validate recipient pubkey strings by forming test message
if echo "butts" | age -a -r "$pubkey" 1>/dev/null; then
#### Form age recipient string
recipients="$recipients""-r $pubkey ";
if echo "butts" | age -a -r "$pubkey" 1>/dev/null; then
#### Form age recipient string
recipients="$recipients""-r $pubkey ";