Dietmar Maurer
|
9fdc3ef46f
|
src/api2/admin/datastore.rs: pass backup type/id (group) to prune
IMHO, prune over all backup groups is a bit dangerous, considering
that more than one user might use a datastore.
|
2019-07-27 08:49:14 +02:00 |
Dietmar Maurer
|
7a6cfbd98d
|
src/bin/proxmox-backup-client.rs: correctly compute duration
And format time with SecondsFormat::Secs
|
2019-07-26 11:13:49 +02:00 |
Dietmar Maurer
|
bbf9e7e951
|
src/api2/backup.rs: cleanup schema definitions
|
2019-07-26 09:07:29 +02:00 |
Dietmar Maurer
|
ca5d0b61ca
|
src/api2/backup.rs: new required backup-time parameter
The client should pass the time as parameter.
|
2019-07-25 13:44:01 +02:00 |
Dietmar Maurer
|
ec34f7eba0
|
src/bin/proxmox-backup-client.rs: implement upload-log
|
2019-07-25 12:18:15 +02:00 |
Dietmar Maurer
|
79679c2d6e
|
src/bin/proxmox-backup-client.rs: allow to uploag .log files (as binary blobs)
|
2019-07-24 13:07:02 +02:00 |
Dietmar Maurer
|
5b72c9b4f7
|
src/pxar/encoder.rs: add new skip_lost_and_found parameter
|
2019-07-24 12:21:25 +02:00 |
Dietmar Maurer
|
2eeaacb974
|
src/pxar/encoder.rs: allow to pass list of devices
For better mount point include control...
|
2019-07-24 08:11:59 +02:00 |
Dietmar Maurer
|
fa5d6977dd
|
Revert previous, commit, use UTC RFC3339 without timezone (Z)
We now have human readable data/time, and names are still sortable.
|
2019-07-22 11:49:30 +02:00 |
Dietmar Maurer
|
9aa3f68278
|
src/bin/proxmox-backup-client.rs: code cleanup
|
2019-07-18 13:16:32 +02:00 |
Dietmar Maurer
|
f6ede796ca
|
src/bin/proxmox-backup-client.rs - status: only print result[data]
|
2019-07-18 09:52:11 +02:00 |
Dietmar Maurer
|
15c847f136
|
src/api2/admin/datastore.rs: allow to list all snapshots
|
2019-07-18 09:11:43 +02:00 |
Christian Ebner
|
fa7e957ca3
|
pxar: Adapt SequentialDecoder::restore() calls to pass empty match pattern for full restore
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
|
2019-07-17 12:19:31 +02:00 |
Dietmar Maurer
|
34a816cc7b
|
src/bin/proxmox-backup-client.rs: add output-fromat options, implement status api
|
2019-07-16 13:35:25 +02:00 |
Dietmar Maurer
|
2665cef703
|
src/bin/proxmox-backup-client.rs: make repository parameter optional
And allow to read it from $ENV{PBS_REPOSITORY}
|
2019-07-16 07:30:04 +02:00 |
Dietmar Maurer
|
bf1252619a
|
src/bin/proxmox-backup-client.rs - restore: allow to pipe output to stdout
|
2019-07-05 12:14:50 +02:00 |
Dietmar Maurer
|
f8100e9623
|
src/bin/proxmox-backup-client.rs: remove download cli, do everything in restore
|
2019-07-05 11:36:45 +02:00 |
Dietmar Maurer
|
f4bf7dfcc7
|
src/client/remote_chunk_reader.rs: implement simple caching
|
2019-07-05 10:42:46 +02:00 |
Dietmar Maurer
|
afb4cd28be
|
src/backup/fixed_index.rs: implement BufferedFixedReader
|
2019-07-05 09:19:56 +02:00 |
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 |