Backup schedules

Rackspace allows scheduling of weekly and/or daily backups for virtual servers. You can access these backup schedules either off the API object as OpenStack.backup_schedules, or directly off a particular Server instance as Server.backup_schedule.

Classes

Constants

Constants for selecting weekly backup days:

cinderclient.BACKUP_WEEKLY_DISABLED
cinderclient.BACKUP_WEEKLY_SUNDAY
cinderclient.BACKUP_WEEKLY_MONDAY
cinderclient.BACKUP_WEEKLY_TUESDAY
cinderclient.BACKUP_WEEKLY_WEDNESDA
cinderclient.BACKUP_WEEKLY_THURSDAY
cinderclient.BACKUP_WEEKLY_FRIDAY
cinderclient.BACKUP_WEEKLY_SATURDAY

Constants for selecting hourly backup windows:

cinderclient.BACKUP_DAILY_DISABLED
cinderclient.BACKUP_DAILY_H_0000_0200
cinderclient.BACKUP_DAILY_H_0200_0400
cinderclient.BACKUP_DAILY_H_0400_0600
cinderclient.BACKUP_DAILY_H_0600_0800
cinderclient.BACKUP_DAILY_H_0800_1000
cinderclient.BACKUP_DAILY_H_1000_1200
cinderclient.BACKUP_DAILY_H_1200_1400
cinderclient.BACKUP_DAILY_H_1400_1600
cinderclient.BACKUP_DAILY_H_1600_1800
cinderclient.BACKUP_DAILY_H_1800_2000
cinderclient.BACKUP_DAILY_H_2000_2200
cinderclient.BACKUP_DAILY_H_2200_0000

Table Of Contents

Previous topic

API Reference

Next topic

Exceptions

This Page