wsl-export
v1.2.63
Published
Interactive CLI for exporting WSL distributions.
Downloads
23
Readme
Installation
# yarn
$ yarn add global wsl-export
# npm
$ npm install -g wsl-export
Usage
wsle [options] [target-directory] [distributions...]
For help run:
wsle -h
Examples
Export Ubuntu-20.04
and docker-desktop
to D:\backup
:
wsle D:\backup Ubuntu-20.04 docker-desktop
Export all installed distributions to D:\backup
:
wsle -a D:\backup
Export all installed distributions with interactive target directory prompt:
wsle -a
Export with interactive target directory and distribution prompt:
wsle
License
MIT - Copyright © Jan Müller