An open API service indexing awesome lists of open source software.

https://github.com/billyb2/evil_mount

A utility for backing up directories you're working in
https://github.com/billyb2/evil_mount

backup backup-utility

Last synced: 2 months ago
JSON representation

A utility for backing up directories you're working in

Awesome Lists containing this project

README

        

## Usage

### Developement

1. Start nix
```bash
nix develop --experimental-features 'nix-command flakes'
```

2. Run script

```bash
cargo run -- --work-dir=[directory] --backup-dir=[directories]
```