Commit Graph

3 Commits

Author SHA1 Message Date
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