]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-backup-client.rs
client: add simple version command
[proxmox-backup.git] / src / bin / proxmox-backup-client.rs
2020-07-10 Thomas Lamprechtclient: add simple version command
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: rename into_string -> to_string
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: cleanup signature generation
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: include signature inside the...
2020-07-08 Dietmar Maurersrc/backup/file_formats.rs: remove signed chunks
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-08 Dietmar Maurersrc/client/backup_writer.rs - upload_stream: add crypt_mode
2020-07-08 Wolfgang Bumillerclient: fix schema to include --crypt-mode parameter
2020-07-08 Wolfgang Bumillerremove CryptMode::sign_only special method
2020-07-07 Wolfgang Bumillerintroduce a CryptMode enum
2020-07-06 Wolfgang Bumillerclient: add --encryption boolen parameter
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-03 Dietmar Maurermake ReadChunk not require mutable self. v0.6.0
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
2020-06-26 Dietmar Maurerupdate backup api for incremental backup
2020-06-24 Wolfgang Bumillerupdate to pxar 0.1.9, update ReadAt implementations
2020-06-23 Dietmar Maurercleanup: implement FromStr for BackupGroup
2020-06-23 Dietmar Maurercleanup: implement FromStr for BackupDir
2020-06-19 Dominik Csapakapi2/admin/datastore/snapshos: show encrypted and size...
2020-06-19 Dominik Csapakadd encrypted info to Manifest
2020-06-12 Wolfgang Bumillersome internal combinator-influenced api cleanup
2020-06-12 Wolfgang Bumillerclient: make dump_image async, use async chunk reader
2020-06-12 Wolfgang Bumilleradd an AsyncReadChunk trait
2020-06-12 Dominik Csapakclient: only start catalog upload if we have one
2020-06-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-09 Wolfgang Bumillerpxar: create .pxarexclude-cli file
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-06-03 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement quite flag
2020-06-03 Thomas Lamprechtclient restore: don't add server file ending if already...
2020-06-03 Thomas Lamprechtclient restore: factor out archive/type parsing
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-30 Dietmar Maurersrc/client/backup_specification.rs: split code into...
2020-05-07 Dietmar Maurersrc/config/network.rs: make it compatible with pve
2020-05-05 Dietmar Maurersrc/bin/proxmox-backup-client.rs: add human readable...
2020-05-05 Dietmar Maurersrc/bin/proxmox-backup-client.rs: correctly format...
2020-04-29 Dietmar Maureruse proxmox 0.1.25, use new EnumEntry feature
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_groups: render...
2020-02-28 Christian Ebnerproxmox-backup-client: expose exclude match patterns...
2020-02-28 Dietmar Maurersrc/tools/format.rs: move output rendering code to...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_groups: use...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use new output format...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: improve...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: do not print...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_snapshots:...
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_snapshot_files...
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: use format_a...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: implement verbose options
2020-02-11 Dietmar Maurersrc/client/http_client.rs: remove useless password_env
2020-02-11 Dietmar Maurersrc/bin/proxmox-backup-client.rs: allows to pass finger...
2020-01-31 Dietmar Maurersrc/bin/proxmox-backup-client.rs: do not use api macro...
2020-01-31 Dietmar Maurerdepend on proxmox 0.1.13, use new tty helpers from...
2020-01-31 Christian Ebnerproxmox-backup-client: add missing prune options to...
2020-01-27 Dietmar Maureruse proxmox 0.1.9 with new cli command helpers
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new password_env option
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new prefix options
2020-01-25 Dietmar Maurersrc/client/http_client.rs: implement fingerprint cache
2020-01-25 Dietmar Maurersrc/client/http_client.rs: new struct HttpClientOptions
2020-01-24 Christian Ebnersrc/bin/proxmox-backup-client.rs: fix another typo...
2020-01-24 Christian Ebnersrc/bin/proxmox-backup-client.rs: fix typo in property...
2020-01-23 Dietmar Maurersrc/api2/types.rs: define and use struct StorageStatus
2020-01-22 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use a std channel...
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-15 Oguz Bektastools: add read_and_verify_password helper
2020-01-13 Oguz Bektasfix typo for function name load_and_decrypt_key
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup - factor...
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup - factor...
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use SnapshotListItem
2019-12-31 Dietmar Maurersrc/backup/manifest.rs: new helper archive_type()
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use async fn
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-client.rs - start_garbage_collec...
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-12-16 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use #[api] macro
2019-12-16 Wolfgang Bumillerclient: use api macro for catalog_shell async fn
2019-12-16 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use ApiHandler::Async...
2019-12-16 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use new ApiHandler...
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-12-13 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement task stop
2019-12-11 Dietmar Maurersrc/api2/node/tasks.rs: new filter "store" to filter...
2019-12-11 Dietmar Maurersrc/api2/node/tasks.rs: add "running" filter to list...
2019-12-10 Dietmar Maurersrc/bin/proxmox-backup-client.rs: add simple task manag...
2019-12-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup - factor...
2019-12-09 Dietmar Maurercli: avoid useless .into()
2019-12-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: remove unnecessary...
2019-12-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs - garbage-collection...
2019-12-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: impl. and use complet...
2019-12-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: impl. catalog sub...
2019-12-08 Dietmar Maurersrc/client/task_log.rs: move display_task_log into...
2019-12-08 Dietmar Maurersrc/api2/admin/datastore.rs: remove test_prune, add...
2019-12-08 Dietmar Maurersrc/bin/proxmox-backup-client.r - display_task_log...
2019-12-08 Dietmar Maurersrc/bin/proxmox-backup-client.r - display_task_log...
2019-12-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: new display task...
next