Dietmar Maurer
|
f8100e9623
|
src/bin/proxmox-backup-client.rs: remove download cli, do everything in restore
|
2019-07-05 11:36:45 +02:00 |
Dietmar Maurer
|
f4bf7dfcc7
|
src/client/remote_chunk_reader.rs: implement simple caching
|
2019-07-05 10:42:46 +02:00 |
Dietmar Maurer
|
afb4cd28be
|
src/backup/fixed_index.rs: implement BufferedFixedReader
|
2019-07-05 09:19:56 +02:00 |
Christian Ebner
|
7dcbe051e9
|
pxar: Refactor SequentialDecoder to store the callback function within the struct
Reduces the number of arguments for the function calls within the decoder.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
|
2019-07-05 06:38:22 +02:00 |
Dietmar Maurer
|
86eda3eb0d
|
src/bin/proxmox-backup-client.rs: implement restore using BackupReader
|
2019-07-03 15:45:12 +02:00 |
Dietmar Maurer
|
b208da8393
|
src/backup/data_{chunk,blob}.rs: add verify_crc method
|
2019-06-26 09:54:25 +02:00 |
Dietmar Maurer
|
fef44d4f78
|
src/bin/proxmox-backup-client.rs: decode blobs on download
No more need for that clumsy blob cli (removed).
|
2019-06-26 09:18:59 +02:00 |
Dietmar Maurer
|
bb8231409e
|
src/backup/crypt_config.rs - generate_rsa_encoded_key: store as json
Use the KeyConfig serialization with kdf = None.
|
2019-06-26 07:32:34 +02:00 |
Dietmar Maurer
|
3031e44c58
|
src/bin/proxmox-backup-client.rs: remove stale download file, start blob cli
|
2019-06-25 13:00:37 +02:00 |
Dietmar Maurer
|
45db6f89e1
|
src/bin/proxmox-backup-client.rs: implement download command
|
2019-06-25 11:17:24 +02:00 |
Dietmar Maurer
|
6899dbfb47
|
src/bin/proxmox-backup-client.rs: strip .blob extension
|
2019-06-25 07:11:02 +02:00 |
Dietmar Maurer
|
045e8a568d
|
src/bin/proxmox-backup-client.rs: change key name to rsa-encrypted.key
|
2019-06-25 07:00:07 +02:00 |
Dietmar Maurer
|
9f46c7de4b
|
src/bin/proxmox-backup-client.rs: upload rsa encoded key after backup
|
2019-06-24 13:56:37 +02:00 |
Dietmar Maurer
|
cb08ac3efe
|
src/api2/backup.rs: replace upload_config with upload_blob
|
2019-06-23 11:44:30 +02:00 |
Dietmar Maurer
|
3ea8bfc9c0
|
src/bin/proxmox-backup-client.rs: add import-master-pubkey command
|
2019-06-21 07:34:17 +02:00 |
Dietmar Maurer
|
37c5a17505
|
src/bin/proxmox-backup-client.rs: helper to generate RSA master key
|
2019-06-21 07:12:19 +02:00 |
Dietmar Maurer
|
ab44acff57
|
src/backup/key_derivation.rs: add modified field to key file
|
2019-06-20 07:58:33 +02:00 |
Dietmar Maurer
|
6d0983dbe1
|
src/bin/proxmox-backup-client.rs: add keyfile parameter for backup
|
2019-06-19 17:16:41 +02:00 |
Dietmar Maurer
|
181f097af9
|
src/bin/proxmox-backup-client.rs - key API: pass kdf parameter
Allow to store keys without password.
|
2019-06-18 18:21:01 +02:00 |
Dietmar Maurer
|
9b06db4563
|
src/bin/proxmox-backup-client.rs: use file system path to reference keys
|
2019-06-18 17:38:50 +02:00 |
Dietmar Maurer
|
091540298e
|
src/bin/proxmox-backup-client.rs - create_key: always read password from tty
|
2019-06-18 17:27:52 +02:00 |
Dietmar Maurer
|
826f309bf5
|
src/backup/key_derivation.rs: move kdf code into separate file
|
2019-06-18 11:17:22 +02:00 |
Dietmar Maurer
|
ac71623483
|
src/bin/proxmox-backup-client.rs: implement "key change-passphrase"
|
2019-06-17 13:10:00 +02:00 |
Dietmar Maurer
|
f2401311b0
|
src/bin/proxmox-backup-client.rs: start key management
|
2019-06-17 10:33:24 +02:00 |
Dietmar Maurer
|
f98ac774ee
|
backup: Add support for client side encryption
first try ...
|
2019-06-13 11:47:23 +02:00 |
Wolfgang Bumiller
|
dd5495d6dc
|
tree-wide: use 'dyn' for all trait objects
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-06-07 13:13:48 +02:00 |
Dietmar Maurer
|
4247fccb0f
|
src/client/http_client.rs: automatically close connection in finish
|
2019-06-05 11:41:50 +02:00 |
Wolfgang Bumiller
|
cb4426b348
|
make h2 client connection cancellable
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-06-05 09:45:59 +02:00 |
Dietmar Maurer
|
ec8a9bb953
|
src/bin/proxmox-backup-client.rs: implement upload_config
|
2019-06-03 10:39:44 +02:00 |
Dietmar Maurer
|
1c0472e88f
|
avoid compiler warnings
|
2019-06-03 06:43:47 +02:00 |
Dietmar Maurer
|
36898ffce6
|
src/backup/chunk_stream.rs: add optional chunk_size parameter
|
2019-05-30 13:28:24 +02:00 |
Dietmar Maurer
|
49ef316bcd
|
src/bin/proxmox-backup-client.rs: backup_image() - pass correct chunk size
|
2019-05-30 12:52:12 +02:00 |
Dietmar Maurer
|
202cadc29e
|
src/bin/proxmox-backup-client.rs: remove unused code
|
2019-05-30 12:47:35 +02:00 |
Dietmar Maurer
|
6af905c18f
|
src/bin/proxmox-backup-client.rs: implement image/block-device upload
|
2019-05-30 12:46:01 +02:00 |
Dietmar Maurer
|
eb1804c567
|
src/bin/proxmox-backup-client.rs: use std lib instead of nix
|
2019-05-30 12:19:23 +02:00 |
Dietmar Maurer
|
6e907505aa
|
src/bin/proxmox-backup-client.rs: fix file type test
|
2019-05-30 12:08:34 +02:00 |
Dietmar Maurer
|
39e60bd6fa
|
src/api2/admin/datastore/backup.rs: improve debug logging
|
2019-05-29 10:17:38 +02:00 |
Dietmar Maurer
|
c4ff3dcefd
|
src/bin/proxmox-backup-client.rs: use new BackupClient to upload data
|
2019-05-28 10:12:44 +02:00 |
Dietmar Maurer
|
9e391bb7f0
|
src/client/http_client.rs: allow to pass parameters (encode them as query string)
|
2019-05-13 09:12:03 +02:00 |
Dietmar Maurer
|
45cdce069e
|
src/client/http_client.rs: request password at creation time
|
2019-04-30 11:44:35 +02:00 |
Dietmar Maurer
|
5a2df00004
|
src/client/http_client.rs: cleanup, make login fully async
|
2019-04-28 10:55:03 +02:00 |
Dietmar Maurer
|
49cf9f3d0b
|
src/tools.rs: file_get_json() - add new default parameter
|
2019-04-04 12:24:18 +02:00 |
Dietmar Maurer
|
5defa71bf9
|
rename PxarBackupWriter into PxarDecodeWriter
|
2019-03-15 07:20:22 +01:00 |
Dietmar Maurer
|
8968258b66
|
rename catar into pxar
To avoid confusion with the casync implementation.
|
2019-03-14 10:54:09 +01:00 |
Dietmar Maurer
|
08dc340a12
|
src/bin/proxmox-backup-client.rs: complete archive names
|
2019-03-14 08:09:35 +01:00 |
Dietmar Maurer
|
b238851832
|
src/bin/proxmox-backup-client.rs: implement completion for snapshots
|
2019-03-13 13:31:29 +01:00 |
Dietmar Maurer
|
4981134708
|
src/bin/proxmox-backup-client.rs: implement chunk-size completion
|
2019-03-13 12:26:01 +01:00 |
Dietmar Maurer
|
98f0b97293
|
src/bin/proxmox-backup-client.rs: cleanup
|
2019-03-13 12:17:39 +01:00 |
Dietmar Maurer
|
024f11bb55
|
src/bin/proxmox-backup-client.rs: implement completion for backup groups
|
2019-03-13 11:56:37 +01:00 |
Dietmar Maurer
|
edd3c8c605
|
src/client/backup_repo.rs: implement FromStr trait
|
2019-03-13 10:09:39 +01:00 |