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
|
11515438cc
|
Cargo.toml: use serde feature derive
|
2019-06-18 06:23:25 +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
|
a7dd483097
|
src/backup/*_index.rs: used generated magic numbers
|
2019-06-14 14:58:37 +02:00 |
|
Dietmar Maurer
|
bffd40d6b7
|
src/tools.rs: move hex_to_digest and digest_to_hex to proxmox::tools
|
2019-06-14 11:40:04 +02:00 |
|
Dietmar Maurer
|
00388226e6
|
src/api2/backup/environment.rs: log index checksums
|
2019-06-14 10:36:20 +02:00 |
|
Dietmar Maurer
|
9335d74eba
|
src/backup/fixed_index.rs: compute checksum over the index
|
2019-06-14 10:34:29 +02:00 |
|
Dietmar Maurer
|
16ff6b7cd8
|
src/backup/dynamic_index.rs: compute checksum over the index
|
2019-06-14 10:33:59 +02:00 |
|
Dietmar Maurer
|
36075475a6
|
src/api2/backup/environment.rs: log duplicate chunks
|
2019-06-14 07:12:30 +02:00 |
|
Dietmar Maurer
|
fa148dbd11
|
src/api2/backup/upload_chunk.rs: verify chunk data if possible
|
2019-06-14 06:23:46 +02:00 |
|
Dietmar Maurer
|
0f37577092
|
src/bin/cipherbench.rs: add test for zstd compression
|
2019-06-13 17:24:57 +02:00 |
|
Dietmar Maurer
|
9399c98f82
|
src/bin/cipherbench.rs: cipher speed test with large blocks
|
2019-06-13 17:16:43 +02:00 |
|
Dietmar Maurer
|
f640f23ac5
|
src/backup/data_chunk.rs: fix typo
|
2019-06-13 16:42:55 +02:00 |
|
Dietmar Maurer
|
dba72d5016
|
src/backup/data_chunk.rs: only use compressed data if it is shorter than uncompressed
|
2019-06-13 12:56:50 +02:00 |
|
Dietmar Maurer
|
68ab376ae9
|
src/backup/crypt_setup.rs: only use compressed data if it is shorter than uncompressed
|
2019-06-13 12:47:54 +02:00 |
|
Dietmar Maurer
|
f98ac774ee
|
backup: Add support for client side encryption
first try ...
|
2019-06-13 11:47:23 +02:00 |
|
Dietmar Maurer
|
51929e4532
|
src/backup/data_chunk.rs - decode: make crypt_config optional
|
2019-06-13 11:44:38 +02:00 |
|
Dietmar Maurer
|
046bcb9773
|
src/backup/crypt_setup.rs: add comment for possible improvements
|
2019-06-13 07:35:59 +02:00 |
|
Dietmar Maurer
|
bd0e3c7cfa
|
src/backup/data_chunk.rs: Moved ChunkInfo from merge_known_chunks.rs
|
2019-06-13 07:35:02 +02:00 |
|
Dietmar Maurer
|
6762db70d6
|
src/api2/types.rs: define CHUNK_DIGEST_SCHEMA
|
2019-06-13 07:30:42 +02:00 |
|
Dietmar Maurer
|
b595cb9d2c
|
src/backup/data_chunk.rs: Data Chunk builder
Make handling encoded chunks easier.
|
2019-06-12 13:37:01 +02:00 |
|
Dietmar Maurer
|
ef27200cec
|
src/backup/crypt_setup.rs: fix encoder for uncompressed chunks
|
2019-06-10 09:56:06 +02:00 |
|
Dietmar Maurer
|
74792b95b2
|
src/backup/crypt_setup.rs: allow compressed and uncompressed chunks
|
2019-06-10 08:27:35 +02:00 |
|
Dietmar Maurer
|
9e0187a203
|
src/backup/crypt_setup.rs: remove unused CryptData struct
|
2019-06-10 07:55:36 +02:00 |
|
Dietmar Maurer
|
bec8498ae3
|
src/backup/crypt_setup.rs: avoid useless allocations
|
2019-06-09 11:44:17 +02:00 |
|
Dietmar Maurer
|
c20b17b460
|
src/backup.rs: define magic numbers for chunk store file format
|
2019-06-08 10:34:20 +02:00 |
|
Dietmar Maurer
|
48b4b40b57
|
src/backup/crypt_setup.rs: crypto helpers
|
2019-06-08 09:56:51 +02:00 |
|
Dietmar Maurer
|
a207352d68
|
depend on ../proxmox/proxmox
I was unable to use a git url ...
|
2019-06-07 17:34:53 +02:00 |
|
Dietmar Maurer
|
4800df7ba6
|
src/api2/admin/datastore.rs: remove test-upload api
|
2019-06-07 07:52:11 +02:00 |
|
Dietmar Maurer
|
113898d7e9
|
src/api2/admin/datastore/upload.rs: remove unused upload api
|
2019-06-07 07:39:41 +02:00 |
|
Dietmar Maurer
|
4247fccb0f
|
src/client/http_client.rs: automatically close connection in finish
|
2019-06-05 11:41:50 +02:00 |
|
Dietmar Maurer
|
986bef16be
|
src/backup.rs; use a macro to define PROXMOX_BACKUP_PROTOCOL_ID_V1
So that we can include it in static doc strings.
|
2019-06-05 08:41:20 +02:00 |
|
Dietmar Maurer
|
c9ec0956cf
|
src/backup.rs: define const PROXMOX_BACKUP_PROTOCOL_ID_V1
|
2019-06-05 08:12:13 +02:00 |
|
Dietmar Maurer
|
44c54845b3
|
src/tools/xattr.rs: fix test when run as root
|
2019-06-05 07:57:42 +02:00 |
|
Dietmar Maurer
|
7773ccc11f
|
src/api2.rs: move backup api to /backup
|
2019-06-05 07:23:21 +02:00 |
|
Dietmar Maurer
|
1ce2f7cfb9
|
src/pxar/encoder.rs: style fix
|
2019-06-05 06:27:39 +02:00 |
|
Dietmar Maurer
|
177db84b82
|
docs/backup-protocol.rst: add backup protocol docs
|
2019-06-04 17:33:12 +02:00 |
|
Dietmar Maurer
|
22e5aa1d3e
|
src/bin/dump-backup-api.rs: helper to generate backup API docs
|
2019-06-04 13:12:42 +02:00 |
|
Dietmar Maurer
|
5e0f305142
|
src/api_schema/format.rs: depend on textwrap, new wrap_text helper
|
2019-06-04 12:42:02 +02:00 |
|
Dietmar Maurer
|
339ddfcbfa
|
src/cli/command.rs: move doc generator code to src/api_schema/format.rs
|
2019-06-04 12:32:22 +02:00 |
|
Dietmar Maurer
|
ef39bf95b3
|
src/client/http_client.rs - upload_config: improve error message
|
2019-06-03 10:53:09 +02:00 |
|
Dietmar Maurer
|
ec8a9bb953
|
src/bin/proxmox-backup-client.rs: implement upload_config
|
2019-06-03 10:39:44 +02:00 |
|
Dietmar Maurer
|
39d6846e1e
|
src/api2/admin/datastore/backup.rs: implement config file upload
|
2019-06-03 09:45:14 +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
|
96482891ae
|
src/api2/admin/datastore/backup/environment.rs: log upload statistics
|
2019-05-30 09:21:19 +02:00 |
|
Dietmar Maurer
|
642322b433
|
src/api2/admin/datastore/backup.rs: use separate api entry points for chunk upload
So that we can provide better statistics (patches follows).
|
2019-05-30 09:21:19 +02:00 |
|
Dietmar Maurer
|
e6389f4e75
|
src/api2/admin/datastore/backup/environment.rs: do not allow empty backups (no files)
|
2019-05-29 10:38:57 +02:00 |
|
Dietmar Maurer
|
39e60bd6fa
|
src/api2/admin/datastore/backup.rs: improve debug logging
|
2019-05-29 10:17:38 +02:00 |
|
Dietmar Maurer
|
4ae6551c78
|
src/api_schema/router.rs: disable debug println
|
2019-05-29 09:42:16 +02:00 |
|
Dietmar Maurer
|
a42d1f55c3
|
src/api2/admin/datastore/backup.rs: add debug flag
|
2019-05-29 09:35:21 +02:00 |
|
Dietmar Maurer
|
976595e1a9
|
src/backup/dynamic_index.rs: split class DynamicIndexWriter
|
2019-05-29 08:49:57 +02:00 |
|
Dietmar Maurer
|
cb0708dd46
|
src/backup/fixed_index.rs: remove ChunkStat from struct
|
2019-05-29 07:08:34 +02:00 |
|
Dietmar Maurer
|
01af11f340
|
src/backup/fixed_index.rs: improve consistency checks
|
2019-05-29 07:02:45 +02:00 |
|
Dietmar Maurer
|
60e589a111
|
src/api2/admin/datastore/backup.rs: log sucessful finish call
|
2019-05-28 12:55:22 +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
|
10241c20ea
|
src/tools.rs: implement image_size helper
|
2019-05-28 09:35:08 +02:00 |
|
Dietmar Maurer
|
006f3ff407
|
src/api2/admin/datastore/backup/environment.rs: add more consistency checks
|
2019-05-28 09:21:31 +02:00 |
|
Dietmar Maurer
|
3dc5b2a203
|
src/client/http_client.rs: use start of chunk as offset
|
2019-05-28 09:21:31 +02:00 |
|
Dietmar Maurer
|
8de20e5c1f
|
src/client/http_client.rs: code cleanup
|
2019-05-28 08:53:27 +02:00 |
|
Dietmar Maurer
|
fc14b84937
|
src/backup/fixed_index.rs: improve bound checks inside add_digest
|
2019-05-28 08:47:03 +02:00 |
|
Dietmar Maurer
|
e1225de467
|
src/backup/fixed_index.rs: store index_length to avoid code duplication
|
2019-05-28 08:27:57 +02:00 |
|
Dietmar Maurer
|
e3d525feb7
|
src/api2/admin/datastore/backup.rs: fix typo
|
2019-05-28 07:13:19 +02:00 |
|
Dietmar Maurer
|
a42fa400ee
|
src/api2/admin/datastore/backup.rs: implement fixed sized chunk upload api
|
2019-05-28 06:18:55 +02:00 |
|
Dietmar Maurer
|
29ae5c86a2
|
src/backup/fixed_index.rs: make chunk_size public
|
2019-05-28 06:18:24 +02:00 |
|
Dietmar Maurer
|
7dd1bcac58
|
src/client/http_client.rs: correctly parse error response in download_chunk_list
|
2019-05-27 09:35:30 +02:00 |
|
Dietmar Maurer
|
a1e7cff3ea
|
src/api2/admin/datastore/backup/upload_chunk.rs: rename upload_dynamic_chunk into upload_chunk
|
2019-05-27 07:57:43 +02:00 |
|
Dietmar Maurer
|
771953f9eb
|
src/api2/admin/datastore/backup.rs: use smaller window sizes
|
2019-05-27 07:53:40 +02:00 |
|
Dietmar Maurer
|
174ad378d8
|
src/client/http_client.rs: fix request pipelining
|
2019-05-27 07:24:32 +02:00 |
|
Dietmar Maurer
|
624362226e
|
src/client/merge_known_chunks.rs: use MergedChunkInfo as input
|
2019-05-26 10:52:56 +02:00 |
|
Dietmar Maurer
|
05cba08c9c
|
src/client/http_client.rs: append chunks in correct order
We need to wait for response from upload_chunk. After that we can
add the chunk to the index file.
|
2019-05-26 09:57:34 +02:00 |
|
Dietmar Maurer
|
417cb0731e
|
src/api2/admin/datastore/backup.rs: verify chunk offset
This clearly shows that the current approach does not work - seems we get
chunks out of order.
|
2019-05-26 08:49:29 +02:00 |
|
Dietmar Maurer
|
34114e2606
|
src/server/rest.rs: correctly verify json parameters
|
2019-05-24 09:10:59 +02:00 |
|
Dietmar Maurer
|
eb2bdd1bcc
|
src/client/http_client.rs: encode parameters inside body
To avoid problems with long uris.
|
2019-05-24 08:32:55 +02:00 |
|
Dietmar Maurer
|
9bb675ec23
|
src/client/merge_known_chunks.rs: reduce RAM usage
There is no need to store chunk data for known chunks.
|
2019-05-24 07:42:58 +02:00 |
|
Dietmar Maurer
|
ecb21b4794
|
src/client/merge_known_chunks.rs: avoid VecDequeu - a single buffer is enough
|
2019-05-24 07:36:09 +02:00 |
|
Dietmar Maurer
|
aa1b2e04fe
|
src/client/merge_known_chunks.rs: merge known chunks
To decrease the number of api calls required...
|
2019-05-23 12:31:09 +02:00 |
|
Dietmar Maurer
|
91320f0879
|
src/client/http_client.rs: use ChunkInfo streams
This will make out of order uploads possible...
|
2019-05-23 12:31:09 +02:00 |
|
Dietmar Maurer
|
8bea85b42e
|
src/api2/admin/datastore/backup.rs: verify file size and chunk count on close
|
2019-05-23 08:50:36 +02:00 |
|
Dietmar Maurer
|
1179e15842
|
src/server/rest.rs: improve error handling
|
2019-05-23 08:15:32 +02:00 |
|
Dietmar Maurer
|
907f5bb0d8
|
src/api2/admin/datastore/backup/service.rs: improve error logging
|
2019-05-23 08:05:39 +02:00 |
|
Dietmar Maurer
|
32e1bf4260
|
src/bin/upload-speed.rs: code cleanup
|
2019-05-23 07:20:05 +02:00 |
|
Dietmar Maurer
|
d6f204eda6
|
src/client/http_client.rs: re-order code - public functions first
|
2019-05-23 06:28:10 +02:00 |
|
Dietmar Maurer
|
9af37c8f0e
|
src/client/http_client.rs: move low level H2 code into separate class
|
2019-05-22 17:28:25 +02:00 |
|
Dietmar Maurer
|
d2c48afc6e
|
src/client/http_client.rs: code cleanup
|
2019-05-22 13:24:33 +02:00 |
|
Dietmar Maurer
|
6ab34afa88
|
src/client/http_client.rs: cleanup h2 backup client
|
2019-05-22 13:05:51 +02:00 |
|
Dietmar Maurer
|
a55fcd740f
|
src/api2/admin/datastore/backup.rs: suse POST for finish() api
|
2019-05-22 13:04:58 +02:00 |
|
Dietmar Maurer
|
de6742c04f
|
src/bin/h2test.rs: removed
This test does no work anymore.
|
2019-05-22 11:14:56 +02:00 |
|