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
|
91a905b6dd
|
rename ImageIndex to FixedIndex
also changed the file extension fron .iidx to .fidx
|
2019-02-12 11:50:45 +01:00 |
Dietmar Maurer
|
9f49fe1d5d
|
avoid compiler warnings
|
2019-01-30 18:25:37 +01:00 |
Dietmar Maurer
|
784252dbc5
|
backup/datastore.rs: use single lazy_static block
|
2019-01-24 14:58:47 +01:00 |
Dietmar Maurer
|
7ca80246ea
|
backup/datastore.rs: use DateTime<Utc> to store backup time
|
2019-01-21 10:51:52 +01:00 |
Dietmar Maurer
|
be0084b001
|
white space fix
|
2019-01-21 10:32:07 +01:00 |
Dietmar Maurer
|
e25736b4c3
|
backup/datastore.rs: implement list_backups
|
2019-01-20 18:02:27 +01:00 |
Dietmar Maurer
|
6a4c091616
|
api3/admin/datastore/catar.rs: start impl. download
|
2019-01-19 17:27:02 +01:00 |
Dietmar Maurer
|
95cea65b04
|
backup/datastore.rs: list all index files using walkdir crate
|
2019-01-18 12:24:58 +01:00 |
Dietmar Maurer
|
ff3d3100d4
|
backup/datastore.rs: try to create useful directory layout
store/type/ID/TIME/xxx.yyy
|
2019-01-18 12:01:37 +01:00 |
Dietmar Maurer
|
150f1bd8f6
|
backup/datastore.rs: use Arc for chunk_store references
|
2019-01-15 12:36:16 +01:00 |
Dietmar Maurer
|
1629d2ad7b
|
api3/admin/datastore/upload_catar.rs: implement upload future
|
2019-01-15 11:38:26 +01:00 |
Dietmar Maurer
|
bc616633d5
|
backup/chunk_store.rs: only use one directory level
|
2019-01-04 10:35:22 +01:00 |
Dietmar Maurer
|
77703d95aa
|
implement garbage collection for .aidx files
|
2019-01-02 14:27:04 +01:00 |
Dietmar Maurer
|
0433db1949
|
src/backup/archive_index.rs: first try
|
2018-12-31 17:30:08 +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
|
a198d74fc0
|
cleanup: reduce compiler warnings
|
2018-12-25 13:29:27 +01:00 |
Dietmar Maurer
|
2c32fdde86
|
move lookup_datastore() to backup/datastore.rs
|
2018-12-22 17:37:25 +01:00 |
Dietmar Maurer
|
64e53b2835
|
gather usage statistics during garbage collection
|
2018-12-22 16:58:16 +01:00 |
Dietmar Maurer
|
e95950e40a
|
chunk_store: reduce number of directories
Else, scans everything takes too long ...
|
2018-12-22 14:04:05 +01:00 |
Dietmar Maurer
|
03e4753d8e
|
fix mutability for chunk store
|
2018-12-21 12:15:26 +01:00 |
Dietmar Maurer
|
d62e6e2264
|
backup-client: use 1M chunks, make chunk_size configurable
|
2018-12-21 08:36:57 +01:00 |
Dietmar Maurer
|
277fc5a3ce
|
try to improve error messages
|
2018-12-19 13:40:26 +01:00 |
Dietmar Maurer
|
365bb90f17
|
move lock_file to tools.rs
|
2018-12-19 10:02:24 +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 |