feat: add backup option and move some logic from main to utils

This commit is contained in:
2026-01-30 20:24:33 +01:00
parent e1a7b69f76
commit 2a7f1a526d
5 changed files with 71 additions and 41 deletions

View File

@@ -23,4 +23,6 @@ SYNC_CONFIG = {
"jitter_tolerance_ms": 300,
"min_drift_slope": 0.00005,
"linear_r2_threshold": 0.80,
}
"create_backup": True,
}