]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-tape.rs
drop pbs_tools::auth
[proxmox-backup.git] / src / bin / proxmox-tape.rs
2021-09-29 Wolfgang Bumillerdrop pbs_tools::auth
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dominik Csapakproxmox-tape: add 'force-media-set' also to cli
2021-09-10 Dietmar Maurermove datastore config to pbs_config workspace
2021-09-06 Dietmar Maurermove media_pool config to pbs_config workspace
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-05-11 Dominik Csapakbin/proxmox-tape: add optional snapshots to restore...
2021-05-03 Dominik Csapakbin: use extract_output_format where necessary
2021-04-13 Dietmar MaurerTapeRead: add skip_data()
2021-04-12 Dietmar Maurertape: improve EOT error handling
2021-04-08 Dietmar Maurertape: correctly set/display drive option
2021-04-08 Dietmar Maurertape: make sure there is a filemark at the end of the...
2021-04-08 Dietmar Maurertape: implement format/erase
2021-03-25 Dietmar Maurertape: add --scan option for catalog restore
2021-03-25 Dominik Csapakproxmox-tape: fix clean api call
2021-03-25 Dominik Csapakapi2/tape/restore: enable restore mapping of datastores
2021-03-16 Dominik Csapakui: tape/Restore: let the user choose an owner
2021-03-16 Dominik Csapakproxmox-tape: add missing notify-user to 'proxmox-tape...
2021-02-26 Dietmar Maurertape: fix 'proxmox-tape backup' cli command
2021-02-25 Dietmar Maurertape: cleanup TapeJob implementation - uses AllOf Schem...
2021-02-19 Dominik Csapakapi2/tape/{backup, restore}, proxmox-tape: set device...
2021-02-18 Dietmar Maurertape: use worker tasks for media load/unload
2021-02-14 Dietmar Maurertape: add tape backup job configuration
2021-02-11 Dominik Csapakproxmox-tape: change lookup_drive_name to extract_drive...
2021-02-05 Dietmar Maurertape: correctly lock the tape device
2021-02-04 Dietmar Maurertape: cleanup - move tape file readers/writers into...
2021-02-02 Dietmar Maurerthape: add read_tapedev_options, display driver options...
2021-02-01 Dietmar Maurertape: remove drive from pool config
2021-01-29 Dietmar Maurertape: proxmox-tape - use API instead of direct function...
2021-01-29 Dietmar Maurertape: proxmox-tape inventory: call API
2021-01-29 Dietmar Maurertape: proxmox-tape - use API instead of direct function...
2021-01-29 Dietmar Maurercleanup: factor out common client code to view task...
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 Dietmar Maurertape: use api to run proxmox-tape backup
2021-01-22 Dietmar Maurertape: add volume-statistics api/command
2021-01-22 Dietmar Maurertape: add estimated medium wearout to status
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-20 Fabian Grünbichlerclippy: collapse nested ifs
2021-01-18 Dietmar Maurertape: implement encrypted backup - simple version
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2021-01-14 Fabian Grünbichlertokio 1.0: delay -> sleep
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: improve export media to directly export from...
2021-01-10 Dietmar Maurertape: backup - implement export-media-set option
2021-01-09 Dietmar Maurertape: backup - implement --eject-media option
2021-01-08 Dietmar Maurertape: implement drive clean
2021-01-07 Dietmar Maurertape: fix paramater name - s/slot/source-slot/
2021-01-07 Dietmar Maurertape: changer status command: make changer name optional
2021-01-07 Dietmar Maurertape: improve MediaChange trait
2021-01-05 Dietmar Maurertape: add volume_mounts and medium_passes to LinuxDrive...
2021-01-04 Dietmar Maurertape: status - show thape alert flags
2020-12-31 Dietmar Maurertape: add basic restore api/command
2020-12-30 Dietmar Maurertape: add restore code, implement catalog api/command
2020-12-23 Dietmar Maurertape: return media usage info with status command
2020-12-22 Dietmar Maurertape: add drive status api
2020-12-22 Dietmar Maurertape: rename 'mam' api to 'cartridge-memory'
2020-12-22 Dietmar Maurerdepend on proxmox 0.9.0
2020-12-22 Wolfgang Bumilleradaptions for proxmox 0.9 and proxmox-api-macro 0.3
2020-12-21 Dietmar Maurertape: add command to read cartridge memory (MAM)
2020-12-18 Dietmar Maurertape: add tape backup api
2020-12-14 Dietmar Maurertape: minor code cleanup
2020-12-14 Dietmar Maurertape: scan - print more debug info
2020-12-14 Dietmar Maurertape: implement scan command (useful for debug)
2020-12-14 Dietmar Maurertape: implement eod cli command (debug tool)
2020-12-14 Dietmar Maurertape: add media api
2020-12-13 Dietmar Maurertape: rename DRIVE_ID_SCHEMA to DRIVE_NAME_SCHEMA
2020-12-12 Dietmar Maurertape: correctly call Async handler in proxmox-tape
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: add media pool cli
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-09 Dietmar Maurertape: add command line interface proxmox-tape