b85ec97d9c
DokuWiki: wiki_doku_id nutzt jetzt name + comp_serial_no für garantierte Eindeutigkeit
...
- _get_wiki_doku_id() generiert Format: {normalized_name}-{comp_serial_no}
- Automatische Generierung von comp_serial_no falls nicht vorhanden
- Nutzt aspl_equipment_qrcode_generator Modul für eindeutige Seriennummern
- Entfernt Fallback zu name+model (kein Fallback mehr)
- Vorbereitung für editierbare wiki_doku_id in nächstem Schritt
2026-01-18 12:53:06 +01:00
23b9867eec
Increase backup cron time limit to 1 hour
...
- Default 120s timeout was too short for large SFTP uploads
- Set time_limit to 3600s (1 hour) to prevent incomplete backups
- Fixes timeout during SFTP upload causing server reload
2026-01-13 17:51:10 +01:00
98c96018d6
Fix SFTP makedirs error with trailing slashes
...
- Normalize remote paths by removing trailing slashes
- Improve error handling for directory creation
- Fix OSError handling (errno not reliably set in SFTP)
- Prevents duplicate directory creation attempts
2026-01-11 20:43:25 +01:00
b2f7a5edbf
added auto_backup tool
2026-01-11 20:21:24 +01:00