Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deryeger/wsl-export
Interactive CLI for exporting WSL distributions.
https://github.com/deryeger/wsl-export
backup cli export nodejs wsl wsl2
Last synced: about 2 months ago
JSON representation
Interactive CLI for exporting WSL distributions.
- Host: GitHub
- URL: https://github.com/deryeger/wsl-export
- Owner: DerYeger
- License: mit
- Created: 2021-09-11T20:07:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T15:05:52.000Z (about 2 years ago)
- Last Synced: 2024-10-02T20:47:48.602Z (3 months ago)
- Topics: backup, cli, export, nodejs, wsl, wsl2
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
wsl-export
Interactive CLI for exporting WSL distributions.## Installation
```bash
# yarn
$ yarn add global wsl-export# npm
$ npm install -g wsl-export
```## Usage
```bash
wsle [options] [target-directory] [distributions...]
```For help run:
```bash
wsle -h
```### Examples
Export `Ubuntu-20.04` and `docker-desktop` to `D:\backup`:
```bash
wsle D:\backup Ubuntu-20.04 docker-desktop
```Export all installed distributions to `D:\backup`:
```bash
wsle -a D:\backup
```Export all installed distributions with interactive target directory prompt:
```bash
wsle -a
```Export with interactive target directory and distribution prompt:
```bash
wsle
```## License
[MIT](./LICENSE) - Copyright © Jan Müller