mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
7 lines
304 B
Go
7 lines
304 B
Go
|
// Package restic is the top level package for the restic backup program,
|
||
|
// please see https://github.com/restic/restic for more information.
|
||
|
//
|
||
|
// This package exposes the main components needed to create and restore a
|
||
|
// backup as well as handling things like a local cache of objects.
|
||
|
package restic
|