| | 92 | Template: alternc/sql/backup_type |
|---|
| | 93 | Type: select |
|---|
| | 94 | Choices: 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 | |
|---|
| | 102 | Template: alternc/sql/backup_overwrite |
|---|
| | 103 | Type: select |
|---|
| | 104 | Choices: 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 | |
|---|