]> git.proxmox.com Git - pve-storage.git/history - PVE/Storage/PBSPlugin.pm
bump version to 8.2.0
[pve-storage.git] / PVE / Storage / PBSPlugin.pm
2023-05-24 Thomas Lamprechtseparate packaging and source build system
2022-11-07 Thomas Lamprechtpbs: prune: avoid getting all snapshots for group assem...
2022-11-07 Thomas Lamprechtpbs: wrap getting list volumes for pruning for error...
2022-08-17 Wolfgang Bumillerfix #4189: pbs: bump list_volumes timeout to 2mins
2022-08-16 Fabian Grünbichlerpbs: die if master key is missing
2022-08-16 Fabian Grünbichlerpbs: warn about missing, but config master key
2022-08-16 Fabian Grünbichlerpbs: detect mismatch of encryption settings and key
2022-07-15 Fabian Ebnerpbs: fix namespace handling in list_volumes
2022-07-14 Wolfgang Bumillerpbs: use vmid parameter in list_snapshots
2022-05-13 Wolfgang Bumillerpbs: backup-ns parameter was renamed to ns
2022-05-12 Wolfgang Bumillerpbs: namespace support
2022-04-06 Fabian Ebnerplugins: allow limiting the number of protected backups...
2022-03-16 Fabian Ebnerlist volumes: also return backup type for backups
2021-11-12 Fabian Ebnerpbs: update attribute: cleaner error message if not...
2021-11-09 Fabian Ebnerpbs: integrate support for protected
2021-11-08 Fabian Ebneradd generalized functions to manage volume attributes
2021-06-23 Thomas Lamprechtfile/volume size info: add actual errors to untaint...
2021-06-23 Stoiko Ivanovplugins: untaint volume_size_info retuns
2021-06-23 Thomas Lamprechttree-wide: fix typos with codespell
2021-06-22 Fabian Grünbichlerpbs: fix typo
2021-06-21 Fabian Ebnerpbs: free image: explicitly return undef
2021-04-22 Fabian Grünbichlerpbs: allow setting up a master key
2021-03-31 Fabian Grünbichlerfix #3363: avoid undef-warning for PBS crypt-mode
2020-12-03 Dominik CsapakPBSPlugin: use get_repository from PVE::PBSClient
2020-12-03 Wolfgang Bumillerpbs: fix token auth with PVE::APIClient
2020-12-01 Thomas Lamprechtpbs: activate storage: fully validate if storage config...
2020-12-01 Thomas Lamprechtpbs: add scan datastore helper
2020-12-01 Thomas Lamprechtpbs: reuse pve apiclient for api connect helper
2020-11-27 Fabian Ebnerplugin: hooks: add explicit returns
2020-11-24 Thomas Lamprechtapi: content: pass encrypted status for PBS backups
2020-11-24 Thomas Lamprechtpbs add/update: save fingerprint in storage config
2020-11-24 Thomas Lamprechtpbs add/update: do basic key value validation
2020-11-24 Thomas Lamprechtpbs: autogen key: rename old one if existing
2020-11-24 Dominik CsapakStorage/PBSPlugin: implement get/update_volume_notes...
2020-11-24 Dominik Csapakrename comment to notes
2020-11-23 Fabian Ebnerprune: introduce keep-all option
2020-11-16 Fabian Ebnerdon't pass along keep-options equal to zero to PBS
2020-11-12 Thomas Lamprechtpbs: add/update: return enc. key, if newly set or auto...
2020-11-12 Dominik Csapakapi: content listing: add comment and verification...
2020-11-12 Thomas Lamprechtpbs: autogen encryption key: bubble up error message
2020-10-02 Thomas LamprechtPBS: use simple TCP ping for online check for now
2020-10-02 Thomas LamprechtPBS: add support to specify port
2020-07-24 Thomas Lamprechtpbs: check if encryption key could be deleted
2020-07-24 Thomas Lamprechtconfig: add hint for set encryption key, die on unlink...
2020-07-24 Fabian EbnerAdd prune_backups to storage API
2020-07-24 Fabian EbnerIntroduce prune-backups property for directory-based...
2020-07-09 Wolfgang Bumillerquick fixup for prune command in vzdump
2020-07-09 Thomas Lamprechtpbs: activate_storage: query status to ensure we can...
2020-07-09 Thomas Lamprechtpbs: allow to autogen an encryption key
2020-07-09 Thomas Lamprechtpbs: rename encryption_key param to encryption-key
2020-07-09 Wolfgang Bumillerrefactor sensitive parameter handling
2020-07-09 Wolfgang Bumillerpbs: encryption support, split "raw client command...
2020-07-07 Thomas Lamprechtpbs: run_raw_client_cmd: fix typo, and drop repetive...
2020-06-30 Fabian EbnerPBSPlugin: Add print_volid helper
2020-06-06 Fabian EbnerPBSPlugin: list_volumes: filter by vmid if specified
2020-06-03 Dietmar MaurerPBSPlugin.pm: avoid ascii-art in proxmox-backup-client...
2020-03-06 Thomas LamprechtPBS plugin: code cleanup
2020-03-06 Dietmar MaurerPBS Plugin: list_volumes: add ctime
2020-02-20 Dietmar MaurerPBSPlugin.pm: fix password handling using new on_update...
2020-02-20 Thomas Lamprechtpbs: ensure storage secret file directory exists
2020-02-20 Dietmar MaurerPBSPlugin.pm - extract_vzdump_config: fix call to run_r...
2020-02-19 Thomas Lamprechtnamespace storage specific secret files to 'priv/storag...
2020-02-19 Thomas Lamprechtcheck if client executable ist installed before running...
2020-02-19 Thomas Lamprechtuse one liner closure for outfunc
2020-02-19 Thomas Lamprechtindentation fixes
2020-02-19 Dietmar Maurerimplement extract_vzdump_config for PBSPlugin
2020-02-19 Dietmar MaurerPVE/Storage/PBSPlugin.pm: start new proxmox backup...