mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 00:22:06 -04:00
Third-party Plugins/Deciso/OPNcentral - add centralized backups
This commit is contained in:
parent
a5273e68d1
commit
4b13bd6fc7
2 changed files with 34 additions and 0 deletions
BIN
source/vendor/deciso/images/OPNcentral_hosts.png
vendored
BIN
source/vendor/deciso/images/OPNcentral_hosts.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 313 KiB After Width: | Height: | Size: 355 KiB |
34
source/vendor/deciso/opncentral.rst
vendored
34
source/vendor/deciso/opncentral.rst
vendored
|
|
@ -41,6 +41,17 @@ the url from the machine and the API key and secret generated above.
|
|||
:width: 100%
|
||||
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<strong>Icons</strong><br/>
|
||||
<i class="fa fa-fw fa-circle-o"></i> Group membership <br/>
|
||||
<i class="fa fa-fw fa-archive"></i> Download configuration (or all as a zip file) <br/>
|
||||
<i class="fa fa-fw fa-pencil"></i> Edit host configuration<br/>
|
||||
<i class="fa fa-fw fa-clone"></i> Clone host configuration<br/>
|
||||
<i class="fa fa-fw fa-trash-o"></i> Delete host configuration<br/><br/>
|
||||
|
||||
|
||||
|
||||
|
||||
Alter generic host settings
|
||||
..................................
|
||||
|
|
@ -52,9 +63,32 @@ The second tab in the screen contains the setting page which configures defaults
|
|||
================================= ===============================================================================================================================================
|
||||
Interfaces Select the interfaces of the central node that would be used when merging settings on the remote firewall, only applicable on part of the
|
||||
configuration sections (such as the firewall). See the provisioning section for more details.
|
||||
Enable backups Enable centralized backups.
|
||||
#Backups to preserve Number of backups to preserve per remote host on this machine
|
||||
================================= ===============================================================================================================================================
|
||||
|
||||
|
||||
Centralized backups
|
||||
----------------------------
|
||||
|
||||
When "Enable backups" is checked in the generic host settings tab OPNcentral will perform a nighly backup of all configured
|
||||
hosts. The host overview (:menuselection:`Management-->Host configuration`) shows the number of backups
|
||||
with their related size and last modification date for each host.
|
||||
|
||||
.. Note::
|
||||
|
||||
The modification date defines the last time the remote host was changed, so if a host hasn't been changed
|
||||
for a longer period of time this value would show an older date.
|
||||
|
||||
.. Tip::
|
||||
It is possible to execute the backup manually from the gui. In order to do that, go
|
||||
to :menuselection:`Management-->Host configuration` and press the :code:`Execute backup` button.
|
||||
|
||||
.. Tip::
|
||||
If more frequent backups are desired, just add a cron job in :menuselection:`System-->Settings-->Cron`
|
||||
for the task :code:`OPNcentral - backup remote hosts`.
|
||||
|
||||
|
||||
Multi tenancy using host groups
|
||||
----------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue