Files
Xen-Orchestra-xen-orchestra…/@xen-orchestra/backups
Bastien Nollet 9cdaf6bb41 feat: technical release (#10305)
* feat(@xen-orchestra/async-map): 0.1.4

* feat(xo-common): 0.11.0

* feat(xen-api): 4.9.0

* feat(@vates/types): 1.30.2

* feat(@xen-orchestra/acl): 1.6.0

* feat(@xen-orchestra/xapi): 8.10.3

* feat(@xen-orchestra/backups): 0.74.0

* feat(@xen-orchestra/backups-cli): 1.1.14

* feat(@xen-orchestra/disk-cli): 2.2.1

* feat(@xen-orchestra/immutable-backups): 3.0.5

* feat(@xen-orchestra/web-core): 0.59.0

* feat(@xen-orchestra/mixins): 0.20.2

* feat(@xen-orchestra/proxy): 0.31.7

* feat(@xen-orchestra/proxy-cli): 0.3.3

* feat(@xen-orchestra/qa-test): 1.2.0

* feat(@xen-orchestra/rest-api): 0.38.0

* feat(@xen-orchestra/upload-ova): 0.1.9

* feat(@xen-orchestra/web): 0.58.0

* feat(xo-acl-resolver): 0.5.4

* feat(xo-cli): 0.32.4

* feat(xo-server): 5.207.3

* feat(xo-server-audit): 0.15.2

* feat(xo-server-ipmi-sensors): 2.1.0

* feat(xo-server-netbox): 1.13.2

* feat(xo-server-sdn-controller): 1.4.1

* feat(xo-web): 5.202.0

* chore(CHANGELOG): update next
2026-08-25 16:19:35 +02:00
..
2023-07-10 16:45:13 +02:00
2023-07-10 16:45:13 +02:00
2026-08-25 16:19:35 +02:00

@xen-orchestra/backups

Package Version License PackagePhobia Node compatibility

Install

Installation of the npm package:

npm install --save @xen-orchestra/backups

Usage

Changing the default backup configuration

This library receives a backup configuration from xo-server or xo-proxy. This configuration is split between multiple properties:

  • config contains values related to the general backup configuration
  • config.defaultSettings, config.vm.defaultSettings and config.metadata.defaultSettings contain values related to backup jobs default settings:
    • config.vm.defaultSettings is related to VM backup jobs (see DEFAULT_XAPI_VM_SETTINGS)
    • config.metadata.defaultSettings is related to metadata backup jobs (see DEFAULT_METADATA_SETTINGS)
    • config.defaultSettings is related to all backup jobs (see DEFAULT_SETTINGS)
    • in case of duplicate value, config.vm.defaultSettings and config.metadata.defaultSettings will prevail over config.defaultSettings, and a defined job setting will prevail over any defaultSettings

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.

License

AGPL-3.0-or-later © Vates SAS