]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/tape/drive.rs
tape: erase_media - automatically load media (with tape libraries).
[proxmox-backup.git] / src / api2 / tape / drive.rs
2021-02-17 Dietmar Maurertape: erase_media - automatically load media (with...
2021-02-17 Dominik Csapakapi2/tape/drive: add optional label-text to erase
2021-02-12 Dietmar Maurertape: erase_media - automatically erase catalog and...
2021-02-09 Dominik Csapakapi2/tape/drive: add missing locks for some drive actions
2021-02-05 Dietmar Maurertape: correctly lock the tape device
2021-01-30 Dietmar Maurertape: API type cleanup, use serde flatten to derive...
2021-01-30 Dietmar Maurertape: move scan_drives API code to correct file
2021-01-29 Dietmar Maurertape: proxmox-tape - use API instead of direct function...
2021-01-29 Dietmar Maurertape: proxmox-tape - use API instead of direct function...
2021-01-28 Dietmar Maurertape: use worker task for eject-media api
2021-01-28 Dietmar Maurertape: proxmox-tape - use api for erase-media and rewind
2021-01-28 Dominik Csapakapi2/tape/drive: change methods of some api calls from...
2021-01-28 Dominik Csapakapi2/tape/drive: add load_media as api call
2021-01-28 Dominik Csapakapi2/tape/changer: add changer filter to list_drives...
2021-01-28 Dietmar Maurertape: rename changer_drive_id to changer_drivenum
2021-01-28 Dominik Csapakapi2/tape/drive: reorganize drive api
2021-01-22 Dietmar Maurertape: add volume-statistics api/command
2021-01-21 Dietmar Maurertape: further hierarchy improvements
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-21 Dietmar Maurertape: try to set encryption key with read-label command
2021-01-21 Dietmar Maurertape: restore_key - always update key, even if there...
2021-01-21 Dietmar Maurercleanup: KeyConfig::decrypt - show password hint on...
2021-01-21 Dietmar Maurertape: use type Uuid instead of String
2021-01-21 Dietmar Maurertape: use specialized encryption key per media-set
2021-01-20 Fabian Grünbichlerclippy: collapse nested ifs
2021-01-20 Fabian Grünbichlerclippy: avoid useless format!
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: remove needless bool literals
2021-01-20 Dietmar Maurercleanup KeyConfig
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-18 Dietmar Maurertape: implement encrypted backup - simple version
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2021-01-14 Dietmar Maurertape: add --inventorize flag to read-label API/CLI
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2021-01-10 Dietmar Maurertape: remove unused eject_on_unload method
2021-01-10 Dietmar Maurertape: improve export media to directly export from...
2021-01-10 Dietmar Maurertape: simplify media changer implementation - new struc...
2021-01-08 Dietmar Maurertape: implement drive clean
2021-01-07 Dietmar Maurertape: improve MediaChange trait
2021-01-01 Dietmar Maurertape: merge MediaStateDatabase into Inventory
2020-12-30 Dietmar Maurertape: only log to stdout in CLI environment
2020-12-30 Dietmar Maurertape: cleanup/simplify media_change code
2020-12-30 Dietmar Maurertape: add restore code, implement catalog api/command
2020-12-29 Dietmar Maurertape: create the MediaCatalog when we label a tape
2020-12-29 Dietmar Maurertape: factor out get_drive_and_media_status
2020-12-23 Dietmar Maurertape: return media usage info with status command
2020-12-23 Dietmar Maurertape: implement binding for libsgutils2
2020-12-22 Dietmar Maurertape: add drive status api
2020-12-22 Dietmar Maurertape: rename 'mam' api to 'cartridge-memory'
2020-12-21 Dietmar Maurertape: add command to read cartridge memory (MAM)
2020-12-16 Dietmar Maurertape: remove MediaLabelInfo, use MediaId instead
2020-12-14 Dietmar Maurertape: rename DriveLabel to MediaLabel
2020-12-13 Dietmar Maurertape: rename DRIVE_ID_SCHEMA to DRIVE_NAME_SCHEMA
2020-12-12 Dietmar Maurertape: avoid executor blocking in drive API
2020-12-11 Dietmar Maurertape: use WorkerTask for erase and rewind
2020-12-11 Dietmar Maurertape: split inventory api
2020-12-11 Dietmar Maurertape: run label commands as WorkerTask (threads)
2020-12-11 Dietmar Maurertape: implement barcode-label-mdedia
2020-12-11 Dietmar Maurertape: implement inventory command
2020-12-10 Dietmar Maurertape: implement read-label command
2020-12-10 Dietmar Maurertape: implement label command
2020-12-10 Dietmar Maurertape: correctly sort drive api subdir
2020-12-10 Dietmar Maurertape: implement option changer-drive-id
2020-12-10 Dietmar Maurertape: cli cleanup - avoid api redefinition
2020-12-10 Dietmar Maurertape: cleanup load-slot api
2020-12-10 Dietmar Maurertape: implement load-media command
2020-12-09 Dietmar Maurertape: implement eject
2020-12-09 Dietmar Maurertape: implement rewind
2020-12-09 Dietmar Maurertape: implement erase media
2020-12-08 Dietmar Maurertape: expose basic tape/changer functionality at api2...