Documentation
¶
Index ¶
Constants ¶
View Source
const ( KIND = "nfs" NfsPath = "nfs.path" MaxCleanupLevel = 10 UnsupportedProtocolError = "Protocol not supported" )
Variables ¶
View Source
var (
MinorVersions = []string{"4.2", "4.1", "4.0"}
)
Functions ¶
This section is empty.
Types ¶
type BackupStoreDriver ¶
type BackupStoreDriver struct {
*fsops.FileSystemOperator
// contains filtered or unexported fields
}
func (*BackupStoreDriver) GetURL ¶
func (b *BackupStoreDriver) GetURL() string
func (*BackupStoreDriver) Kind ¶
func (b *BackupStoreDriver) Kind() string
func (*BackupStoreDriver) LocalPath ¶
func (b *BackupStoreDriver) LocalPath(path string) string
Click to show internal directories.
Click to hide internal directories.