Changeset 2266

Show
Ignore:
Timestamp:
07/11/08 00:02:38 (2 months ago)
Author:
anarcat
Message:

add templates for the new options

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/debian/config

    r2259 r2266  
    174174db_input low alternc/mysql/password || true 
    175175db_input low alternc/mysql/client || true 
     176db_input low alternc/sql/backup_type || true 
     177db_input low alternc/sql/overwrite || true 
    176178db_input low alternc/monitor_ip || true 
    177179db_input low alternc/bind_internal || true 
  • alternc/trunk/debian/templates

    r2118 r2266  
    9090 the MySQL server. 
    9191 
     92Template: alternc/sql/backup_type 
     93Type: select 
     94Choices: rotate, date 
     95_Description: The way backup rotation is executated 
     96 AlternC enables users to configure their own backups, on demand, with 
     97 automatic rotation. This option determines how the backups are rotated. 
     98 . 
     99 rotate - backup.sql, backup.sql.0, backup.sql.1 
     100 date - backup.sql, backup.sql.20080709, backup.sql.20080708 
     101 
     102Template: alternc/sql/backup_overwrite 
     103Type: select 
     104Choices: no, rename, overwrite 
     105_Description: Behavior of the backup script when it encounters a unmanaged file 
     106 The SQL backups can rename or overwrite existing files it doesn't know 
     107 about when doing backups. The default behavior is to skip those files 
     108 and ignore it. 
     109 
    92110Template: alternc/public_ip 
    93111Type: string