diff --git a/README.md b/README.md new file mode 100644 index 0000000..9dd895c --- /dev/null +++ b/README.md @@ -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 +```