]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-backup-manager.rs
move required_X_param to pbs_tools::json
[proxmox-backup.git] / src / bin / proxmox-backup-manager.rs
2021-07-20 Wolfgang Bumillermove required_X_param to pbs_tools::json
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-19 Wolfgang Bumillermove 'wait_for_local_worker' from client to server
2021-07-19 Wolfgang Bumillermove more tools for the client into subcrates
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-06-30 Dietmar Maurercli: add CLI to manage openid realms.
2021-06-28 Hannes Laimerclose #3459: manager: add --ignore-verified and --outda...
2021-05-10 Dylan Whytefix 3296: add http_proxy to node config, and provide...
2021-05-04 Wolfgang Bumilleradd acme commands to proxmox-backup-manager
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-02-11 Dietmar Maurerproxmox-backup-manger verify-job CLI
2021-01-29 Dietmar Maurertape: proxmox-tape inventory: call API
2021-01-29 Dietmar Maurercleanup: factor out common client code to view task...
2021-01-14 Fabian Grünbichlertokio 1.0: delay -> sleep
2020-12-22 Wolfgang Bumilleradaptions for proxmox 0.9 and proxmox-api-macro 0.3
2020-12-09 Dietmar Maurerclient: move connect_to_localhost into client module
2020-11-19 Dominik Csapakfix systemd-encoded upid strings in http client
2020-11-12 Thomas Lamprechtmanager: versions: non-verbose should actually print...
2020-11-12 Stefan Reiterapt: use typed response for get_versions
2020-11-11 Thomas Lamprechtmanager: versions: unify printing
2020-11-11 Mira Limbeckadd versions command to proxmox-backup-manager
2020-11-05 Fabian Grünbichlerapi: refactor remote client and add remote scan
2020-11-03 Thomas Lamprechtmanager: report: call method directly, avoid HTTPS...
2020-11-03 Hannes Laimermanager: add report cli command
2020-10-30 Thomas Lamprechtproxmox-backup-manager: add subscription commands
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-08-12 Wolfgang Bumillerreplace and remove old ticket functions
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-07-10 Wolfgang Bumillerupdate proxmox crate to 0.2.0
2020-06-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement verify
2020-06-15 Dietmar Maurersrc/tools.rs: add setup_safe_path_env()
2020-06-08 Dietmar Maurerproxmox_backup_manager disk list: display gpt column
2020-06-07 Dietmar Maurersrc/api2/node/disks.rs: implement initgpt API
2020-06-06 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add disk subcommand
2020-05-28 Dominik Csapakfix 'remove_vanished' cli arg again
2020-05-26 Dominik Csapakfix cli pull api call
2020-05-21 Dietmar Maurerproxmox-backup-manager: add sync-job cli
2020-05-21 Dietmar Maurerproxmox-backup-manager: split out cert.rs
2020-05-21 Dietmar Maurerproxmox-backup-manager: split out datastore.rs
2020-05-21 Dietmar Maurerproxmox-backup-manager: split out dns.rs
2020-05-21 Dietmar Maurerproxmox-backup-manager: split out network.rs
2020-05-21 Dietmar Maurerproxmox-backup-manager: split out acl.rs
2020-05-21 Dietmar Maurerproxmox-backup-manager: split out users.rs
2020-05-21 Dietmar Maurerroxmox-backup-manager: start splitting command into...
2020-05-20 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format output of...
2020-05-20 Dominik Csapakproxmox-backup-manager: add show command for remote...
2020-05-20 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: schedule prune jobs
2020-05-20 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add completion helpe...
2020-05-18 Dietmar Maurerdepend on proxmox 0.1.31 - use Value to store result...
2020-05-08 Dietmar Maurerproxmox-backup-manager: add completion helper for port...
2020-05-08 Dietmar Maurerproxmox-backup-manager - network list: render ports...
2020-05-08 Dietmar Maurerproxmox-backup-manager: add network create command
2020-05-07 Dietmar Maurersrc/config/network.rs: make it compatible with pve
2020-05-01 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: improve user list...
2020-04-26 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add dns sub command
2020-04-25 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: fix node parameter...
2020-04-25 Dietmar Maurermove src/api2/config/network.rs to src/api2/node/network.rs
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement netwerk...
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: new command to show...
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: only show pending...
2020-04-24 Dietmar Maurersrc/config/network.rs: implement network reload, set...
2020-04-23 Dietmar Maurersrc/config/network.rs: introduce NetworkInterfaceType
2020-04-23 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: improve network...
2020-04-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format datastore...
2020-04-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format network list...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: improve network api
2020-04-21 Dietmar Maurersrc/api2/config/network.rs: start network configuration api
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-14 Dietmar Maureracl api: implement update
2020-04-13 Dietmar Maurerstart ACL api
2020-04-09 Dietmar Maurerapi: move config/user to access/users, implement change...
2020-04-08 Dietmar Maureradd user configiguration
2020-02-28 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: avoid compiler warning
2020-02-28 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: cleanup output handling
2020-02-28 Dietmar Maurersrc/tools/format.rs: move output rendering code to...
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: use crate::tools...
2020-01-31 Dietmar Maurerupdate proxmox dependency to 0.1.12
2020-01-30 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: remove stale debug...
2020-01-30 Dietmar Maurersrc/bin/proxmox-backup-manager.rs - list remotes: do...
2020-01-30 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: use new texdt table...
2020-01-27 Dietmar Maureruse proxmox 0.1.9 with new cli command helpers
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new prefix options
2020-01-25 Dietmar Maurersrc/client/http_client.rs: new struct HttpClientOptions
2020-01-25 Dietmar Maurersrc/config/remote.rs: add fingerprint
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-21 Dietmar Maureruse proxmox_backup::tools::runtime::main to run async...
2020-01-17 Dietmar Maurersrc/api2/pull.rs: implement delete flag for vanished...
2020-01-16 Dietmar Maurerrenamed: src/config/remotes.rs -> src/config/remote.rs
2020-01-16 Dietmar Maurersrc/api2/pull.rs: use reference to remote configuration
2020-01-15 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add completion funct...
2020-01-14 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add datastore update cli
2020-01-14 Dietmar Maurersrc/api2/config/remotes.rs: improve api, implement...
2020-01-14 Dietmar Maurersrc/section_config.rs - convert_to_array: optionally...
2020-01-13 Dietmar Maurersrc/api2/types.rs: define REMOTE_ID_SCHEMA here
2020-01-11 Dietmar Maurercleanup config api, add remotes config cli interface
2020-01-10 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement shell...
2020-01-10 Dietmar Maurerrename src/api2/sync.rs -> src/api2/pull.rs
next