File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
source/management_and_operations/backups Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
3031The following example showcases this setup using a dedicated 1.5T volume for backups:
3132
Original file line number Diff line number Diff 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
2223Step 1. Create OpenNebula Datastore
2324================================================================================
You can’t perform that action at this time.
0 commit comments