Versions in this module Expand all Collapse all v0 v0.7.3 Sep 20, 2017 Changes in this version type Backend + func (be *Backend) SetListMaxItems(i int) v0.7.2 Sep 13, 2017 Changes in this version + func Create(cfg Config) (restic.Backend, error) + func Open(cfg Config) (restic.Backend, error) + func ParseConfig(s string) (interface{}, error) + type Backend struct + func (be *Backend) Close() error + func (be *Backend) Delete(ctx context.Context) error + func (be *Backend) IsNotExist(err error) bool + func (be *Backend) Join(p ...string) string + func (be *Backend) List(ctx context.Context, t restic.FileType) <-chan string + func (be *Backend) Load(ctx context.Context, h restic.Handle, length int, offset int64) (io.ReadCloser, error) + func (be *Backend) Location() string + func (be *Backend) Path() string + func (be *Backend) ReadDir(dir string) (list []os.FileInfo, err error) + func (be *Backend) Remove(ctx context.Context, h restic.Handle) error + func (be *Backend) Save(ctx context.Context, h restic.Handle, rd io.Reader) (err error) + func (be *Backend) Stat(ctx context.Context, h restic.Handle) (bi restic.FileInfo, err error) + func (be *Backend) Test(ctx context.Context, h restic.Handle) (bool, error) + type Config struct + AccountKey string + AccountName string + Connections uint + Container string + Prefix string + func NewConfig() Config