.. _storage_backup: Backup Storage Pool ******************* Backups can be stored on any storage pool on a compute node that has backup functionality turned on. Requirements ============ The backup storage pool has to have the following ZFS datasets: * ``/backups/ds`` - Location used for dataset backups. * ``/backups/file`` - Location used for file backups. It can also be a directory or a NFS/SMB mount point. * ``/backups/manifests`` - Location used for storing metadata of virtual machines (VM manifests) along with every backup. **ZFS dataset creation:** .. code-block:: bash [root@node01 ~] zfs create -o compression=lz4 /backups/ds [root@node01 ~] zfs create -o compression=lz4 /backups/file [root@node01 ~] zfs create -o compression=lz4 /backups/manifests