* if remote is disabled we don't know the used algorithm : only show the lock if there is an encryption key * if remote is enabled : * if algorithm is undefined or none : show nothing, remote is not encrypted * if algorithm is defined to DEFAULT_ENCRYPTION_ALGORITHM : show the lock with the name of the algorithm as a tooltip * else show the lock and a warning advising to create a new remote with an up to date algorithm |
||
---|---|---|
.. | ||
docs | ||
src | ||
.babelrc.js | ||
.eslintrc.js | ||
.npmignore | ||
.USAGE.md | ||
cli.js | ||
package.json | ||
README.md |
@xen-orchestra/fs
The File System for Xen Orchestra backups.
Install
Installation of the npm package:
> npm install --global @xen-orchestra/fs
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.