https://github.com/nlopes/evu
Command line utility to restore Arq backups
https://github.com/nlopes/evu
Last synced: about 1 year ago
JSON representation
Command line utility to restore Arq backups
- Host: GitHub
- URL: https://github.com/nlopes/evu
- Owner: nlopes
- Created: 2019-04-28T18:37:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T01:27:41.000Z (over 2 years ago)
- Last Synced: 2025-02-17T23:49:28.812Z (over 1 year ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# evu
Implementation of ARQ data format and command line tool to restore backups
Note: there is no caching in this early state of the tool therefore all commands are much
more inneficient than they should be.
## Build
```rust
cargo build --release
```
## Usage
`evu` works only with local paths. If you have your backed up folders with Arq locally,
make sure you pass the top folder path to `-p`.
```rust
$ evu -h
evu 0.1.0
Norberto Lopes
Command line interface to ARQ
USAGE:
evu [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-p, --path Path to the backup folder
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
restore restore file
show display one or more resources
```
There are 2 commands to be aware of:
- show
- computers
- folders
- tree
- restore