Appendix G: CRON Script Command Reference AXIS 200+ Users Manual
114
-b Specifies the buffer type, i.e. fullsize.jpg, halfsize.jpg
or
hugesize.jpg. Only valid if -a is set to
images/buffer.jpg.
-n Specifies the number of buffered images to be included in the
e-mail. Only valid if
-src is set to images/buffer.jpg.
Example 1
Example 2
Example 3
offline
This command terminates the current PPP connection. Used together
with the online command.
Syntax
offline;
# This command will send an e-mail with the
# subject "Hello" and the attached file
# fullsize.jpg to someone@company.com
* * * * * :
mail -s Hello -a fullsize.jpg -t someone@company.com;
%
# This command will send an e-mail with the
# subject "This "fullsize.jpg" was sent from my
# AXIS 200+" to two recipients.
* * * * * :
mail -s "This \"fullsize.jpg\" was sent from my AXIS
200+" -a fullsize.jpg -t someone@axis.com
anotherone@axis.com;
%
# This command will send an e-mail with five
# attachments.
* * * * * :
mail -a fullsize.jpg halfsize.jpg hugesize.ppm
cronscript config -t me@at.home;
%