https://bugs.contribs.org/show_bug.cgi?id=10357

--- Comment #11 from John Crisp <[email protected]> ---
(In reply to Terry Fage from comment #10)
> One template is not generated..
> 
> No template created in /etc/e-smith/templates/etc/automysqlbckup as per
> comment 8

That is correct. It is a fixed file, not templated, for you to copy and mess
with if required.

It should have nothing enabled in it.

grep -v "^\s*[#\;]\|^\s*$" /etc/automysqlbackup/automysqlbackup.conf

Should show nothing (everything is commented out)

grep -v "^\s*[#\;]\|^\s*$" /etc/automysqlbackup/myserver.conf

Should show the uncommented lines

CONFIG_mysql_dump_username='backupuser'
CONFIG_mysql_dump_password=$PWDMYSQL
CONFIG_mysql_dump_host_friendly=$SYSTEMNAME
CONFIG_backup_dir=$BACKUPDIR
CONFIG_mysql_dump_socket='/var/lib/mysql/mysql.sock'
CONFIG_mailcontent=$MAILCONTENT
CONFIG_mail_maxattsize=$SIZEMAIL
CONFIG_mail_splitandtar='yes'
CONFIG_mail_address=$MAILTO
CONFIG_encrypt=$ENCRYPT
CONFIG_encrypt_password=$DBENCRYPT_PASSWORD
CONFIG_backup_local_files=($BACKUP_LOCAL_FILES)
umask 0077

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to