This commit is contained in:
dedhersel
2026-02-04 11:53:27 +01:00
commit 562afc3e7b
17 changed files with 1016 additions and 0 deletions

11
backup_db/config.py Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright Hersel Giannella
class Config(object):
db_host = 'localhost'
db_user = 'root'
db_password = ''
backup_dir = 'backupdb'
retention_days = 7