constant BACKUP_MIGRATE_KEEP_ALL in Backup and Migrate 7.3
Same name and namespace in other branches
- 8.3 includes/schedules.inc \BACKUP_MIGRATE_KEEP_ALL
- 6.3 includes/schedules.inc \BACKUP_MIGRATE_KEEP_ALL
@file All of the schedule handling code needed for Backup and Migrate.
4 uses of BACKUP_MIGRATE_KEEP_ALL
- backup_migrate_schedule::generate_keep_description in includes/
schedules.inc - Format a number to keep in human readable from.
- backup_migrate_schedule::get_default_values in includes/
schedules.inc - Get the default values for this item.
- backup_migrate_schedule::remove_expired_backups in includes/
schedules.inc - Remove older backups keeping only the number specified by the aministrator.
- backup_migrate_ui_schedule_form in ./
backup_migrate.module - The quick schedule form.
File
- includes/
schedules.inc, line 8 - All of the schedule handling code needed for Backup and Migrate.
Code
define('BACKUP_MIGRATE_KEEP_ALL', 0);