Commit graph

17 commits

Author SHA1 Message Date
81be7ddd2e Fix bugs, improve robustness, and add local dashboard-icons support
- mirror-sync.sh: fix upstream_check/time_file_check to handle missing
  timestamp file and empty Last-Modified header; fix rebuild_dusum_totals
  variable shadowing; propagate return codes from install helpers; refactor
  git_sync out of subshell; scope LOGFILE_STAGE2 to stage-2 block; clean up
  mirror_update_file and QFM in-progress files on failure; fix total_time
  initialization and wget_sync exit propagation
- mirror-file-generator.sh: add icons_local_repo/icons_repo_url/icons_repo_refresh
  for offline icon serving; move PIDFILE to /tmp; enhance image_copy to
  refresh stale cached files; fix temp index file cleanup on empty output;
  safer ${var:?} → [[ -n $var ]] guards throughout
- README.md: fix typos, heading levels, variable names, and document new
  icon repo config options
- Bump VERSION to 20260602 in both scripts
2026-06-04 08:54:36 -05:00
5208458090 Restructure mirror-sync to improve readability 2024-02-19 19:01:21 -06:00
9aea1cbf26 Add mirror-file-generator tool 2024-02-17 10:44:32 -06:00
bddefc4778 Add version print options 2024-01-24 10:19:03 -06:00
61dae13b55 Add aging support to the time file check. 2024-01-24 09:49:51 -06:00
7a87be349f Fix dusum math to save file after sum is complete. 2024-01-02 08:35:01 -06:00
20ba5577d6 Fix dusum file check 2023-12-29 18:06:09 -06:00
be6f63048b Correct bytes measurements 2023-12-29 16:00:40 -06:00
879f02f857 Add ability to store disk usage summaries and create summary text files, also allow forcing override of time file checks. 2023-12-29 15:20:26 -06:00
b1c386dd42 Add support for checking an upstream file via rsync before updating all files. 2023-12-13 11:17:39 -06:00
3e5829918a Fix s5cmd options 2023-11-22 17:22:06 -06:00
01dae58670 Add s5cmd support. 2023-11-22 17:18:58 -06:00
ef19ebadf1 Add delete removed as delete after doesn't assume it 2023-11-22 16:23:16 -06:00
d2053a82ed Adding skip-existing by default to s3cmd 2023-11-22 16:18:30 -06:00
21ab9fb1be Add s3cmd support. 2023-11-22 15:57:22 -06:00
e1a3a83f53 Fix QFM repo configuration logic. 2023-11-14 22:22:05 -06:00
d99f3d310d Initital commit 2023-11-11 15:21:18 -06:00