Add README.md

This commit is contained in:
2022-05-30 00:19:22 +02:00
parent 4d866f9608
commit 3ef29ba7bc

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# butterup
Backup btrfs snapshots over ssh.
## Usage
Point butterup at a folder containing btrfs subvolumes named according to RFC 3339, it will upload them to a remote host using ssh.
For detailed usage:
```sh
butterup help
```