7a1bc16468
This is a minor fix that should not have major impacts. It's not necessary to release impacted packages. |
||
---|---|---|
.. | ||
_cleanXoCache.mjs | ||
_isInVhdDirectory.mjs | ||
_loadConfig.mjs | ||
.npmignore | ||
.USAGE.md | ||
config.toml | ||
directory.integ.mjs | ||
directory.mjs | ||
doc.md | ||
file.integ.mjs | ||
file.mjs | ||
fileIndex.integ.mjs | ||
fileIndex.mjs | ||
isBackupMetadata.mjs | ||
liftProtection.mjs | ||
package.json | ||
protectRemotes.mjs | ||
README.md |
@xen-orchestra/immutable-backups
Install
Installation of the npm package:
npm install --save @xen-orchestra/immutable-backups
Usage
make a remote immutable
launch the xo-immutable-remote
command. The configuration is stored in the config file.
This script must be kept running to make file immutable reliably.
make file mutable
launch the xo-lift-remote-immutability
cli. The configuration is stored in the config file .
If the config file have a liftEvery
, this script will contiue to run and check regularly if there are files to update.
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.