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
- Host: GitHub
- URL: https://github.com/billyb2/evil_mount
- Owner: billyb2
- Created: 2023-09-21T04:20:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T21:58:52.000Z (over 1 year ago)
- Last Synced: 2025-04-04T13:48:47.607Z (2 months ago)
- Topics: backup, backup-utility
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```