restic/internal/backend/doc.go

5 lines
248 B
Go
Raw Permalink Normal View History

2015-05-09 10:53:04 +00:00
// Package backend provides local and remote storage for restic repositories.
2016-09-04 11:08:05 +00:00
// All backends need to implement the Backend interface. There is a MemBackend,
// which stores all data in a map internally and can be used for testing.
2014-09-23 20:39:12 +00:00
package backend