Dietmar Maurer
|
a09c0e38d8
|
src/api2/admin/datastore/backup/environment.rs: register/lookup known chunks
|
2019-05-20 18:05:10 +02:00 |
Dietmar Maurer
|
82ab72304e
|
src/client/http_client.rs: implement upload_stream
|
2019-05-20 14:19:24 +02:00 |
Dietmar Maurer
|
adec8ea263
|
src/api2/admin/datastore/backup.rs: add speedtest api, improve upload speed
We need to disable tcp Nagle algorythm (set_nodelay), and use larger window size for http2
|
2019-05-16 10:24:23 +02:00 |
Dietmar Maurer
|
372724afea
|
src/api2/admin/datastore/backup.rs: implement finish_backup
|
2019-05-15 12:58:55 +02:00 |
Dietmar Maurer
|
bb105f9dae
|
src/api2/admin/datastore/backup.rs: improve logging
|
2019-05-15 10:09:46 +02:00 |
Dietmar Maurer
|
a20772525f
|
src/api2/admin/datastore/backup.rs: implement close for dynamic writers
|
2019-05-15 07:58:05 +02:00 |
Dietmar Maurer
|
4e93f8c164
|
src/api2/types.rs: add schema/format for file names
|
2019-05-15 07:14:08 +02:00 |
Dietmar Maurer
|
fbb798f6d2
|
src/api2/admin/datastore/backup.rs: ignore errors from last_backup
|
2019-05-13 07:06:56 +02:00 |
Dietmar Maurer
|
d36113665b
|
src/api2/admin/datastore/backup.rs: implement chunk index download from previous backup
|
2019-05-11 16:05:50 +02:00 |
Dietmar Maurer
|
af1d68185c
|
src/api2/admin/datastore/backup.rs: add missing 'archive-name' parameter to schema
|
2019-05-11 12:25:15 +02:00 |
Dietmar Maurer
|
6b95c7df07
|
src/api2/admin/datastore/backup/environment.rs: do not store path
|
2019-05-11 12:13:44 +02:00 |
Dietmar Maurer
|
51a4f63ff7
|
src/backup/datastore.rs: move last_backup to BackupInfo
|
2019-05-11 12:07:09 +02:00 |
Dietmar Maurer
|
b02a52e3a5
|
src/backup/datastore.rs: impl last_backup helper
|
2019-05-11 11:36:46 +02:00 |
Dietmar Maurer
|
f9578f3c79
|
backup-api: allow to create DynamicIndexWriter and add chunks to to
|
2019-05-10 10:25:40 +02:00 |
Dietmar Maurer
|
0506d1ed04
|
upload_chunk.rs: add comment about possible unnecessary code
|
2019-05-10 06:15:25 +02:00 |
Dietmar Maurer
|
5f42ef009a
|
cleanup: remove unused code
|
2019-05-09 18:11:39 +02:00 |
Dietmar Maurer
|
b4b63e520d
|
handle_async_api_request: put rpcenv into a Box
So that we can pass rpcenv into futures.
|
2019-05-09 18:01:24 +02:00 |
Dietmar Maurer
|
2c41096a4b
|
src/api2/admin/datastore/backup/upload_chunk.rs: fix maximal chunk size
|
2019-05-09 13:29:50 +02:00 |
Dietmar Maurer
|
78b5191550
|
src/server/formatter.rs: further cleanups and renaming ...
|
2019-05-09 13:28:26 +02:00 |
Dietmar Maurer
|
21ee7912fa
|
src/api2/admin/datastore/backup.rs: implement upload chunk
|
2019-05-09 13:06:09 +02:00 |
Dietmar Maurer
|
bd1507c4fa
|
src/api2/admin/datastore/backup/service.rs: move service code into extra file
|
2019-05-08 17:36:19 +02:00 |
Dietmar Maurer
|
0aadd40b4f
|
src/api2/admin/datastore/backup.rs: add required parameters, cleanups
|
2019-05-08 13:17:23 +02:00 |
Dietmar Maurer
|
d95ced64ad
|
src/api2/admin/datastore/backup/environment.rs: use separate file
|
2019-05-08 12:41:58 +02:00 |
Dietmar Maurer
|
ca60c371e2
|
api: rename h2upload to backup
|
2019-05-08 12:35:15 +02:00 |
Dietmar Maurer
|
d906b1124f
|
src/api2/admin/datastore/h2upload.rs: code cleanups
|
2019-05-08 11:36:43 +02:00 |
Dietmar Maurer
|
58c8d7d91f
|
rc/api2/admin/datastore/h2upload.rs: implement BackupEnvironment
To pass arbitrary information/state to api methods.
|
2019-05-08 11:26:54 +02:00 |
Dietmar Maurer
|
090ac9f79a
|
src/api2/admin/datastore/h2upload.rs: avoid unwrap
|
2019-05-08 08:21:18 +02:00 |
Dietmar Maurer
|
4e3da4b366
|
src/api2/admin/datastore/h2upload.rs: do not log client address
|
2019-05-08 08:15:55 +02:00 |
Dietmar Maurer
|
e3a44552ee
|
src/api2/admin/datastore/h2upload.rs: code cleanups
|
2019-05-08 08:12:49 +02:00 |
Dietmar Maurer
|
a66ab8ae5e
|
src/api2/admin/datastore/h2upload.rs: make worker abortable
|
2019-05-08 07:14:40 +02:00 |
Dietmar Maurer
|
72375ce6c6
|
src/api2/admin/datastore/h2upload.rs: log to worker task
|
2019-05-07 14:07:00 +02:00 |
Dietmar Maurer
|
d9bd06eae8
|
src/api2/admin/datastore/h2upload.rs: use WorkerTask
|
2019-05-07 13:42:00 +02:00 |
Dietmar Maurer
|
52cf506e48
|
src/api2/admin/datastore/h2upload.rs: implement async test api call
|
2019-05-07 12:26:55 +02:00 |
Dietmar Maurer
|
92ac375aff
|
src/api2/admin/datastore/h2upload.rs: improve http2 service
|
2019-05-07 11:24:44 +02:00 |
Dietmar Maurer
|
96e95fc179
|
src/api2/admin/datastore/h2upload.rs: test if version < 2
We can only upgrade http 1.x connections.
|
2019-05-06 10:29:34 +02:00 |
Dietmar Maurer
|
cf639a47de
|
rc/client/http_client.rs: add experimental h2 upgrade code
|
2019-04-29 11:57:58 +02:00 |
Dietmar Maurer
|
152764ec15
|
src/api2/admin/datastore/h2upload.rs: add test code for http2
|
2019-04-27 08:57:35 +02:00 |
Dietmar Maurer
|
75bc49bed7
|
src/server/worker_task.rs: implement abort channel
|
2019-04-15 09:38:05 +02:00 |
Dietmar Maurer
|
912524752e
|
src/api2/admin/datastore/pxar.rs: create worker task for file upload
|
2019-04-15 08:38:14 +02: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
|
d5c34d98c0
|
src/catar/decoder.rs: simplify public restore API
|
2019-03-11 14:31:01 +01:00 |
Dietmar Maurer
|
dd79265a8a
|
src/api2/admin/datastore/catar.rs: use archive_name directly
|
2019-03-06 11:02:08 +01:00 |
Wolfgang Bumiller
|
e2d007f76e
|
api2/admin/datastore: add a backup protocol test api path
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-03-06 10:26:12 +01:00 |
Wolfgang Bumiller
|
391d310741
|
backup_info: BackupDir shortcut
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-03-05 10:15:06 +01:00 |
Dietmar Maurer
|
b3483782d1
|
src/backup/backup_info.rs: move code into separate file
Also changed create_backup_dir() parameters - uses &BackupDir now.
|
2019-03-05 07:18:12 +01:00 |
Dietmar Maurer
|
875fb1c01a
|
src/backup/datastore.rs: use unix epoch to create DateTime
To make sure that we have a timestamp without nanosecond.
|
2019-03-04 17:58:22 +01:00 |
Dietmar Maurer
|
9b492eb256
|
src/backup/datastore.rs: protect BackupDir fields, impl new()
|
2019-03-04 13:51:36 +01:00 |
Dietmar Maurer
|
1e9a94e579
|
src/backup/datastore.rs: protect BackupGroup fields, impl new()
|
2019-03-04 13:38:23 +01:00 |
Dietmar Maurer
|
e77a02ed87
|
catar api: cleanup parameter names
|
2019-03-03 09:48:32 +01:00 |
Dietmar Maurer
|
49dc074007
|
parameter name cleanups (use '-' instead of '_')
|
2019-03-02 16:34:10 +01:00 |