Dietmar Maurer
|
62ee2eb405
|
avoid some clippy warnings
|
2019-10-26 11:42:05 +02:00 |
|
Dietmar Maurer
|
834a2f95a0
|
avoid some clippy warnings
|
2019-10-25 18:44:51 +02:00 |
|
Dietmar Maurer
|
f58f426e86
|
src/pxar/binary_search_tree.rs: allow(clippy::many_single_char_names)
|
2019-10-25 18:22:19 +02:00 |
|
Dietmar Maurer
|
11377a47bb
|
avoid some clippy warnings
|
2019-10-25 18:04:37 +02:00 |
|
Dietmar Maurer
|
9fe2f639b8
|
allow(clippy::cast_ptr_alignment)
|
2019-10-25 18:03:55 +02:00 |
|
Dietmar Maurer
|
cd69d36b45
|
src/backup/dynamic_index.rs: use write_all()
|
2019-10-25 17:22:41 +02:00 |
|
Dietmar Maurer
|
ffe171c5db
|
src/pxar/encoder.rs: avoid duplicate check for MAX_DIRECTORY_ENTRIES
Simply by reordering code.
|
2019-10-23 07:55:56 +02:00 |
|
Dietmar Maurer
|
920243b12d
|
pxar: simplify MatchPattern::to_bytes
|
2019-10-23 07:29:02 +02:00 |
|
Dietmar Maurer
|
a8f10f849e
|
src/bin/proxmox-backup-client.rs: fix parameters for get_encryption_key_password
|
2019-10-17 10:28:21 +02:00 |
|
Dietmar Maurer
|
649c5ee7b1
|
load_and_decrtypt_key: allow function closures to readf passphrase
|
2019-10-16 13:23:52 +02:00 |
|
Dietmar Maurer
|
60ffa9649c
|
src/backup/manifest.rs: fix property names (use '-' instead of '_')
|
2019-10-14 12:28:27 +02:00 |
|
Dietmar Maurer
|
4c9f753c56
|
src/backup/data_blob.rs: define create_zero_chunk as member function
and rename it to build_zero_chunk()
|
2019-10-14 10:58:26 +02:00 |
|
Dietmar Maurer
|
2745151d93
|
src/backup/data_blob.rs: add create_zero_chunk() helper
|
2019-10-14 10:44:46 +02:00 |
|
Dietmar Maurer
|
f06b820ac0
|
src/backup/manifest.rs: add verify_file
|
2019-10-13 10:09:12 +02:00 |
|
Dietmar Maurer
|
511a47bd73
|
cleanup
|
2019-10-13 09:39:21 +02:00 |
|
Dietmar Maurer
|
e17d5d864d
|
src/backup/manifest.rs: improve parser (try_from)
|
2019-10-13 08:39:49 +02:00 |
|
Dietmar Maurer
|
59e9ba01c6
|
src/backup/manifest.rs: new class to generate/parse index.json
|
2019-10-12 17:58:08 +02:00 |
|
Dietmar Maurer
|
ad6e5a6f51
|
rename INDEX_BLOB_NAME to MANIFEST_BLOB_NAME
|
2019-10-12 15:53:27 +02:00 |
|
Dietmar Maurer
|
296c50ba3d
|
src/client/backup_reader.rs: add download_manifest
Also add crypt_config as member variable.
|
2019-10-12 15:50:26 +02:00 |
|
Dietmar Maurer
|
0203fd1b72
|
set toolchain to beta
|
2019-10-12 14:08:33 +02:00 |
|
Dietmar Maurer
|
cf9271e27c
|
src/client/backup_writer.rs: move BackupClient code into extra file
And rename it to BackupWriter.
|
2019-10-12 13:53:11 +02:00 |
|
Dietmar Maurer
|
913acb41fd
|
src/client/backup_reader.rs: add documentation
|
2019-10-12 13:26:47 +02:00 |
|
Dietmar Maurer
|
9e490a7479
|
src/client/backup_reader.rs: split BackupReader code into separate file
|
2019-10-12 12:57:08 +02:00 |
|
Dietmar Maurer
|
fd04ca7a5a
|
src/bin/proxmox-backup-client.rs: pass verbose flag to dump_image
And print some useful status to stderr.
|
2019-10-09 12:04:02 +02:00 |
|
Dietmar Maurer
|
2c2097ee75
|
fix typo in error message
|
2019-10-07 12:48:56 +02:00 |
|
Dietmar Maurer
|
f7aa6f15d3
|
src/api2/reader.rs: use tokio::fs::read() to read file async
|
2019-10-07 12:24:06 +02:00 |
|
Dietmar Maurer
|
7123ff7d43
|
src/backup/data_blob.rs: avoid Arc<CryptConfig>
use simple reference instead.
|
2019-10-07 11:41:35 +02:00 |
|
Dietmar Maurer
|
4ee8f53d07
|
remove DataChunk file format - use DataBlob instead
|
2019-10-06 10:31:06 +02:00 |
|
Dietmar Maurer
|
c26d4b4573
|
cleanup: remove dead code
|
2019-10-05 16:10:41 +02:00 |
|
Dietmar Maurer
|
88892ea801
|
src/bin/proxmox-backup-client.rs: cleanup restore
- write directly to /dev/stdout (instead of using stdout line writer)
- avoid BufferedFixedReader
|
2019-10-05 11:52:12 +02:00 |
|
Dietmar Maurer
|
62e05bb3b3
|
src/client/remote_chunk_reader.rs: pass reference to download_chunk
Make sure we do not move data around.
|
2019-10-05 11:45:20 +02:00 |
|
Dietmar Maurer
|
c0b1b14c05
|
src/api2/reader.rs - download_chunk: use blocking io
Turns out to be twice as fast as tokio async io...
|
2019-10-05 11:41:19 +02:00 |
|
Dietmar Maurer
|
ff01c1e393
|
src/client/http_client.rs: store raw data/blob size in index.json
|
2019-10-02 10:54:06 +02:00 |
|
Dietmar Maurer
|
f16aea687a
|
src/client/http_client.rs: new helper send_upload_request()
|
2019-09-28 18:22:48 +02:00 |
|
Dietmar Maurer
|
9e603e254c
|
src/backup/fixed_index.rs: do not use offset for checksum
|
2019-09-23 11:30:20 +02:00 |
|
Dietmar Maurer
|
fb6026b66b
|
backup writer api: verify checksum inside close
|
2019-09-23 10:56:53 +02:00 |
|
Dietmar Maurer
|
c8c4051aa7
|
src/client/http_client.rs - H2Client::upload: fix parameter order
|
2019-09-20 13:19:55 +02:00 |
|
Dietmar Maurer
|
f011dba0f7
|
src/client/http_client.rs: add method parameter to H2 upload
|
2019-09-20 12:40:23 +02:00 |
|
Dietmar Maurer
|
792a70b9e1
|
src/client/http_client.rs: add content type parameter to H2 upload/requets_builder
|
2019-09-20 12:26:21 +02:00 |
|
Dietmar Maurer
|
a55b2975db
|
src/client/http_client.rs: cleanup (rename parameter)
|
2019-09-20 11:57:03 +02:00 |
|
Dietmar Maurer
|
32efac1cce
|
remove trailing whitespace
|
2019-09-20 08:12:31 +02:00 |
|
Dietmar Maurer
|
2aba16bde1
|
src/backup/data_chunk.rs: add into_raw()
|
2019-09-19 14:24:17 +02:00 |
|
Dietmar Maurer
|
15bb1bba89
|
BackupClient: add upload() function
|
2019-09-19 13:59:24 +02:00 |
|
Dietmar Maurer
|
6d4df36c3c
|
make download_chunk_list() public
|
2019-09-19 13:17:23 +02:00 |
|
Dietmar Maurer
|
cc2ce4a92f
|
src/client/http_client.rs: add password parameter to HttpClient::new()
|
2019-09-16 12:35:23 +02:00 |
|
Dietmar Maurer
|
4a7de56e2f
|
avoid injecting ENV vars from Makefile
So that we can run "cargo build" without setting vars manually.
|
2019-09-09 10:51:08 +02:00 |
|
Dietmar Maurer
|
54a5a885a3
|
src/client/http_client.rs: use async for upload_speedtest()
|
2019-09-06 08:55:47 +02:00 |
|
Dietmar Maurer
|
2a05048b93
|
src/client/http_client.rs: simplify send_request
|
2019-09-05 15:07:37 +02:00 |
|
Dietmar Maurer
|
9edd3bf1b8
|
src/client/http_client.rs: use async for h2api_response()
|
2019-09-05 14:56:52 +02:00 |
|
Dietmar Maurer
|
c18fddf80f
|
src/client/http_client.rs - download_chunk_list: simplify async code
|
2019-09-05 14:16:45 +02:00 |
|
Dietmar Maurer
|
44f59dc731
|
src/client/http_client.rs - H2Client: fix error message in download()
|
2019-09-05 13:26:06 +02:00 |
|
Dietmar Maurer
|
c2a5a9f353
|
src/client/http_client.rs: use async for download_chunk_list
|
2019-09-05 13:12:03 +02:00 |
|
Dietmar Maurer
|
2f831baec0
|
src/client/http_client.rs - BackupClient: use async
|
2019-09-05 12:55:22 +02:00 |
|
Dietmar Maurer
|
2a1e6d7dea
|
src/client/http_client.rs - BackupClient: use async
|
2019-09-05 11:42:12 +02:00 |
|
Dietmar Maurer
|
d4a085e564
|
src/client/http_client.rs - BackupReader: use async
|
2019-09-05 11:42:05 +02:00 |
|
Dietmar Maurer
|
9d456cf8ec
|
src/backup/catalog_blob.rs: use write_all() instead of write()
To correctly handle interrupted system calls.
|
2019-09-05 11:40:48 +02:00 |
|
Dietmar Maurer
|
1a7a0e74c0
|
src/client/http_client.rs: use async for more functions
|
2019-09-04 13:48:16 +02:00 |
|
Dietmar Maurer
|
96f5e80abb
|
src/client/http_client.rs: use async for login()
|
2019-09-04 10:01:46 +02:00 |
|
Dietmar Maurer
|
9d35dbbb8f
|
src/client/http_client.rs: use async for credentials
|
2019-09-04 09:57:29 +02:00 |
|
Dietmar Maurer
|
d2267b112d
|
src/bin/proxmox-backup-client.rs: verify blob/catlog checksums
|
2019-09-04 08:47:14 +02:00 |
|
Dietmar Maurer
|
a40220c056
|
src/bin/proxmox-backup-client.rs: code cleanup - factor out some functions
|
2019-09-03 13:31:13 +02:00 |
|
Dietmar Maurer
|
36493d4d7e
|
src/backup.rs: define INDEX_BLOB_NAME here
|
2019-09-03 13:15:44 +02:00 |
|
Dietmar Maurer
|
df65bd3da6
|
src/bin/proxmox-backup-client.rs - restore: verify checksums
|
2019-09-03 13:12:16 +02:00 |
|
Dietmar Maurer
|
0a51fe0011
|
src/backup/fixed_index.rs: new helper to compute checksum and file size
|
2019-09-03 13:11:45 +02:00 |
|
Dietmar Maurer
|
82c85a21a1
|
src/backup/dynamic_index.rs: new helper to compute checksum and file size
|
2019-09-03 13:11:09 +02:00 |
|
Dietmar Maurer
|
a3e032b754
|
src/client/http_client.rs: fix dynamic index checksum
|
2019-09-03 13:10:18 +02:00 |
|
Dietmar Maurer
|
02fcf372e4
|
rc/bin/proxmox-backup-client.rs - restore: always download index.json.blob
|
2019-09-02 14:14:32 +02:00 |
|
Dietmar Maurer
|
0d9862803b
|
src/bin/proxmox-backup-client.rs - reatore: avoid loading (large) blobs into memory
|
2019-09-02 14:13:31 +02:00 |
|
Dietmar Maurer
|
26c945d3a3
|
bump zstd-sys version
|
2019-09-02 11:40:22 +02:00 |
|
Dietmar Maurer
|
9d135fe617
|
src/backup/catalog_blob.rs: moved catalog impl. from pxar
And avoid loading catalog into memory.
|
2019-08-16 12:27:17 +02:00 |
|
Dietmar Maurer
|
71d08e00b7
|
src/backup/data_blob_reader.rs: fix compiler warning
|
2019-08-16 08:10:39 +02:00 |
|
Dietmar Maurer
|
a84ef4c205
|
src/bin/proxmox-backup-client.rs: avoid loading catalog into memory
We can use the new DataBlobReader instead.
|
2019-08-14 15:07:28 +02:00 |
|
Dietmar Maurer
|
b791804f4b
|
src/backup/data_blob_reader.rs: impl for Read instead of BufRead
|
2019-08-14 14:56:01 +02:00 |
|
Dietmar Maurer
|
39a4df61d6
|
improve docs
|
2019-08-14 14:08:27 +02:00 |
|
Dietmar Maurer
|
018d11bb84
|
src/backup/data_blob.rs: move parts into single files
|
2019-08-14 13:24:41 +02:00 |
|
Dietmar Maurer
|
e27c5a559f
|
src/backup/data_blob.rs: avoid excessive stack usage
|
2019-08-14 12:44:08 +02:00 |
|
Dietmar Maurer
|
c638542b4b
|
src/backup/file_formats.rs: moved header_size
|
2019-08-14 12:35:53 +02:00 |
|
Dietmar Maurer
|
50c0cdfd28
|
tests/blob_writer.rs: avoid stack overflow, simplify tests
|
2019-08-13 18:10:38 +02:00 |
|
Dietmar Maurer
|
6082216343
|
src/backup/data_blob.rs - CryptReader/CryptWriter: fix buffer size handling
|
2019-08-13 15:23:15 +02:00 |
|
Dietmar Maurer
|
548c9489d7
|
src/backup/data_blob.rs - DataBlobReader: impl compressed, encrypted blobs
|
2019-08-13 13:17:08 +02:00 |
|
Dietmar Maurer
|
2aa0bfff59
|
src/backup/data_blob.rs - DataBlobReader: implement reader for encrtypted blobs
|
2019-08-13 13:17:08 +02:00 |
|
Dietmar Maurer
|
e9a385a78e
|
src/backup/data_blob.rs - DataBlobReader: impl compressed, signed blobs
|
2019-08-12 17:47:25 +02:00 |
|
Dietmar Maurer
|
4bfa147eaf
|
src/backup/data_blob.rs - DataBlobReader: impl. reader for signed blobs
|
2019-08-12 17:41:25 +02:00 |
|
Dietmar Maurer
|
09785b2795
|
src/backup/data_blob.rs - DataBlobReader: start serious impl.
|
2019-08-12 17:20:41 +02:00 |
|
Dietmar Maurer
|
e7a2b7da08
|
tests/blob_writer.rs: test DataBlobWriter
|
2019-08-12 12:05:11 +02:00 |
|
Dietmar Maurer
|
a32bd8a516
|
src/backup/data_blob.rs - DataBlobWriter: fix decryption
|
2019-08-12 11:57:29 +02:00 |
|
Dietmar Maurer
|
5d15cb49b4
|
src/backup/data_blob.rs - compute_crc: start after blob header
|
2019-08-12 11:32:26 +02:00 |
|
Dietmar Maurer
|
1cbdfd19a2
|
src/backup/file_formats.rs; use const instzead of static
|
2019-08-12 11:20:21 +02:00 |
|
Dietmar Maurer
|
18be4ec24a
|
src/backup/data_blob.rs - DataBlobWriter: fix magic number for uncompressed blobs
|
2019-08-12 10:46:05 +02:00 |
|
Dietmar Maurer
|
5622a3fcdb
|
src/backup/data_blob.rs - DataBlobWriter: impl. compressed encrypted blobs
|
2019-08-12 10:16:42 +02:00 |
|
Dietmar Maurer
|
f4942e9ffd
|
src/backup/data_blob.rs - DataBlobWriter: impl. encrypted blobs
|
2019-08-12 10:08:00 +02:00 |
|
Dietmar Maurer
|
c57ec43a53
|
src/backup/crypt_config.rs: new helper data_crypter to get openssl Crypter
|
2019-08-12 10:06:51 +02:00 |
|
Dietmar Maurer
|
7776becf5d
|
src/backup/data_blob.rs - DataBlobWriter: impl. compressed signed blobs
|
2019-08-12 09:01:08 +02:00 |
|
Dietmar Maurer
|
706638f803
|
src/backup/data_blob.rs: impl. ChecksumWriter
To correctly compute crc,hmac of final data.
|
2019-08-12 08:53:53 +02:00 |
|
Dietmar Maurer
|
f796351c54
|
src/backup/data_blob.rs: impl. DataBlobWriter for authenticated blobs
|
2019-08-12 07:34:41 +02:00 |
|
Dietmar Maurer
|
cb0eea29d9
|
src/backup/crypt_config.rs: new method to get hmac signer
|
2019-08-12 07:33:15 +02:00 |
|
Dietmar Maurer
|
a762ce54fd
|
src/backup/data_blob.rs: make DataBlobWriter more generic
Allow to write compressed and uncompressed blobs.
|
2019-08-11 12:14:04 +02:00 |
|
Dietmar Maurer
|
1f26fdef19
|
src/backup/data_blob.rs: impl. simple reader/writer
To avoid loading blob into memory.
|
2019-08-11 11:32:36 +02:00 |
|
Dietmar Maurer
|
e240d8be0b
|
src/bin/proxmox-backup-client.rs: implement login/logout
|
2019-08-10 09:12:17 +02:00 |
|
Dietmar Maurer
|
02ba8a5d11
|
pxar: add fuse module and expose its pub functionality.
|
2019-08-09 16:45:13 +02:00 |
|