Skip to content
Snippets Groups Projects
  1. Jul 16, 2020
    • Nic Williams's avatar
      handlers/borg: add port support · 3d7494bf
      Nic Williams authored
      This enables the handlers to be used for hosts which use a non-standard
      port, such as is offered by some commercial services. Default to port
      22, so it's optional and backwards-compatible.
      3d7494bf
  2. Jul 14, 2018
    • Jérôme Charaoui's avatar
      Remove zero-padding from nowday and whenday (fixes #9397) · f9529d1d
      Jérôme Charaoui authored
      This fixes cases where the day component of the when parameter resolved
      to a non-zero padded integer under 10, such as "when = 1st at 01"
      
      The comparison against the nowday variable failed consistently since
      the date command format used always returned a zero-padded two digit
      integer.
      
      The solution chosen is to avoid generating nowday with zero-padding and
      remove any zero-padding from whenday parameter using a more thorough
      sed pattern which now also removes any non-alphanumeric characters from
      the string.
      f9529d1d
  3. Jul 13, 2018
  4. Jul 02, 2018
  5. Jun 29, 2018
  6. Jun 28, 2018
  7. Jun 25, 2018
  8. Jun 07, 2018
  9. May 05, 2018
  10. Apr 30, 2018
  11. Mar 24, 2018
  12. Mar 16, 2018
  13. Jan 26, 2018
Loading