From b4b2e0b080a42bbfa15207cd50082a492d929538 Mon Sep 17 00:00:00 2001
From: Ben <ben@wainei.net>
Date: Sat, 10 Sep 2016 13:49:35 +0200
Subject: [PATCH] [borg] updated README to include borg

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7749cc9d..61a255ed 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The following backup types are supported:
    with an unpriviledged backup user
  - backup of mysql databases (via mysqlhotcopy and mysqldump)
  - basic system and hardware info
- - encrypted remote backups (via duplicity)
+ - encrypted remote backups (via duplicity or borgbackup)
  - backup of subversion repositories
 
 Installation
@@ -107,6 +107,7 @@ file in `/etc/backup.d` according to the file's suffix:
  - `.sh`: run this file as a shell script.
  - `.rdiff`: filesystem backup (using rdiff-backup)
  - `.dup`: filesystem backup (using duplicity)
+ - `.borg`: filesystem backup (using borg)
  - `.mysql`: backup mysql databases
  - `.pgsql`: backup PostgreSQL databases
  - `.sys`: general hardware, partition, and system reports.
-- 
GitLab