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
|
c09775011a
|
src/backup/backup_info.rs: implement list_backup for BackupGroup, cleanups
|
2019-05-11 10:19:34 +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
|
13f1cc17ea
|
src/api_schema/router.rs: implement list_subdirs() helper
|
2019-04-16 12:07:02 +02:00 |
Wolfgang Bumiller
|
062d4916ff
|
api_schema: allow generic api handler functions
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-04-16 11:22:23 +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
|
f2b99c34f7
|
src/api2/admin/datastore.rs: implement API to return last GC status
|
2019-04-11 12:04:25 +02:00 |
Dietmar Maurer
|
d4b59ae0b8
|
src/backup/datastore.rs: pass WorkerTask to GC
So that we can log to the task log file.
|
2019-04-06 17:57:38 +02:00 |
Dietmar Maurer
|
0f778e0652
|
src/api2/admin/datastore.rs: use new WorkerTask::new_thread()
|
2019-04-06 11:27:23 +02:00 |
Dietmar Maurer
|
3e6a7deeaa
|
src/api2/admin/datastore.rs: start GC in a separate thread
|
2019-04-01 12:02:46 +02:00 |
Dietmar Maurer
|
ad281d1bd9
|
www/DataStoreConfig.js: add button to start GC
|
2019-04-01 08:08:34 +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
|
01a1342364
|
src/api2/admin/datastore.rs: impl list_snapshot_files
|
2019-03-06 11:02:08 +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
|
2b01a22507
|
src/backup/datastore.rs: add helper to sort backup lists
|
2019-03-04 18:20:57 +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
|
6f62c9240a
|
src/api2/admin/datastore.rs: imp delete_snapshot
|
2019-03-03 11:29:00 +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
|
ad20d19877
|
src/api2/admin/datastore.rs: rename get_group_list to list_groups, cleanups
|
2019-03-02 16:28:36 +01:00 |
Dietmar Maurer
|
184f17afad
|
src/api2/admin/datastore.rs: impl list_snapshots
|
2019-03-02 16:20:50 +01:00 |
Dietmar Maurer
|
812c6f8716
|
src/api2/admin/datastore.rs: impl list_backup_groups
|
2019-03-02 11:29:05 +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 |
Dietmar Maurer
|
8f57971714
|
src/api2/admin/datastore.rs: implement prune
|
2019-02-28 12:51:27 +01:00 |
Dietmar Maurer
|
83b7db0209
|
src/api2/admin/datastore.rs: start prune api
just a dummy for now.
|
2019-02-27 16:53:17 +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
|
8c75372b79
|
src/backup/datastore.rs: list_backups() - include list of index files
|
2019-02-20 13:37:44 +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
|
9f49fe1d5d
|
avoid compiler warnings
|
2019-01-30 18:25:37 +01:00 |
Dietmar Maurer
|
e82dad9700
|
also pass rpcenv to async handlers
|
2019-01-27 10:18:52 +01:00 |
Dietmar Maurer
|
6049b71f41
|
api: pass RpcEnvirnment to api handlers
|
2019-01-26 14:50:37 +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 |