Raphaël Vinot
|
74e0f851b2
|
fix: python <3.10 compat
|
2024-06-24 16:16:20 +02:00 |
Raphaël Vinot
|
994f70adcf
|
fix: Only rewrite the index files if there are changes.
|
2024-06-24 15:24:55 +02:00 |
Raphaël Vinot
|
37e92dbaf1
|
fix: Avoid crash if capture timestamp for UUID is incorrect
Related to crash and probably #922
|
2024-06-23 15:10:19 +02:00 |
Raphaël Vinot
|
9f9c709c30
|
fix: Remove empty dirs from indexes
|
2024-04-24 14:54:51 +03:00 |
Raphaël Vinot
|
c67f01c775
|
chg: Improve strict typing
|
2024-01-26 15:03:36 +01:00 |
Raphaël Vinot
|
bd6a0f2d22
|
chg: cleanup with annotations
|
2024-01-13 01:45:45 +01:00 |
Raphaël Vinot
|
ee1ad48b25
|
chg: Use new annotations
|
2024-01-12 17:15:41 +01:00 |
Raphaël Vinot
|
d06da1aa52
|
fix: Avoid exception if a file is missing on s3
|
2024-01-08 21:02:54 +01:00 |
Raphaël Vinot
|
f7c45b5039
|
fix: Add proper path in set to check
|
2024-01-08 16:50:48 +01:00 |
Raphaël Vinot
|
79f5b728d0
|
fix: do not attempt to remove a directory too early
|
2024-01-08 16:37:48 +01:00 |
Raphaël Vinot
|
d60a4e56db
|
chg: Update indexes only when needed
|
2024-01-08 16:27:12 +01:00 |
Raphaël Vinot
|
9031141b61
|
chg: Remove empty dirs when everything has been archived
|
2023-11-21 11:50:09 +01:00 |
Raphaël Vinot
|
6d61645d97
|
chg: remove index when all the captures are archived
|
2023-11-20 23:48:56 +01:00 |
Raphaël Vinot
|
efe2124753
|
fix: Quit BG indexer when shutdown is requested. Improve exceptions handling in archiver
|
2023-11-20 11:45:41 +01:00 |
Raphaël Vinot
|
11a3b6b2f9
|
chg: Improve indexes cleanup
|
2023-11-18 03:20:49 +01:00 |
Raphaël Vinot
|
ff27808320
|
fix: Path in index may be the full path (old format)
|
2023-11-18 02:47:43 +01:00 |
Raphaël Vinot
|
cd11df7ac4
|
fix: Update index files to remove archived (or simply gone) captures
|
2023-11-18 02:39:21 +01:00 |
Raphaël Vinot
|
9a9c4464ed
|
fix: Update index for recent captures on every archive
|
2023-11-17 15:47:12 +01:00 |
Raphaël Vinot
|
096d7c6fb5
|
chg: clear old UUIDs found when archiving
|
2023-11-16 23:22:04 +01:00 |
Raphaël Vinot
|
f209ef22f1
|
fix: skip root directory when scanning on s3fs
|
2023-11-16 22:55:44 +01:00 |
Raphaël Vinot
|
7791eff842
|
new: Store directories by day, refactor indexing
|
2023-11-16 16:54:21 +01:00 |
Raphaël Vinot
|
1c5c178d20
|
fix: s3fs support was broken.
|
2023-10-23 15:59:14 +02:00 |
Raphaël Vinot
|
fcaeda8f7f
|
new: Use S3FS in archiving script instead, remove python 3.12 uspport
Also remove standalone script for updating archived indexes.
|
2023-10-23 13:57:44 +02:00 |
Raphaël Vinot
|
f2c9647a9e
|
new: Don't attempt to initialize indexes if they're on a s3fs mount
|
2023-10-04 11:06:02 +02:00 |
Raphaël Vinot
|
e3b85508f1
|
fix: Attempt to check if a directory is empty faster.
|
2023-10-02 16:16:22 +02:00 |
Raphaël Vinot
|
f250cba632
|
chg: yet another attempt to improve checking archived captures
|
2023-10-02 15:50:46 +02:00 |
Raphaël Vinot
|
1220f5926d
|
fix: reduce calls to stat on archived dirs, improve logging
|
2023-09-29 15:00:40 +02:00 |
Raphaël Vinot
|
3b5e45a1e7
|
fix: Properly stop when there is nothing to archive
|
2023-09-23 11:38:25 +02:00 |
Raphaël Vinot
|
d4b9ca13af
|
chg: Avoid setting the lock and quitting, cleanup
|
2023-09-19 14:26:35 +02:00 |
Raphaël Vinot
|
1fcd4cfa3f
|
fix: Make sure we only get valid dirs out of the month directory
|
2023-09-19 12:51:34 +02:00 |
Raphaël Vinot
|
50406a921c
|
fix: Attempt to avoid listing non-existing directories
|
2023-09-19 12:14:00 +02:00 |
Raphaël Vinot
|
29fb60e9b7
|
fix: Avois error when capture is in a weird state
|
2023-09-18 15:02:33 +02:00 |
Raphaël Vinot
|
1533e33ede
|
fix: remove locks from the archived directories
|
2023-09-18 10:38:05 +02:00 |
Raphaël Vinot
|
3fb9da8480
|
fix: Try to avoid exceptions and race conditions between archiving and build pickle
|
2023-09-18 01:31:28 +02:00 |
Raphaël Vinot
|
84175a944c
|
fix: Update index of the right directory
|
2023-09-15 15:38:23 +02:00 |
Raphaël Vinot
|
ae484cc14f
|
chg: Update index right after archiving
|
2023-09-15 13:25:37 +02:00 |
Raphaël Vinot
|
8c707b364f
|
fix: Missing f in f-string...
|
2023-09-15 11:42:33 +02:00 |
Raphaël Vinot
|
6c3f64e78a
|
chg: Avoid waiting when many captures need to be archived
|
2023-09-15 11:30:04 +02:00 |
Raphaël Vinot
|
2ec34e2b9b
|
chg: Improve archiver
|
2023-08-20 16:21:33 +02:00 |
Raphaël Vinot
|
d0d08b5882
|
fix: Avoid exception on empty dir in archiver.
|
2023-08-16 11:15:00 +02:00 |
Raphaël Vinot
|
447229ced3
|
chg: Compress HARs by default, update codebase accordingly
|
2023-08-11 13:16:59 +02:00 |
Raphaël Vinot
|
e256a7fe6b
|
chg: Proper use of shutil.move, speedup initialization of CaptureCache
|
2023-08-08 12:41:21 +02:00 |
Raphaël Vinot
|
fa1d353834
|
chg: Avoid a few more disk access whenever possible.
|
2023-08-07 13:13:57 +02:00 |
Raphaël Vinot
|
212ba9a0d9
|
chg: Reduce disk usage
|
2023-08-06 21:34:20 +02:00 |
Raphaël Vinot
|
27b10f2c05
|
chg: Speedup indexes update
|
2023-08-05 20:47:08 +02:00 |
Raphaël Vinot
|
14df52a623
|
chg: Many improvments in archiver
|
2023-08-05 13:36:56 +02:00 |
Raphaël Vinot
|
e9dad5de61
|
chg: Attempt to reduce disk use
|
2023-08-04 15:03:58 +02:00 |
Raphaël Vinot
|
c203aa91b9
|
chg: Avoid directory listing as much as possible in archiver, allow shutdown
|
2023-08-04 14:02:45 +02:00 |
Raphaël Vinot
|
959b7ca96d
|
fix: use glob with path instead of rglob (faster))
|
2023-08-04 13:15:03 +02:00 |
Raphaël Vinot
|
9995371916
|
chg: Normalize logging on the config file settings
|
2023-04-05 16:23:46 +02:00 |