From 58c4b0bcb37cc25e80602f79823c94a9eb9e9abf Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Tue, 22 Feb 2022 14:12:33 +0200 Subject: [PATCH] Updated readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fc022b..3786333 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ #### borg-backup A wrapper script for Borg, with optional utilization of ZFS snapshots. -Stops the service which is to be backed up, dumps the database and pushes -to a borg repository defined in a separate config file. + +- Stops the service which is to be backed up, restarts afterwars +- Dumps the possible database to the data directory +- Optionally takes a ZFS snapshot +- Makes a borg archive of the defined data directory +- Writes the status and time of latest backup to a file, meant to be echoed on interactive logins +- Keeps a log file +- Sends email on failures