Christian Ebner
|
7dcbe051e9
|
pxar: Refactor SequentialDecoder to store the callback function within the struct
Reduces the number of arguments for the function calls within the decoder.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
|
2019-07-05 06:38:22 +02:00 |
|
Dietmar Maurer
|
86eda3eb0d
|
src/bin/proxmox-backup-client.rs: implement restore using BackupReader
|
2019-07-03 15:45:12 +02:00 |
|
Dietmar Maurer
|
b208da8393
|
src/backup/data_{chunk,blob}.rs: add verify_crc method
|
2019-06-26 09:54:25 +02:00 |
|
Dietmar Maurer
|
fef44d4f78
|
src/bin/proxmox-backup-client.rs: decode blobs on download
No more need for that clumsy blob cli (removed).
|
2019-06-26 09:18:59 +02:00 |
|
Dietmar Maurer
|
bb8231409e
|
src/backup/crypt_config.rs - generate_rsa_encoded_key: store as json
Use the KeyConfig serialization with kdf = None.
|
2019-06-26 07:32:34 +02:00 |
|
Dietmar Maurer
|
3031e44c58
|
src/bin/proxmox-backup-client.rs: remove stale download file, start blob cli
|
2019-06-25 13:00:37 +02:00 |
|
Dietmar Maurer
|
45db6f89e1
|
src/bin/proxmox-backup-client.rs: implement download command
|
2019-06-25 11:17:24 +02:00 |
|
Dietmar Maurer
|
6899dbfb47
|
src/bin/proxmox-backup-client.rs: strip .blob extension
|
2019-06-25 07:11:02 +02:00 |
|
Dietmar Maurer
|
045e8a568d
|
src/bin/proxmox-backup-client.rs: change key name to rsa-encrypted.key
|
2019-06-25 07:00:07 +02:00 |
|
Dietmar Maurer
|
9f46c7de4b
|
src/bin/proxmox-backup-client.rs: upload rsa encoded key after backup
|
2019-06-24 13:56:37 +02:00 |
|
Dietmar Maurer
|
cb08ac3efe
|
src/api2/backup.rs: replace upload_config with upload_blob
|
2019-06-23 11:44:30 +02:00 |
|
Dietmar Maurer
|
3ea8bfc9c0
|
src/bin/proxmox-backup-client.rs: add import-master-pubkey command
|
2019-06-21 07:34:17 +02:00 |
|
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
|
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
|
f98ac774ee
|
backup: Add support for client side encryption
first try ...
|
2019-06-13 11:47:23 +02:00 |
|
Wolfgang Bumiller
|
dd5495d6dc
|
tree-wide: use 'dyn' for all trait objects
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-06-07 13:13:48 +02:00 |
|
Dietmar Maurer
|
4247fccb0f
|
src/client/http_client.rs: automatically close connection in finish
|
2019-06-05 11:41:50 +02:00 |
|
Wolfgang Bumiller
|
cb4426b348
|
make h2 client connection cancellable
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-06-05 09:45:59 +02:00 |
|
Dietmar Maurer
|
ec8a9bb953
|
src/bin/proxmox-backup-client.rs: implement upload_config
|
2019-06-03 10:39:44 +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
|
39e60bd6fa
|
src/api2/admin/datastore/backup.rs: improve debug logging
|
2019-05-29 10:17:38 +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
|
9e391bb7f0
|
src/client/http_client.rs: allow to pass parameters (encode them as query string)
|
2019-05-13 09:12:03 +02:00 |
|
Dietmar Maurer
|
45cdce069e
|
src/client/http_client.rs: request password at creation time
|
2019-04-30 11:44:35 +02:00 |
|
Dietmar Maurer
|
5a2df00004
|
src/client/http_client.rs: cleanup, make login fully async
|
2019-04-28 10:55:03 +02:00 |
|
Dietmar Maurer
|
49cf9f3d0b
|
src/tools.rs: file_get_json() - add new default parameter
|
2019-04-04 12:24:18 +02:00 |
|
Dietmar Maurer
|
5defa71bf9
|
rename PxarBackupWriter into PxarDecodeWriter
|
2019-03-15 07:20:22 +01: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
|
08dc340a12
|
src/bin/proxmox-backup-client.rs: complete archive names
|
2019-03-14 08:09:35 +01:00 |
|
Dietmar Maurer
|
b238851832
|
src/bin/proxmox-backup-client.rs: implement completion for snapshots
|
2019-03-13 13:31:29 +01:00 |
|
Dietmar Maurer
|
4981134708
|
src/bin/proxmox-backup-client.rs: implement chunk-size completion
|
2019-03-13 12:26:01 +01:00 |
|
Dietmar Maurer
|
98f0b97293
|
src/bin/proxmox-backup-client.rs: cleanup
|
2019-03-13 12:17:39 +01:00 |
|
Dietmar Maurer
|
024f11bb55
|
src/bin/proxmox-backup-client.rs: implement completion for backup groups
|
2019-03-13 11:56:37 +01:00 |
|
Dietmar Maurer
|
edd3c8c605
|
src/client/backup_repo.rs: implement FromStr trait
|
2019-03-13 10:09:39 +01:00 |
|
Dietmar Maurer
|
d0a03d40ce
|
src/bin/proxmox-backup-client.rs: implement repository completions
|
2019-03-13 09:47:12 +01:00 |
|
Dietmar Maurer
|
bff110308b
|
src/bin/proxmox-backup-client.rs: fix BACKUPSPEC_REGEX - correctly specify non-capture group
And improve bash completion.
|
2019-03-13 07:23:59 +01:00 |
|
Dietmar Maurer
|
496a67846f
|
src/cli/command.rs: pass parsed parameters to completion function
|
2019-03-12 14:39:51 +01:00 |
|
Dietmar Maurer
|
d5c34d98c0
|
src/catar/decoder.rs: simplify public restore API
|
2019-03-11 14:31:01 +01:00 |
|
Dietmar Maurer
|
8e39232acc
|
src/bin/proxmox-backup-client.rs: strip .didx file extensions
|
2019-03-11 10:54:02 +01:00 |
|
Dietmar Maurer
|
74cdb52107
|
src/bin/proxmox-backup-client.rs: include file extension in backupspec
|
2019-03-11 10:27:28 +01:00 |
|
Dietmar Maurer
|
e9c9409a99
|
src/catar/decoder.rs: implement real sequential decoder (no Seek)
I copied the old code to src/catar/inspector.rs. Will modify
that later to implement a random access decoder ...
|
2019-03-08 16:55:54 +01:00 |
|
Dietmar Maurer
|
eed6db3923
|
src/bin/proxmox-backup-client.rs: impl option all-file-systems
|
2019-03-08 09:36:40 +01:00 |
|
Dietmar Maurer
|
2ae7d196b9
|
src/bin/proxmox-backup-client.rs: correctly strip file extension
|
2019-03-06 11:18:46 +01:00 |
|
Dietmar Maurer
|
9f91249351
|
src/bin/proxmox-backup-client.rs: impl restore
|
2019-03-06 11:02:08 +01:00 |
|
Dietmar Maurer
|
80822b95b1
|
src/bin/proxmox-backup-client.rs: sort list results
|
2019-03-06 07:20:51 +01:00 |
|
Dietmar Maurer
|
fba30411fb
|
src/bin/proxmox-backup-client.rs: allow to set backup-id
|
2019-03-06 07:02:52 +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
|
3ec3ec3f9a
|
src/bin/proxmox-backup-client.rs: print backup duration
|
2019-03-05 08:11:40 +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
|
cdebd467e6
|
src/bin/proxmox-backup-client.rs: simply log to stdout
|
2019-03-04 09:38:34 +01:00 |
|
Dietmar Maurer
|
219ef0e6ca
|
src/catar/encoder.rs: add verbose flags
|
2019-03-04 08:01:09 +01:00 |
|
Dietmar Maurer
|
597a92039e
|
src/bin/proxmox-backup-client.rs: rename create into backup
|
2019-03-03 11:46:53 +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
|
421c9ba1d9
|
src/bin/proxmox-backup-client.rs: use new json_object_to_query
|
2019-03-03 09:44:25 +01:00 |
|
Dietmar Maurer
|
f5f13ebc5a
|
src/tools.rs: new helper json_object_to_query
|
2019-03-03 08:51:37 +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
|
17d6979afd
|
src/bin/proxmox-backup-client.rs: generate a log file
|
2019-03-01 09:35:41 +01:00 |
|
Dietmar Maurer
|
5a2892f0ae
|
src/bin/proxmox-backup-client.rs: use chrono::DateTime
|
2019-03-01 06:59:32 +01:00 |
|
Dietmar Maurer
|
51144821f9
|
src/bin/proxmox-backup-client.rs: login before starting backup
|
2019-03-01 06:48:41 +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 |
|
Dietmar Maurer
|
f98ea63de2
|
src/bin/proxmox-backup-client.rs: fix bash completion
|
2019-02-27 12:37:53 +01:00 |
|
Dietmar Maurer
|
25f1650b71
|
src/bin/proxmox-backup-client.rs: minor code cleanup
|
2019-02-27 07:21:57 +01:00 |
|
Dietmar Maurer
|
ae0be2dda9
|
src/bin/proxmox-backup-client.rs: allow to upload more that one directory
|
2019-02-26 12:27:28 +01:00 |
|
Dietmar Maurer
|
698d9d4402
|
src/cli/command.rs: add help command
|
2019-02-23 15:10:48 +01:00 |
|
Dietmar Maurer
|
8b6dd2240d
|
src/cli/command.rs::allow to generate ReST docu
|
2019-02-23 11:29:18 +01:00 |
|
Dietmar Maurer
|
33256db6dd
|
src/cli/command.rs: simplify cli handler
|
2019-02-22 11:15:10 +01:00 |
|
Dietmar Maurer
|
4de0e142a0
|
cleanup cli library structure
|
2019-02-21 09:08:03 +01:00 |
|
Dietmar Maurer
|
8cc0d6aff3
|
src/bin/proxmox-backup-client.rs: implement garbage-collection sub-command
|
2019-02-20 14:10:45 +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
|
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
|
151c6ce27d
|
src/client.rs: improve library structure and docu
|
2019-02-14 11:11:39 +01:00 |
|
Dietmar Maurer
|
0dffe3f99a
|
src/client/http_client.rs: try to login
use an environment var to store passphrase (PBS_PASSWORD)
|
2019-02-13 14:31:43 +01:00 |
|
Dietmar Maurer
|
33d64b81e0
|
src/bin/proxmox-backup-client.rs: define and use BackupRepository
|
2019-02-13 12:30:52 +01:00 |
|
Dietmar Maurer
|
91a905b6dd
|
rename ImageIndex to FixedIndex
also changed the file extension fron .iidx to .fidx
|
2019-02-12 11:50:45 +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 |
|
Dietmar Maurer
|
41c039e143
|
bin/proxmox-backup-client.rs: implement list command
|
2019-01-21 18:58:14 +01:00 |
|
Dietmar Maurer
|
50cfb695ae
|
api/router.rs: rename ApiUploadMethod to ApiAsyncMethod
We can use this for uploads and downloads ...
|
2019-01-19 16:42:43 +01:00 |
|