Dietmar Maurer
|
594fa52016
|
disable debug code
|
2019-01-02 12:55:18 +01:00 |
Dietmar Maurer
|
5e7a09be0d
|
src/backup/archive_index.rs: use close() instead of flush()
Also pass a reference to the encoder.
|
2019-01-02 11:02:56 +01:00 |
Dietmar Maurer
|
94a882e900
|
src/backup/archive_index.rs: implement flush()
|
2018-12-31 18:01:07 +01:00 |
Dietmar Maurer
|
0433db1949
|
src/backup/archive_index.rs: first try
|
2018-12-31 17:30:08 +01:00 |
Dietmar Maurer
|
cb4412b18e
|
move chunker.rs to backup/
|
2018-12-31 15:46:16 +01:00 |
Dietmar Maurer
|
1c287cb19a
|
rc/catar/chunker.rs: first try
|
2018-12-31 13:01:06 +01:00 |
Dietmar Maurer
|
bf205f94c5
|
avoid compiler warnings
|
2018-12-31 10:54:25 +01:00 |
Dietmar Maurer
|
c60d34bdbf
|
new catar binary
currently used for debugging
|
2018-12-30 18:02:46 +01:00 |
Dietmar Maurer
|
a0cc09b5f0
|
src/catar/encoder.rs: fix binary format, write goodby table
We still ned to sort the table (BST) ...
|
2018-12-28 14:27:00 +01:00 |
Dietmar Maurer
|
fb8365b79f
|
catar/encoder.rs: first try
|
2018-12-27 13:15:47 +01:00 |
Dietmar Maurer
|
bcd879cfb3
|
backup-client: allow to specify directories (prepare for catar backup)
|
2018-12-27 10:11:11 +01:00 |
Dietmar Maurer
|
2d9d143a8f
|
backup-client: add optional chunk-size parameter
|
2018-12-21 11:18:08 +01:00 |
Dietmar Maurer
|
f0819fe5a5
|
backup-client: do not start garbage collection after backup
|
2018-12-21 09:24:55 +01:00 |
Dietmar Maurer
|
d62e6e2264
|
backup-client: use 1M chunks, make chunk_size configurable
|
2018-12-21 08:36:57 +01:00 |
Dietmar Maurer
|
c34eb16651
|
backup-clinet: specify target file name
|
2018-12-20 14:09:31 +01:00 |
Dietmar Maurer
|
fe0e04c69c
|
use proxmox-backup as package name
|
2018-12-20 10:45:14 +01:00 |
Dietmar Maurer
|
eae8aa3aa9
|
cleanups: avoid compiler warnings
|
2018-12-19 12:49:23 +01:00 |
Dietmar Maurer
|
3d5c11e5d2
|
start impl garbage collection
|
2018-12-18 11:06:03 +01:00 |
Dietmar Maurer
|
529de6c7a3
|
start implementing DataStore
|
2018-12-17 13:00:39 +01:00 |
Dietmar Maurer
|
4818c8b6f7
|
start implementing ImageIndexReader
|
2018-12-16 14:44:44 +01:00 |
Dietmar Maurer
|
a27a3ee4ba
|
avoid compiler warnings
|
2018-12-16 13:57:59 +01:00 |
Dietmar Maurer
|
4fbb72a8b4
|
image_index.rs: implement atomic write/rename
|
2018-12-16 13:39:21 +01:00 |
Dietmar Maurer
|
798881a68a
|
rebane ImageIndex to ImageIndexWriter
|
2018-12-16 11:51:16 +01:00 |
Dietmar Maurer
|
606ce64bb0
|
image_index.rs:write idx of chunks (use mmap)
|
2018-12-15 14:51:05 +01:00 |
Dietmar Maurer
|
f8838fe913
|
backup-client: add bash completion for datastore names
|
2018-12-15 11:24:39 +01:00 |
Dietmar Maurer
|
43eeef28d1
|
move file_chunker to tools
|
2018-12-15 11:14:41 +01:00 |
Dietmar Maurer
|
48e8689505
|
file_chunker: use Read trait
|
2018-12-15 11:08:49 +01:00 |
Dietmar Maurer
|
fc8b19368a
|
backup-client: pass chunk_size as parameter to file_chunker
|
2018-12-15 10:58:48 +01:00 |
root
|
a914a77448
|
backup-client: read file by chunks
|
2018-12-14 13:39:41 +01:00 |
root
|
ff5d37074d
|
bin/backup-client.rs: nbew tool to play with chunk store
|
2018-12-14 08:28:56 +01:00 |
Dietmar Maurer
|
30d2e99c77
|
implement completion functions
|
2018-12-12 12:19:26 +01:00 |
Dietmar Maurer
|
6460764dbb
|
cli/command.rs: add new type CliCommandMap
|
2018-12-11 11:31:36 +01:00 |
Dietmar Maurer
|
bf7f103944
|
implement builder pattern for CliCommand
|
2018-12-11 11:12:13 +01:00 |
Dietmar Maurer
|
baed30b702
|
cli/command.rs: implement prefix match
|
2018-12-10 18:13:55 +01:00 |
Dietmar Maurer
|
8f62336b0f
|
impl From for CommandLineInterface
|
2018-12-10 13:51:10 +01:00 |
Dietmar Maurer
|
9f6ab1fc58
|
rename CmdDef to CommandLineInterface
|
2018-12-10 13:40:10 +01:00 |
Dietmar Maurer
|
b7329c8a1a
|
src/cli/command.rs: move code into separate file
|
2018-12-10 13:36:52 +01:00 |
Dietmar Maurer
|
211fabd795
|
try to support nested cli command definitions
|
2018-12-10 13:28:38 +01:00 |
Dietmar Maurer
|
34d3ba52eb
|
api3/config/datastore.rs: implement delete
|
2018-12-09 16:52:32 +01:00 |
Dietmar Maurer
|
ea0b8b6ec0
|
bin/pbs-datastore.rs: start implementing cli commands
|
2018-12-09 11:59:32 +01:00 |
Dietmar Maurer
|
083418619e
|
move src/api/server.rs -> src/server/rest.rs
|
2018-12-05 10:16:23 +01:00 |
Dietmar Maurer
|
8adbdb0a54
|
fix file download, listen to 0.0.0.0
|
2018-12-01 15:21:25 +01:00 |
Dietmar Maurer
|
e3871182c5
|
rename bin to src/bin/api-test-server.rs
|
2018-11-30 12:48:45 +01:00 |