@xen-orchestra/backups
v0.68.2
Published
<!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED -->
Maintainers
Keywords
Readme
@xen-orchestra/backups
Install
Installation of the npm package:
npm install --save @xen-orchestra/backupsUsage
Changing the default backup configuration
This library receives a backup configuration from xo-server or xo-proxy. This configuration is split between multiple properties:
configcontains values related to the general backup configurationconfig.defaultSettings,config.vm.defaultSettingsandconfig.metadata.defaultSettingscontain values related to backup jobs default settings:config.vm.defaultSettingsis related to VM backup jobs (see DEFAULT_XAPI_VM_SETTINGS)config.metadata.defaultSettingsis related to metadata backup jobs (see DEFAULT_METADATA_SETTINGS)config.defaultSettingsis related to all backup jobs (see DEFAULT_SETTINGS)- in case of duplicate value,
config.vm.defaultSettingsandconfig.metadata.defaultSettingswill prevail overconfig.defaultSettings, and a defined job setting will prevail over anydefaultSettings
Contributions
Contributions are very welcomed, either on the documentation or on the code.
You may:
- report any issue you've encountered;
- fork and create a pull request.
