Skip to content
Snippets Groups Projects
  1. Jul 18, 2021
    • Evangelos Foutras's avatar
      Split storage box monitoring into new text collector · c844d0cb
      Evangelos Foutras authored
      This was previously monitored as part of the borg text collector, but
      now that it only runs after each backup (instead of hourly) the stats
      from monitoring.archlinux.org do not remain accurate for long. Switch
      back to hourly checks of the storage box's disk usage by adding a new
      text collector just for this purpose.
      Verified
      c844d0cb
    • Evangelos Foutras's avatar
      Run borg-textcollector after each backup completes · 68def695
      Evangelos Foutras authored
      Instead of gathering borg statistics every hour or so, run the text
      collector script only once after each borg-backup service finishes.
      
      Also split the borg text collector script into two similar scripts,
      where each one gathers borg statistics for its respective borg host.
      Verified
      68def695
  2. Jul 17, 2021
    • Evangelos Foutras's avatar
      Use RandomizedDelaySec=30min in Borg TextCollector · 3aa4d49f
      Evangelos Foutras authored
      Doing this in an attempt to be kind to our Borg hosts in cases where the
      prometheus-borg-textcollector.timer is restarted on all hosts and avoids
      having all machines querying the Borg hosts within the same minute. Only
      downside is that the timers will trigger every 75-ish minutes instead of
      exactly every hour, but this should not be a problem.
      Verified
      3aa4d49f
  3. Jul 16, 2021
  4. Jul 15, 2021
  5. Jul 14, 2021
  6. Jul 13, 2021
  7. Jul 12, 2021
  8. Jul 11, 2021
  9. Jul 10, 2021
  10. Jul 09, 2021
    • Evangelos Foutras's avatar
      Avoid running backup-gitlab twice; reuse tarballs · 5c953c00
      Evangelos Foutras authored
      The official backup tool for GitLab takes many hours to run because it
      puts everything inside tarballs and then gzips each one. It seems safe
      and much more efficient to skip this step for the offsite backup while
      reusing the tarballs generated by the first backup to the Storage Box.
      
      Should save ~5 hours from the borg-backup-offsite.service execution.
      Verified
      5c953c00
  11. Jul 08, 2021
  12. Jul 07, 2021
  13. Jul 06, 2021
Loading