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

https://github.com/falk-werner/backup

backup utility written in rust
https://github.com/falk-werner/backup

Last synced: 3 months ago
JSON representation

backup utility written in rust

Awesome Lists containing this project

README

        

# backup.rs

## Usage

### Create or Update

backup [-f ]

### Check

backup [-f ] [--check]

### Restore

backup [-f ] --restore

## backup format

```
target
+-- checksums.txt
+-- source-file
+-- source-dir
...
```