salt-555
12c8cefbce
fix(backup): handle files with pre-1980 timestamps
...
ZipFile.write() raises ValueError for files with mtime before 1980-01-01
(the ZIP format uses MS-DOS timestamps which can't represent earlier dates).
This crashes the entire backup. Add ValueError to the existing except clause
so these files are skipped and reported in the warnings summary, matching the
existing behavior for PermissionError and OSError.
2026-04-20 00:47:40 -07:00
..
2026-04-16 12:53:06 -07:00
2026-04-17 19:13:40 -07:00
2026-04-19 22:44:35 -07:00
2026-04-20 00:47:40 -07:00
2026-04-13 16:32:04 -07:00
2026-04-14 16:11:37 -07:00
2026-04-12 16:40:37 -07:00
2026-04-13 16:32:04 -07:00
2026-04-11 13:14:32 -05:00
2026-03-29 20:10:00 -07:00
2026-03-30 17:07:21 -07:00
2026-04-18 18:53:22 -07:00
2026-04-14 10:45:42 -07:00
2026-04-20 00:47:39 -07:00
2026-04-13 05:12:36 -07:00
2026-04-07 22:49:01 -07:00
2026-04-16 12:36:49 -07:00
2026-04-17 18:46:30 -07:00
2026-03-26 01:34:27 -07:00
2026-04-17 05:08:07 -07:00
2026-04-17 21:16:33 -07:00
2026-04-19 18:12:55 -07:00
2026-04-14 20:20:31 -07:00
2026-04-17 19:27:58 -07:00
2026-04-11 17:23:36 -07:00
2026-04-19 19:13:47 -07:00
2026-04-16 21:57:10 -07:00
2026-04-15 14:25:40 -07:00
2026-04-17 04:19:36 -07:00
2026-04-19 22:15:49 -07:00
2026-04-19 22:44:47 -07:00
2026-04-16 12:36:49 -07:00
2026-03-25 19:47:58 -07:00
2026-04-14 00:11:49 -07:00
2026-04-10 19:15:50 -07:00
2026-04-15 22:23:01 -07:00
2026-04-17 18:58:29 -07:00
2026-04-17 13:47:46 -07:00
2026-04-19 22:43:09 -07:00
2026-04-19 19:13:47 -07:00
2026-04-13 16:32:04 -07:00
2026-04-17 08:59:33 -05:00
2026-04-16 10:47:41 -05:00
2026-04-17 18:58:29 -07:00
2026-04-19 11:23:00 -07:00
2026-04-19 18:12:55 -07:00
2026-04-17 06:26:18 -07:00
2026-04-18 19:18:13 -07:00
2026-04-19 18:12:55 -07:00
2026-04-19 05:18:19 -07:00