The global orchestration solution to manage and backup XCP-ng and XenServer.
This CLI must be run directly in the directory where the remote is mounted. It's only compatible with local remote at the moment. To start the worker: ```js const MergeWorker = require('@xen-orchestra/backups/merge-worker/index.js') await MergeWorker.run(remotePath) ``` To register a VM backup dir to be clean (thus merging its unused VHD), create a file in the queue directory containing the VM UUID: ``` > echo cc700fe2-724e-44a5-8663-5f8f88e05e34 > .queue/clean-vm/20211013T142401Z ``` The queue directory is available as `MergeWorker.CLEAN_VM_QUEUE`. |
||
---|---|---|
@vates | ||
@xen-orchestra | ||
docs | ||
packages | ||
scripts | ||
.editorconfig | ||
.env.example | ||
.eslintrc.js | ||
.flowconfig | ||
.gitignore | ||
.prettierrc.js | ||
.travis.yml | ||
babel.config.js | ||
book.json | ||
CHANGELOG.md | ||
CHANGELOG.unreleased.md | ||
CODE_OF_CONDUCT.md | ||
ISSUE_TEMPLATE.md | ||
package.json | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md | ||
yarn.lock |
Xen Orchestra 
Installation
XOA or manual install procedure is available here
License
AGPL3 © Vates SAS