Holger Frey
4 years ago
4 changed files with 11 additions and 0 deletions
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@ |
|||||||
|
from sg_backup_doku import get_last_backup_time, document_last_backup_time |
||||||
|
|
||||||
|
from pathlib import Path |
||||||
|
|
||||||
|
WINDOWS_BACKUP_CORE_EXAMPLE = "FileHistory-Core.evtx" |
||||||
|
|
||||||
|
DOCUMENTATION_FILE = "/mnt/g/.shortcut-targets-by-id/1tt01qYoEa6M_RUjfu0RB8EKpG-w_1Luz/Backup/Backup Log Holgi.txt" |
||||||
|
|
||||||
|
last_backup = get_last_backup_time(Path(WINDOWS_BACKUP_CORE_EXAMPLE)) |
||||||
|
document_last_backup_time(DOCUMENTATION_FILE, last_backup) |
Loading…
Reference in new issue