Backup Destinations ------------------- .. index:: backup;backup list .. index:: backup;backup add .. index:: backup;backup default .. index:: cluster;cluster run Backups can be made to the local file system or a remote destination. Off-site (non-local) backups are recommended to reduce the risk of the loss of information. * Display available backup destinations with **backup list**. * Add a new backup destination with **backup add **. See :ref:`network-uri-specification`. Local backups are stored on a separate backup volume and the ``localbackup`` destination is pre-configured. * Display the list of localbackups with **backup list localbackup**, for example: :: $ backup list localbackup localbackup: URI: file:///backups Backups: 2016-06-21 13:33 2016-06-21 13:16 If the backup volume is too small, it can be increased - see: :ref:`backup-size-considerations`. If the ``localbackup`` destination is removed or renamed, an ISO file upgrade will no longer function. Therefore, it is imperative that this destination is not removed. Example: :: backup add myserverbackup sftp://user:password@server/path Azure example: :: backup add myserverbackup sftp://.[:password]@/path * ```` is set up on Azure. The name of the Storage Account. * ```` is set up on Azure if you enable SFTP and add a local user within the Storage Account settings. Backups to sftp require ssh key-based authentication to be setup. Refer to :ref:`SSH_key_management` for further details. If you select ssh key-based authentication that was set up without a password, you will be prompted to input the password. :: platform@VOSS-UN-6:~$ backup add remote sftp://dan@182.59.31.201/sftp No password found. Do you want to use sshkeys? [y/N]: y If a common remote backup point is to be used by all nodes in the cluster, the backup destination needs to be added to each node. This can be automated by using cluster remote execution, for example: :: cluster run all backup add myserverbackup sftp://user:password@server/path The creation of scheduled backups of all nodes is done for failover reasons. .. note:: In a multinode configuration, while only the highest priority secondary node backup contains data, in a failover scenario, the new primary node will contain the restored backup data. .. |VOSS Automate| replace:: VOSS Automate .. |Unified CM| replace:: Unified CM .. |Platform Guide| replace:: Platform Guide