├── .gitignore ├── LICENSE ├── README.md ├── restique └── restique.svg /.gitignore: -------------------------------------------------------------------------------- 1 | .restiquerc 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxkueng/restique/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxkueng/restique/HEAD/README.md -------------------------------------------------------------------------------- /restique: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxkueng/restique/HEAD/restique -------------------------------------------------------------------------------- /restique.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxkueng/restique/HEAD/restique.svg --------------------------------------------------------------------------------