Skip to content
Snippets Groups Projects
Commit d295851b authored by Nicolas KAROLAK's avatar Nicolas KAROLAK Committed by Jérôme Charaoui
Browse files

restic: contrib

parent 7e3537d8
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ micah@riseup.net -- debian package, vserver support, bug fixes ...@@ -7,7 +7,7 @@ micah@riseup.net -- debian package, vserver support, bug fixes
stefani@riseup.net -- makecd handler, man pages stefani@riseup.net -- makecd handler, man pages
intrigeri@boum.org -- dup handler, pgsql handler, vserver support, bug fixes intrigeri@boum.org -- dup handler, pgsql handler, vserver support, bug fixes
Charles Lepple -- trac handler Charles Lepple -- trac handler
Petr Klma <petr.klima@madeta-group.cz> -- autotools, RPM support and sys checks Petr Klma <petr.klima@madeta-group.cz> -- autotools, RPM support and sys checks
paulv@bikkel.org -- rsnap handler paulv@bikkel.org -- rsnap handler
Robert Napier -- improved RPM build Robert Napier -- improved RPM build
rhatto -- rub handler and patches rhatto -- rub handler and patches
...@@ -65,3 +65,4 @@ David Gasaway <dave@gasaway.org> -- Fixes for configuration files without suffix ...@@ -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 Hugh Nowlan <nosmo@nosmo.me> -- dup check for archive dir
Lyz <lyz@riseup.net> -- sys support for LUKS in disk partitions Lyz <lyz@riseup.net> -- sys support for LUKS in disk partitions
Glandos <bugs-0xacab@antipoul.fr> -- sys excludes zram devices Glandos <bugs-0xacab@antipoul.fr> -- sys excludes zram devices
Nicolas Karolak <nicolas@karolak.fr> -- Add restic support
...@@ -15,6 +15,8 @@ version 1.1.0 -- June 29, 2018 ...@@ -15,6 +15,8 @@ version 1.1.0 -- June 29, 2018
. Add initial support for the borgbackup program . Add initial support for the borgbackup program
Thanks to Ben <ben@wainei.net> and Thomas Preissler Thanks to Ben <ben@wainei.net> and Thomas Preissler
<thomas@preissler.co.uk> for contributing patches <thomas@preissler.co.uk> for contributing patches
restic:
. Add support for restic.
dup: dup:
· Fix symmetric encryption · Fix symmetric encryption
Thanks to Matthijs Wensveen <matthijs.wensveen@gmail.com> for Thanks to Matthijs Wensveen <matthijs.wensveen@gmail.com> for
......
...@@ -104,6 +104,7 @@ file in `/etc/backup.d` according to the file's suffix: ...@@ -104,6 +104,7 @@ file in `/etc/backup.d` according to the file's suffix:
- `.sh`: run this file as a shell script. - `.sh`: run this file as a shell script.
- `.rdiff`: filesystem backup (using rdiff-backup) - `.rdiff`: filesystem backup (using rdiff-backup)
- `.restic`: filesystem backup (using restic)
- `.dup`: filesystem backup (using duplicity) - `.dup`: filesystem backup (using duplicity)
- `.borg`: filesystem backup (using borg) - `.borg`: filesystem backup (using borg)
- `.mysql`: backup mysql databases - `.mysql`: backup mysql databases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment