From 186ea6d5ee3f9489966406c5c8e39e760b36b663 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Fri, 30 Oct 2015 18:04:21 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b4757..c776488 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,14 @@ ZFS autobackup is used to periodicly backup ZFS filesystems to other locations. It has the following features: * Automaticly selects filesystems to backup by looking at a simple ZFS property. -* +* Is able to "push" and "pull" the backups via SSH. +* Also supports local backups. +* Even supports pulling data from a source-host and pushing backup to target host by ssh. +* 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. + + + +