usage: justrecord [options]
options:
-h, --help show this help message and exit
-o BASENAME, --output=BASENAME
The output basename. The default is 'record'.
-c CHANNELS, --channels=CHANNELS
The number of channels. The default is 2 channels.
-r RATE, --rate=RATE The sampling rate in Hertz. The default rate is 44100
Hertz
-t TIME_LIMIT, --time=TIME_LIMIT
The time length of recording file in seconds. The
default time length is 1800 seconds (30 minutes).
-b BASEDIR, --base-dir=BASEDIR
The directory where the recording files are created.
The default directory is the current one.
-d, --daemon Starts as daemon. Disabled by default
-C, --console Logs messages to the console even if a logfile is
specified.
-s, --syslog Logs messages to syslog.
-u UID, --uid=UID Change to this username/uid before starting the
recorder in daemon mode. The default is the current
user.
-g GID, --gid=GID Change to this group/gid before starting the recorder
in daemon mode. The default is the current group.
-p PIDFILE, --pidfile=PIDFILE
The file used to store the pid in daemon mode.
-l LOGFILE, --logfile=LOGFILE
The file used to log messages.
-A AFTER_SCRIPT, --after-script=AFTER_SCRIPT
Specifies a script to be executed each time a
recording file is finished.