]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox_backup_client
proxy: expose qrcodejs
[proxmox-backup.git] / src / bin / proxmox_backup_client /
2020-12-22 Wolfgang Bumilleradaptions for proxmox 0.9 and proxmox-api-macro 0.3
2020-12-17 Fabian Grünbichlerclient: add 'import-with-master-key' command
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-11-30 Wolfgang Bumillerclient: use tools::pipe instead of nix
2020-11-25 Dietmar Maurercli: rename command "upload-log" to "snapshot upload...
2020-11-25 Dietmar Maurercli: rename command "forget" to "snapshot forget"
2020-11-25 Dietmar Maurercli: rename command "files" to "snapshot files"
2020-11-24 Dietmar Maurercli: use new alias feature for "snapshots"
2020-11-24 Dominik Csapakclient: add 'snapshot notes show/update' command
2020-11-24 Fabian Grünbichlerpaperkey: refactor common code
2020-11-24 Fabian Grünbichlerclient: check fingerprint after downloading manifest
2020-11-24 Dietmar Maurercli: cleanup 'key show' - use format_and_print_result_full
2020-11-23 Fabian Grünbichlerclient: add 'key show' command
2020-11-23 Fabian Grünbichlerclient: print key fingerprint and master key
2020-11-23 Fabian Grünbichlerkey: add fingerprint to key config
2020-11-19 Dominik Csapakfix systemd-encoded upid strings in http client
2020-11-10 Wolfgang Bumillerclient: error context when building HttpClient
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-20 Dietmar Maurerpaperkey: use svg as image format to provide better...
2020-10-19 Fabian Grünbichlerbuild: bump nix dependency
2020-10-14 Dietmar Maureruse SslAcceptor::mozilla_intermediate_v5
2020-10-13 Dietmar Maurerproxmox-backup-client key: rename 'paper-key' command...
2020-10-08 Stefan Reiterfuse_loop: add automatic cleanup of run files and dangl...
2020-10-08 Stefan Reitermount/map: use names for map/unmap for easier use
2020-10-06 Dietmar Maurersrc/bin/proxmox_backup_client/mount.rs: fix img name...
2020-10-06 Stefan Reiterclient: implement map/unmap commands for .img backups
2020-10-06 Stefan Reitermount: handle SIGTERM as well
2020-09-30 Dietmar Maurerpaperkey: add html output
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-29 Dietmar Maurerproxmox_backup_client key: allow to generate paperkey...
2020-09-29 Dietmar Maurerproxmox_backup_client key: add new paper-key command
2020-09-26 Dietmar Maurersrc/bin/proxmox_backup_client/benchmark.rs: avoid compi...
2020-09-24 Dietmar Maurerbenchmark: use compressable data to get more realistic...
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichlerdon't truncate DateTime nanoseconds
2020-09-10 Dietmar Maurerbenchmark: update TLS reference speed
2020-09-10 Hannes Laimeradd benchmark flag to backup creation for proper cleanu...
2020-09-10 Dylan Whytemount: fix mount subcommand
2020-08-19 Dylan WhyteFix typo in program output
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-07-10 Wolfgang Bumillerupdate proxmox crate to 0.2.0
2020-07-10 Dietmar Maurersrc/bin/proxmox_backup_client/catalog.rs: fix keyfile...
2020-07-10 Wolfgang Bumillerclient: show key path when creating/changing default key
2020-07-10 Dietmar Maurerproxmox-backup-client benchmark: improve output format
2020-07-09 Dietmar Maurerproxmox-backup-client benchamrk: add more speed tests
2020-07-09 Dietmar Maurerproxmox-backup-client benchmark: add --verbose flag
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: include signature inside the...
2020-07-08 Wolfgang Bumillerclient: introduce --keyfd parameter
2020-07-08 Wolfgang Bumillermore xdg cleanup and encryption parameter improvements
2020-07-08 Wolfgang Bumillerclient: xdg usage: place() vs find()
2020-07-06 Wolfgang Bumillerclient: use default encryption key if it is available
2020-07-06 Wolfgang Bumillerclient: move key management into separate module
2020-07-03 Dietmar Maurersrc/bin/proxmox_backup_client/catalog.rs: split out...
2020-07-02 Dietmar Maurersrc/bin/proxmox_backup_client/task.rs: split out task...
2020-07-02 Dietmar Maurersrc/bin/proxmox_backup_client/mount.rs: split out mount...
2020-07-02 Dietmar Maurerproxmox-backup-client: add benchmark command