]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-12-15 Fabian Ebnerprune sim: correctly keep track of already included...
2020-12-15 Thomas Lamprechtfollowup: use arrow function for sorting
2020-12-15 Fabian Ebnerprune sim: fix #3192: by fixing usage of sort()
2020-12-15 Dietmar Maurertape: add MediaCatalog implementation
2020-12-14 Dietmar Maurertape: rename DriveLabel to MediaLabel
2020-12-14 Dietmar Maurertape: improve file format docu
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: rename cli 'media media-destroy' toö 'media destroy'
2020-12-14 Dietmar Maurertape: implement destroy_media
2020-12-14 Dietmar Maurertape: add media api
2020-12-14 Dietmar Maurertape: make changer get_status async
2020-12-13 Dietmar Maurertape: split api type definitions for changers into...
2020-12-13 Dietmar Maurertape: rename CHANGER_ID_SCHEMA to CHANGER_NAME_SCHEMA
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-12 Dietmar Maurertape: avoid executor blocking in changer api
2020-12-12 Dietmar Maurertape: avoid executor blocking in drive API
2020-12-11 Thomas Lamprechtbump version to 1.0.6-1 v1.0.6
2020-12-11 Thomas Lamprechtdebian: just install whole images directory
2020-12-11 Dietmar Maurertape: add svg icon
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-11 Dietmar Maurerdepend on package mt-st
2020-12-11 Oguz Bektascontrol.in: fix indentation
2020-12-10 Dietmar Maurerfix build: add missing file
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 handling
2020-12-10 Dietmar Maurertape: add media pool cli
2020-12-10 Dietmar Maurertape: add media pool config api
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: implement delete property for drive update command
2020-12-10 Dietmar Maurertape: cleanup load-slot api
2020-12-10 Dietmar Maurertape: cli cleanup - rename scana-for-* into scan
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
2020-12-09 Dietmar Maurertape: do not remove changer while still used
2020-12-09 Dietmar Maurertape: add changer property to drive create api
2020-12-09 Dietmar Maurertape: set protected flag for configuration change api...
2020-12-09 Dietmar Maurerclient: move connect_to_localhost into client module
2020-12-09 Dietmar Maurertape: add media state database
2020-12-09 Dietmar Maurerupdate control file
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-12-08 Dietmar Maurertape: expose basic tape/changer functionality at api2...
2020-12-08 Dietmar Maurertape: check digest on config update
2020-12-08 Dietmar Maurertape: add changer configuration API
2020-12-07 Dietmar Maurertape: add tape drive configuration API
2020-12-07 Dietmar Maurertape: add tape device driver
2020-12-06 Dietmar Maurertape: add BlockeReader/BlockedWriter streams
2020-12-06 Dietmar Maurertape: add BlockHeader impl
2020-12-06 Dietmar Maurertape: add helpers to emulate tape read/write behavior
2020-12-05 Dietmar Maurerfix bug #3189: fix change_password permission checks...
2020-12-05 Dietmar Maurerdepend on mtx (tape changer control)
2020-12-05 Dietmar Maurertape: add tape changer support using 'mtx' command
2020-12-05 Dietmar Maurertape: add media invenotry
2020-12-05 Dietmar Maurertape: define useful constants
2020-12-05 Dietmar Maurertape: add media pool config
2020-12-05 Dietmar Maurertape: add tape read trait
2020-12-05 Dietmar Maurertape: add tape write trait
2020-12-05 Dietmar Maurertape: add file format definitions
2020-12-04 Dietmar Maurercommit missing file: tape api type definitions
2020-12-04 Dietmar Maurertape support: add drive configuration
2020-12-04 Dietmar Maurerstart experimental tape management GUI
2020-12-03 Dominik Csapakbackup/datastore: move manifest locking to /run
2020-12-02 Dominik Csapakbackup/datastore: really lock manifest on delete
2020-12-02 Dominik Csapakclient/pull: log how many groups to pull were found
2020-12-01 Dietmar Maurerdocs: add more thoughts about chunk size
2020-12-01 Dietmar Maurerdoc: add some thoughts about large chunk sizes
2020-12-01 Dietmar Maurercleanup: use extra file for StoreProgress
2020-12-01 Dietmar Maurercleanup: remove unnecessary StoreProgress clone()
2020-12-01 Fabian Grünbichlerverify: use same progress as pull
2020-12-01 Fabian Grünbichlerprogress: add format variants
2020-12-01 Fabian Grünbichlerpull: factor out interpolated progress
2020-12-01 Fabian Grünbichlerremove BackupGroup::list_groups
2020-12-01 Fabian Grünbichlergc: don't limit index listing to same filesystem
2020-12-01 Fabian Grünbichlergc: remove duplicate variable
2020-12-01 Fabian Grünbichlergc: log index files found outside of expected scheme
2020-12-01 Fabian Grünbichlergc: shorten progress messages
2020-11-30 Wolfgang Bumillerd/control bump
2020-11-30 Wolfgang Bumillerfile logger: remove test.log after test as well
2020-11-30 Wolfgang Bumillerderive PartialEq for Userid
2020-11-30 Wolfgang Bumillertiny clippy hint
2020-11-30 Wolfgang Bumillerdon't enforce Vec and String in tools::join
2020-11-30 Wolfgang Bumillerminor cleanup
2020-11-30 Wolfgang Bumillertools avoid unnecessary copying of parameters/properties
2020-11-30 Wolfgang Bumillerminor cleanups
2020-11-30 Wolfgang Bumillernetwork helpers: fix fd leak in get_network_interfaces
2020-11-30 Wolfgang Bumilleruse fd_change_cloexec helper
2020-11-30 Wolfgang Bumillerminor cleanup
next