Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 334 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 334 Bytes

backup.rs

Usage

Create or Update

backup [-f <checksum-file>] <src-dir> <target-dir>

Check

backup [-f <checksum-file>] [--check] <target-dir>

Restore

backup [-f <checksum-file>] --restore <src-dir> <target-dir>

backup format

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