FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Aug 30, 2023
  2. Aug 23, 2023
  3. Aug 09, 2023
    • Dr Catherine Pitt's avatar
      Allow setting of global rsync command and rsync args · 46533d5a
      Dr Catherine Pitt authored
      This adds a new config file which allows setting the command to use for
      'rsync' and global options for that command. This is motivated by the
      need to use an alternative rsync command on Jammy machines, as the
      system one is too slow.
      
      The option for global rsync arguments was added as a way to add the
      '--trust-sender' flag to all backups to turn off certain checks that we
      suspect to be the cause of the slowdown, but it didn't help enough to
      fix the speed problem. Instead we are going to use our own package of an
      older rsync from before the checking code was added, which of course
      doesn't support --trust-sender so the global args are left blank.
      46533d5a
  4. Jul 27, 2023
  5. Jul 24, 2023
  6. May 31, 2023
  7. May 30, 2023
  8. May 03, 2023
  9. Jan 05, 2023
  10. Dec 19, 2022
  11. Oct 31, 2022
  12. Oct 26, 2022
  13. May 25, 2022
  14. May 24, 2022
  15. Apr 25, 2022
  16. Mar 10, 2022
  17. Mar 09, 2022
  18. Dec 20, 2021
  19. Nov 17, 2021
  20. Jul 14, 2021
    • Dr Adam Thorn's avatar
      Prepend reporting lines with the zfs target name · 6e536df5
      Dr Adam Thorn authored
      This will let us use zfs_target as the name of a subtest which
      in turn means we would be able to separately log and graph multiple
      backup targets associated with a single host.
      
      This change does not affect the current parsing performed when
      we input data into postgres: it uses non-anchored regexps to
      identify SpaceUsed etc so prepending extra text won't change
      anything
Loading