The cinder.backup.drivers.nfs Module

Implementation of a backup service that uses NFS storage as the backend.

class NFSBackupDriver(context, db_driver=None)

Bases: cinder.backup.drivers.posix.PosixBackupDriver

Provides backup, restore and delete using NFS supplied repository.

get_backup_driver(context)