Added documentation

This commit is contained in:
Tobias Herre 2023-10-17 09:54:06 +02:00
parent 00f87e7e2e
commit 7219805e88
1 changed files with 7 additions and 0 deletions

View File

@ -131,6 +131,13 @@ vars:
}
#
# Create cronjob
# @param cfg definition for database, db_user, db_host, db_pass, db_name
# @param file file to dump database into
# @table_name a table in the database which has to exist, if not no dump will be done
# @run "true" or "false", means create cron job or not
#
bundle agent create_mysql_backup_cron_job(cfg,file,table_name,run)
{
classes: