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
- Host: GitHub
- URL: https://github.com/falk-werner/backup
- Owner: falk-werner
- License: mpl-2.0
- Created: 2024-10-13T16:06:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:12:50.000Z (3 months ago)
- Last Synced: 2025-03-24T17:25:52.913Z (3 months ago)
- Language: Rust
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
```