Creating backup profiles and scheduling backups - BlueCat Integrity - 9.5.0

Address Manager Administration Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Create and edit backup profiles through the Address Manager Administration Console.

Use the configure backup <backup profile name> command to create your own backup profile and configure the settings as you want, or to edit an existing backup profile. You can add scheduled backup information to run the backup automatically.

Note: When configuring a backup profile with a remote host, ports 21 (for FTP) or 22 (for SFTP) must be open on the firewall between Address Manager and the remote host. For more information on service ports, protocols, and usage, refer to Address Manager service ports.

To create or edit a backup profile, or to schedule backups:

  1. Log in to the Address Manager Administration Console.
  2. Type configure backup and press ENTER.
  3. If you are creating a new backup profile, type add <backup profile name> and press ENTER.
  4. Type modify <backup profile name>
  5. Type set schedule <weekday|everyday|none> <time> and press ENTER.
    • The weekday parameter specifies the day of the week on which to run the backup. Type any one of these values: everyday, monday, tuesday, wednesday, thursday, friday, saturday or sunday. Or, type none if you only want to create backups on demand with the execute backup command.
    • If you set the schedule to none, you do not need to specify a time value.
    • The time parameter accepts values in the twenty-four hour clock format. For example, the value 200 indicates 2:00 AM, while the value 1400 indicates 2:00 PM.
  6. Type set keep-files <2-20> and press ENTER.
  7. Type set file-prefix <prefix> and press ENTER. The prefix must contain up to 10 alphanumeric characters, without spaces.
  8. Type set save-local <yes|no> and press ENTER. When you set save-local to yes, backup files are saved on the local server in the /data/backup directory. When you set save-local to no, backup files aren't saved on the local server. A backup schedule can save files both locally and remotely.
  9. Type set save-remote <yes|no> and press ENTER. When you set save-remote to yes, backup files are saved at a remote location that you can specify. When you set save-remote to no, backup files aren't saved to a remote location. A backup schedule can save files both locally and remotely.
  10. If configuring a remote backup, you must configure the remote host. Type set remote-host <hostname> and press ENTER. For hostname, type the host name or IP address for the host. The host name may contain up to 255 characters without spaces. The remote host must be running an FTP service.
    Note: Currently, there is a limitation that the labels of the hostname can't contain only numbers. For example, 1.example.org isn't an accepted hostname; however, 1host.example.org is an accepted hostname.
  11. If configuring a remote backup, you must set the remote directory. Type set remote-dir <directoryPath> and press ENTER. For directoryPath, type the directory or directory path in which you want to save the backup files on the remote host. The directory path may contain up to 1024 characters without spaces.
  12. If configuring a remote backup, you must set the remote username. Type set remote-user <username> and press ENTER. For username, type the username used to log in to the remote host. The username may contain up to 64 characters without spaces.
  13. If configuring a remote backup, you must set the remote user password. Type set remote-password and press ENTER. You are prompted to enter a password.
    At the password prompt, type the password to the remote host and press ENTER. The password may contain up to 64 alphanumeric and special characters without spaces. You can't use any of the following characters in the password: ~ ; > $ < > ‘’ \ / “” & , : ^ [ ] ( ).
    Note: If reviewing your changes before saving (show), you will not be able to see the remote the remote password set, even if you have configured one.
  14. If configuring a remote backup, you can set the file transfer protocol. Type set transfer-protocol <ftp|sftp> and press ENTER.
    Note: If you don't specify the transfer protocol, the backup uses FTP as the default transfer protocol.
  15. Type save and press ENTER.