Dietmar Maurer
|
c34eb16651
|
backup-clinet: specify target file name
|
2018-12-20 14:09:31 +01:00 |
|
Dietmar Maurer
|
c2d9b3914a
|
add test code to access static global state
|
2018-12-20 14:03:42 +01:00 |
|
Dietmar Maurer
|
fe0e04c69c
|
use proxmox-backup as package name
|
2018-12-20 10:45:14 +01:00 |
|
Dietmar Maurer
|
f7dd683b46
|
fix tests
|
2018-12-19 13:54:22 +01:00 |
|
Dietmar Maurer
|
277fc5a3ce
|
try to improve error messages
|
2018-12-19 13:40:26 +01:00 |
|
Dietmar Maurer
|
eae8aa3aa9
|
cleanups: avoid compiler warnings
|
2018-12-19 12:49:23 +01:00 |
|
Dietmar Maurer
|
6c20a13d3c
|
cleanup - avoid too much indentation
|
2018-12-19 12:40:26 +01:00 |
|
Dietmar Maurer
|
1c43c56b06
|
cleanup
|
2018-12-19 12:30:37 +01:00 |
|
Dietmar Maurer
|
2bf5f6b220
|
ChunkStore::sweep_used_chunks - use openat to speedup directory walks
|
2018-12-19 12:20:01 +01:00 |
|
Dietmar Maurer
|
365bb90f17
|
move lock_file to tools.rs
|
2018-12-19 10:02:24 +01:00 |
|
Dietmar Maurer
|
08481a0b60
|
impl sweep_used_chunks, first try
|
2018-12-19 09:51:33 +01:00 |
|
Dietmar Maurer
|
6ea3a0b7fc
|
move sweep_used_chunks to chunk_store
|
2018-12-18 11:18:55 +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
|
af3e7d7551
|
fix chunk store file paths
|
2018-12-16 13:52:16 +01:00 |
|
Dietmar Maurer
|
0cd9d4206f
|
improve error messages
|
2018-12-16 13:43:19 +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
|
5e5b7f1c2d
|
use u64 to store time
|
2018-12-16 11:48:03 +01:00 |
|
Dietmar Maurer
|
d13e3745b3
|
image_index.rs: write header
|
2018-12-15 17:05:49 +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
|
445ebe0ec8
|
install backup-client binary
|
2018-12-15 11:22:22 +01:00 |
|
Dietmar Maurer
|
e2f93d4fd4
|
add backup-client bash completion
|
2018-12-15 11:19:04 +01:00 |
|
Dietmar Maurer
|
5f0c2d5652
|
remove debug println
|
2018-12-15 11:16:27 +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 |
|
Dietmar Maurer
|
7f4e639b37
|
improve completion
|
2018-12-12 13:00:58 +01:00 |
|
Dietmar Maurer
|
e3d40bb8cd
|
complete_datastore_name: write more compact code
|
2018-12-12 12:41:59 +01:00 |
|
Dietmar Maurer
|
30d2e99c77
|
implement completion functions
|
2018-12-12 12:19:26 +01:00 |
|
Dietmar Maurer
|
91643d9012
|
section_config.rs: remove debug output
|
2018-12-12 12:19:26 +01:00 |
|
Dietmar Maurer
|
d64d80d20a
|
add comment
|
2018-12-12 11:23:04 +01:00 |
|
Dietmar Maurer
|
5ba6968922
|
add comment to make intensions more clear
|
2018-12-12 11:21:00 +01:00 |
|
Dietmar Maurer
|
ca9caffa23
|
cleanup parameter types
|
2018-12-12 10:37:03 +01:00 |
|
Dietmar Maurer
|
38555b5072
|
implement completion for enums
|
2018-12-12 08:33:50 +01:00 |
|
Dietmar Maurer
|
2f0258959b
|
improve completion
|
2018-12-12 08:18:38 +01:00 |
|
Dietmar Maurer
|
d769db43f5
|
do not use default completion
|
2018-12-12 07:58:07 +01:00 |
|
Dietmar Maurer
|
f46403cc65
|
improve bash completion
|
2018-12-12 07:51:43 +01:00 |
|
Dietmar Maurer
|
b6e8dd39aa
|
impl bash completion: first try
|
2018-12-11 14:21:05 +01:00 |
|
Dietmar Maurer
|
c21de379ed
|
install bash completion scripts
Completion itself is not implemented.
|
2018-12-11 12:54:10 +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
|
1a7bc3dd5e
|
file_set_contents: correctly use perm parameter
|
2018-12-09 16:41:54 +01:00 |
|
Dietmar Maurer
|
f12f8ff1a6
|
implement tools::file_set_contents
|
2018-12-09 16:37:48 +01:00 |
|
Dietmar Maurer
|
652c11900d
|
api3/config/datastore.rs: impl create
|
2018-12-09 12:51:31 +01:00 |
|
Dietmar Maurer
|
ea0b8b6ec0
|
bin/pbs-datastore.rs: start implementing cli commands
|
2018-12-09 11:59:32 +01:00 |
|
Dietmar Maurer
|
5b34c2607d
|
rename entry to item
|
2018-12-09 10:25:56 +01:00 |
|
Dietmar Maurer
|
b65eaac62d
|
api3/config/datastore.rs: return real data
|
2018-12-09 10:23:19 +01:00 |
|
Dietmar Maurer
|
6349ed60b4
|
config/datastore.rs - open file for reading
|
2018-12-09 10:22:39 +01:00 |
|
Dietmar Maurer
|
926fc18687
|
create config dir
|
2018-12-09 10:21:54 +01:00 |
|
Dietmar Maurer
|
ce55dbbcc6
|
simplify code
|
2018-12-09 09:42:17 +01:00 |
|
Dietmar Maurer
|
461e62fcdf
|
remove some compiler warnings
|
2018-12-08 14:55:54 +01:00 |
|
Dietmar Maurer
|
567713b4c3
|
rename data_store to datastore
|
2018-12-08 14:51:08 +01:00 |
|
Dietmar Maurer
|
6ce50400c5
|
cleanup api3 structure
|
2018-12-08 14:44:55 +01:00 |
|
Dietmar Maurer
|
678d72df6b
|
add data_store configuration
|
2018-12-08 13:58:45 +01:00 |
|
Dietmar Maurer
|
391a2e43ff
|
chunk_store.insert_chunk: return information about existing chunks
|
2018-12-08 11:25:11 +01:00 |
|
Dietmar Maurer
|
12bb93b3ad
|
code cleanup
|
2018-12-08 11:20:02 +01:00 |
|
Dietmar Maurer
|
022fb421b2
|
lock with timeout
clumsy, but I have node idea how to make it better
|
2018-12-08 10:57:09 +01:00 |
|
Dietmar Maurer
|
2989f6bf20
|
improve error messages
|
2018-12-08 08:38:42 +01:00 |
|
Dietmar Maurer
|
b8d4766a4d
|
code cleanup
|
2018-12-08 08:21:20 +01:00 |
|
Dietmar Maurer
|
45773720ab
|
depend on nix, use flock
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2018-12-07 18:14:07 +01:00 |
|
Dietmar Maurer
|
9393659620
|
depend on libc
|
2018-12-07 16:40:35 +01:00 |
|
Dietmar Maurer
|
c5d82e5f34
|
chunk_store: use mutex
|
2018-12-07 16:12:45 +01:00 |
|
Dietmar Maurer
|
128b37feea
|
impl insert_chunk
|
2018-12-07 14:44:56 +01:00 |
|
Dietmar Maurer
|
91a597cc08
|
depend on rust-crypto
|
2018-12-07 11:00:34 +01:00 |
|
Dietmar Maurer
|
35cf5daa53
|
start experiments with simple chunk store
|
2018-12-07 10:51:53 +01:00 |
|
Dietmar Maurer
|
b22751b20c
|
getopts.rs: fix test
|
2018-12-07 09:02:24 +01:00 |
|
Dietmar Maurer
|
a4b7c3f2df
|
more cleanups
|
2018-12-06 10:41:57 +01:00 |
|
Dietmar Maurer
|
d3369f819d
|
code cleanup
|
2018-12-06 10:23:45 +01:00 |
|
Dietmar Maurer
|
c578fcd9e2
|
simplify formatter code
|
2018-12-05 18:22:56 +01:00 |
|
Dietmar Maurer
|
4b26195c6a
|
extract version from environment
|
2018-12-05 14:40:45 +01:00 |
|
Dietmar Maurer
|
95b492add8
|
api: add /version
|
2018-12-05 14:03:15 +01:00 |
|
Dietmar Maurer
|
1571873d7b
|
add output formatter
|
2018-12-05 12:43:22 +01:00 |
|
Dietmar Maurer
|
03862a2eeb
|
Utils.js: add code to make api3 request
|
2018-12-05 12:42:18 +01:00 |
|
Dietmar Maurer
|
083418619e
|
move src/api/server.rs -> src/server/rest.rs
|
2018-12-05 10:16:23 +01:00 |
|
Dietmar Maurer
|
e4dc0a14ac
|
add VersionInfo.js
|
2018-12-04 17:58:40 +01:00 |
|
Dietmar Maurer
|
5c7a1b15c8
|
start the GUI
|
2018-12-04 17:53:10 +01:00 |
|
Dietmar Maurer
|
826bb98286
|
set content type for static file download
|
2018-12-02 11:00:52 +01:00 |
|
Dietmar Maurer
|
8adbdb0a54
|
fix file download, listen to 0.0.0.0
|
2018-12-01 15:21:25 +01:00 |
|
Dietmar Maurer
|
209bb43336
|
improve Makefile
|
2018-12-01 13:44:13 +01:00 |
|
Dietmar Maurer
|
f4c514c13d
|
remove www/pbs-index.html.tt, hardcode into rust for now
|
2018-12-01 13:37:49 +01:00 |
|
Dietmar Maurer
|
ebc9a69215
|
install GUI index file
|
2018-12-01 11:19:46 +01:00 |
|
Dietmar Maurer
|
7eef9426e0
|
revert dependency to dh-systemd (outdated), depend on GUI packages
|
2018-12-01 11:04:39 +01:00 |
|
Dietmar Maurer
|
5671c8da88
|
depend on dh-systemd
|
2018-12-01 10:50:30 +01:00 |
|
Dietmar Maurer
|
ef1a2162e7
|
api-test-server.service: restart on failure
|
2018-11-30 17:41:15 +01:00 |
|
Dietmar Maurer
|
3b4e7517a7
|
add systemd service file to start daemon
|
2018-11-30 17:27:33 +01:00 |
|
Dietmar Maurer
|
d3cb69c4e3
|
cleanup Makefile, add missing copyright file
|
2018-11-30 17:09:50 +01:00 |
|
Dietmar Maurer
|
de7798142a
|
add Makefile to build debian package
|
2018-11-30 13:41:26 +01:00 |
|
Dietmar Maurer
|
e3871182c5
|
rename bin to src/bin/api-test-server.rs
|
2018-11-30 12:48:45 +01:00 |
|
Dietmar Maurer
|
73f29c34d7
|
improve command line parser
|
2018-11-30 12:10:26 +01:00 |
|
Dietmar Maurer
|
d42398666c
|
improve error message
|
2018-11-30 12:07:27 +01:00 |
|