From d295851b78d9a0faba056181f1d8783b3014a1d1 Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas@karolak.fr>
Date: Sun, 24 Jun 2018 14:51:07 +0200
Subject: [PATCH] restic: contrib

---
 AUTHORS   | 3 ++-
 ChangeLog | 2 ++
 README.md | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index c3d48b6..1a6dc49 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,7 +7,7 @@ micah@riseup.net   -- debian package, vserver support, bug fixes
 stefani@riseup.net -- makecd handler, man pages
 intrigeri@boum.org -- dup handler, pgsql handler, vserver support, bug fixes
 Charles Lepple 	   -- trac handler
-Petr Kl�ma <petr.klima@madeta-group.cz>	-- autotools, RPM support and sys checks
+Petr Kl�ma <petr.klima@madeta-group.cz>	-- autotools, RPM support and sys checks
 paulv@bikkel.org   -- rsnap handler
 Robert Napier 	   -- improved RPM build
 rhatto 		   -- rub handler and patches
@@ -65,3 +65,4 @@ David Gasaway <dave@gasaway.org> -- Fixes for configuration files without suffix
 Hugh Nowlan <nosmo@nosmo.me> -- dup check for archive dir
 Lyz <lyz@riseup.net> -- sys support for LUKS in disk partitions
 Glandos <bugs-0xacab@antipoul.fr> -- sys excludes zram devices
+Nicolas Karolak <nicolas@karolak.fr> -- Add restic support
diff --git a/ChangeLog b/ChangeLog
index 3adc1dd..ce6b064 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@ version 1.1.0 -- June 29, 2018
 	 . Add initial support for the borgbackup program
 	   Thanks to Ben <ben@wainei.net> and Thomas Preissler
 	   <thomas@preissler.co.uk> for contributing patches
+	restic:
+	 . Add support for restic.
 	dup:
 	 · Fix symmetric encryption
 	   Thanks to Matthijs Wensveen <matthijs.wensveen@gmail.com> for
diff --git a/README.md b/README.md
index 4de6ae8..8867041 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,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)
+ - `.restic`: filesystem backup (using restic)
  - `.dup`: filesystem backup (using duplicity)
  - `.borg`: filesystem backup (using borg)
  - `.mysql`: backup mysql databases
-- 
GitLab