Create README.md

This commit is contained in:
Les De Ridder 2016-05-05 04:23:47 +02:00
parent 4e19db5f3a
commit b4836d66c7
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# btrfish
A simple btrfs backup script in fish.
## Features
* Incremental backups
* Pushing to a backup host
## Dependencies
btrfish depends on fish, btrfs, and ssh.
## Usage
0. Create users on source and target and configure sudo
1. Edit `config.fish`
2. Run `bootstrap.fish`
3. Enable `btrfish.timer`
## TODO
* Recovery from transmission errors
* Backup management
* ...
## License
btrfish is released under the University of Illinois/NCSA Open Source License. The full license can be found in the [LICENSE.md](LICENSE.md) file.