| LOW | build.go | 1 | // Description |
| LOW | build.go | 21 | // list of conditions and the following disclaimer. |
| LOW | doc.go | 1 | // Package restic gives a (very brief) introduction to the structure of source code. |
| LOW | internal/ui/progress/printer.go | 1 | package progress |
| LOW | internal/repository/doc.go | 1 | // Package repository implements a restic repository on top of a backend. In |
| LOW | internal/repository/doc.go | 21 | // # Pack |
| LOW | internal/repository/index/index.go | 21 | // In large repositories, millions of blobs are stored in the repository |
| LOW | internal/archiver/archiver.go | 101 | mu sync.Mutex |
| LOW | internal/backend/backend.go | 41 | // The function fn may be called multiple times during the same Load invocation |
| LOW | internal/backend/backend.go | 61 | // in the backend. |
| LOW | internal/backend/doc.go | 1 | // Package backend provides local and remote storage for restic repositories. |
| LOW | internal/backend/s3/s3.go | 101 | // getCredentials -- runs through the various credential types and returns the first one that works. |
| LOW | internal/backend/gs/gs.go | 201 | // Path returns the path in the bucket that is used for this backend. |
| LOW | internal/backend/gs/gs.go | 221 | // Unfortunately, this buffering doesn't play nicely with |
| LOW | internal/backend/cache/file_test.go | 201 | if !bytes.Equal(buf, data[o:o+l]) { |
| LOW | internal/backend/test/doc.go | 1 | // Package test contains a test suite with benchmarks for restic backends. |
| LOW | internal/backend/test/doc.go | 21 | // [...] |
| LOW | internal/filter/filter.go | 61 | parts := strings.Split(filepath.ToSlash(p), "/") |
| LOW | internal/filter/doc.go | 1 | // Package filter implements path filters similar to filepath.Match, but |
| LOW | internal/errors/errors.go | 41 | // an Unwrap method returning error. Otherwise, Unwrap returns nil. |
| LOW | internal/fs/fs_local.go | 21 | var _ FS = &Local{} |
| LOW | internal/fs/ea_windows.go | 21 | |
| LOW | internal/fs/ea_windows_test.go | 21 | // The MIT License (MIT) |
| LOW | internal/restic/doc.go | 1 | // Package restic is the top level package for the restic backup program, |
| LOW | internal/restic/repository.go | 41 | |
| LOW | internal/restorer/doc.go | 1 | // Package restorer contains code to restore data from a repository. |
| LOW | internal/restorer/doc.go | 21 | // file before any of the preceding file blobs. It is therefore possible to |
| LOW | doc/conf.py | 1 | #!/usr/bin/env python3 |
| LOW | doc/conf.py | 41 | author = 'fd0' |