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 |
Dietmar Maurer
|
e909522f06
|
src/backup/datastore.rs: use timestamp with zone offset
|
2019-03-01 17:36:40 +01:00 |
Dietmar Maurer
|
dc4c09faae
|
src/backup/datastore.rs: split BackupDir
|
2019-03-01 16:26:35 +01:00 |
Dietmar Maurer
|
38b0dfa511
|
src/backup/datastore.rs: split BackupInfo
|
2019-03-01 16:26:35 +01:00 |
Dietmar Maurer
|
541b908ea4
|
src/backup/datastore.rs: use DateTime<Utc> instead of unix epoch
|
2019-02-28 17:03:48 +01:00 |
Wolfgang Bumiller
|
8731e40a7f
|
backup/datastore: create_backup_dir: show if path existed
To enable asserting the creation of a new backup rather than
adding to an existing one.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-02-27 10:15:36 +01:00 |
Dietmar Maurer
|
247cdbce72
|
src/api2/admin/datastore/catar.rs: allow to configure chunk-size
|
2019-02-19 15:19:12 +01:00 |
Dietmar Maurer
|
1c7a88aeff
|
UploadCaTar: currectly write all data using write_all()
|
2019-02-18 18:31:02 +01:00 |
Dietmar Maurer
|
ef2f2efbcc
|
improve api_schema module structure
|
2019-02-17 10:16:33 +01:00 |
Dietmar Maurer
|
dc9a007b11
|
rename src/api to src/api_schema
|
2019-02-17 09:59:20 +01:00 |
Dietmar Maurer
|
f02e6fc478
|
api2/admin/datastore/catar.rs: simplify/fix debug message
|
2019-02-15 10:04:37 +01:00 |
Dietmar Maurer
|
541a302224
|
api2/admin/datastore/catar.rs: use nested file extensions
i.e. archive.catar.didx
|
2019-02-13 10:37:00 +01:00 |
Dietmar Maurer
|
e5064ba607
|
simplify backup lib structure (pub use xxx:*), improve doc
|
2019-02-12 14:13:31 +01:00 |
Dietmar Maurer
|
93d5d77952
|
rename ArchiveIndex to DynamicIndex
also changed the file extension from .aidx to .didx
|
2019-02-12 12:05:33 +01:00 |
Dietmar Maurer
|
e82dad9700
|
also pass rpcenv to async handlers
|
2019-01-27 10:18:52 +01:00 |
Dietmar Maurer
|
576e3bf252
|
rename api3 back to api2
There is no real need to change the path, so using api2 we can reuse
all helpers (like tools from proxmox widget toolkit).
|
2019-01-22 12:10:38 +01:00 |