From 5474a0a1566a86abf3218ee7357fa45b72f03384 Mon Sep 17 00:00:00 2001 From: DatuX Date: Wed, 26 Jul 2017 00:40:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c415c..615e0fe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It has the following features: * Backup local data on the same server. * Can be scheduled via a simple cronjob or run directly from commandline. * Backups and snapshots can be named to prevent conflicts. (multiple backups from and to the same filesystems are no problem) -* Always creates new snapshots, even if the previous backup was aborted. +* Always creates a new snapshot before starting. * Checks everything and aborts on errors. * Ability to 'finish' aborted backups to see what goes wrong. * Easy to debug and has a test-mode. Actual unix commands are printed.