Skip to content

Commit 8a0ca13

Browse files
committed
M #-: Update dependencies for stand-alone backup servers
1 parent 3099e70 commit 8a0ca13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

source/management_and_operations/backups/restic.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ To setup the server perform the following steps:
2626
- Check that ``oneadmin`` can SSH access the server **without being prompt for a password** from the front-end and hosts.
2727
- Create the following folder in the backup server ``/var/lib/one/datastores``, change the ownership to ``oneadmin``.
2828
- Mount the storage volume in ``/var/lib/one/datastores``.
29+
- Finally make sure **rsync** and **qemu-img** commands are installed in the backup server.
2930

3031
The following example showcases this setup using a dedicated 1.5T volume for backups:
3132

source/management_and_operations/backups/rsync.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Perform the following steps:
1818
* Verify that the front-end and ALL hosts can SSH to the `RSYNC_HOST` as the `RSYNC_USER` without a password.
1919
* Create the folder `/var/lib/one/datastores` on the rsync server, and change ownership to the `RSYNC_USER`.
2020
* (Optional) Mount a storage volume to `/var/lib/one/datastores`, or to the Datastore ID directory under that.
21+
* Finally make sure **rsync** and **qemu-img** commands are installed in the backup server.
2122

2223
Step 1. Create OpenNebula Datastore
2324
================================================================================

0 commit comments

Comments
 (0)