]> git.proxmox.com Git - proxmox-backup.git/commit
tape: add tape device driver
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 7 Dec 2020 07:27:15 +0000 (08:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 7 Dec 2020 07:29:22 +0000 (08:29 +0100)
commitfa9c9be737054fdbe1ccd6333ecd59773fedf4b9
tree01ef20e8deb75abacb125d85212bbbf393345f1b
parent2e7014e31dbb76132cfbd9c108244e41eac494f4
tape: add tape device driver
src/api2/types/tape/device.rs [new file with mode: 0644]
src/api2/types/tape/mod.rs
src/tape/drive/linux_list_drives.rs [new file with mode: 0644]
src/tape/drive/linux_mtio.rs [new file with mode: 0644]
src/tape/drive/linux_tape.rs [new file with mode: 0644]
src/tape/drive/mod.rs [new file with mode: 0644]
src/tape/drive/virtual_tape.rs [new file with mode: 0644]
src/tape/mod.rs