From deee3d2e4f6f90d62e27cd04590574d4d1a118ff Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Fri, 30 Oct 2015 18:11:58 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c776488..f9aed78 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,12 @@ It has the following features: * Can be scheduled via a simple cronjob orrun directly from commandline. * Always creates new snapshots, even if the previous backup was aborted. * Ability to 'finish' aborted backups to see what goes wrong. -* Easy to debug and has a --test mode. - +* Checks everything and aborts on errors. +* Written in python and uses zfs-commands, no 3rd party dependencys or libraries. +* Easy to debug and has a test-mode. Actual unix commands are printed. + +Usage +=====