Add support for illumos/Solaris

This does come without xattr/fuse support at this point.

NB: not hooking up the integration tests as restic won't compile without
    cgo with Go < 1.10.
This commit is contained in:
Jasper Lievisse Adriaanse
2018-03-04 13:30:06 +00:00
parent f6890210aa
commit 96311d1a2b
18 changed files with 71 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
Enhancement: Add illumos/Solaris support.
https://github.com/restic/restic/pull/1649