]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-backup-client.rs
bump pxar to 0.9.0
[proxmox-backup.git] / src / bin / proxmox-backup-client.rs
2021-02-08 Fabian Grünbichlerclient: move test output files to target/testout
2021-02-06 Fabian Grünbichlerclient: track key source, print when used
2021-02-06 Fabian Grünbichlerclient: refactor crypto_parameter handling
2021-02-06 Fabian Grünbichlerclient: extend tests for master key handling
2021-02-06 Fabian Grünbichlerclient: allow passing specific master key
2021-02-06 Fabian Grünbichlerclient: refactor keyfile_parameters
2021-02-06 Fabian Grünbichlerclient: add test for keyfile_parameters
2021-02-06 Fabian Grünbichlerkey: make 'default' master key explicit
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-26 Fabian Grünbichlerderive/impl and use Default for some structs
2021-01-26 Fabian Grünbichlerpxar: extract PxarExtractOptions
2021-01-26 Fabian Grünbichlerpxar: factor out PxarCreateOptions
2021-01-26 Fabian Grünbichlerclient: factor out UploadOptions
2021-01-26 Fabian Grünbichlerclient: refactor catalog upload spawning
2021-01-21 Dietmar Maurercleanup: always compute fingerprint in KeyConfig constr...
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: use copied/cloned instead of map
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2021-01-14 Fabian Grünbichlercleanup: remove unnecessary 'mut' and '.clone()'
2021-01-14 Fabian Grünbichlertokio 1.0: use ReceiverStream from tokio-stream
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-17 Fabian Grünbichlerkey: move RSA-encryption to KeyConfig
2020-12-17 Fabian Grünbichlerfix #3197: skip fingerprint check when restoring key
2020-12-17 Fabian Grünbichlermaster key: store blob name in constant
2020-11-25 Fabian Grünbichlerrestore: print to STDERR
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ünbichlerexpose previous backup time in backup env
2020-11-24 Fabian Grünbichlerclient: check fingerprint after downloading manifest
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-16 Fabian Ebnerclient: expose all-file-systems option
2020-11-11 Stoiko Ivanovlog source of encryption key
2020-11-11 Stoiko Ivanovinform user when using default encryption key
2020-11-10 Wolfgang Bumillerclient: error context when building HttpClient
2020-11-06 Fabian Grünbichlerclient: properly complete new-owner
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Dominik Csapakapi: datstore status: introduce proper structs and...
2020-10-28 Thomas Lamprechtclient: adapt to change datastroe status return schema
2020-10-20 Dietmar Maurerproxmox-backup-client: use HumanByte to render snapshot...
2020-10-14 Dylan Whytefix #2847: proxmox-backup-client: add change-owner cmd
2020-10-08 Stefan Reiterformat: fix typo in function name
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-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian GrünbichlerBackupDir: make constructor fallible
2020-09-11 Fabian Grünbichleruse non-panicky timestamp_opt where appropriate
2020-09-10 Hannes Laimeradd benchmark flag to backup creation for proper cleanu...
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-06 Dylan Whytefix: master-key: upload RSA encoded key with backup
2020-08-03 Wolfgang Bumillerpxar: better error handling on extract
2020-07-30 Wolfgang Bumillerfix #2873: if --pattern is used, default to not extracting
2020-07-24 Stoiko Ivanovfix 2885: bail on duplicate backup target
2020-07-23 Thomas Lamprechtclient: log index.json upload only when verbose
2020-07-23 Thomas Lamprechtclient: don't use debug format for printing BackupRepos...
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...
next