Skip to content
Snippets Groups Projects
  1. Nov 30, 2020
  2. Sep 01, 2020
  3. Aug 14, 2020
    • Guillaume Subiron's avatar
      Merge branch 'borg_cache_dir_location' into 'master' · 10b8887b
      Guillaume Subiron authored
      Borg cache dir location
      
      See merge request riseuplabs/backupninja!29
      10b8887b
    • LeLutin's avatar
      borg: add configuration to displace the cache directory · e28da8c3
      LeLutin authored and Guillaume Subiron's avatar Guillaume Subiron committed
      borg will by default create its cache directory in ~/.cache/borg. This
      means that during backup runs, borg will read and write quite
      extensively from/to this directory.
      
      In some situations, it is rather undesirable to have this amount of IO
      activity in this location and it would make sense to tell borg to place
      its cache elsewhere. This can help for example with placing the cache on
      a hard drive where the added IO load will not have as big of an impact
      on other running activity for the system.
      
      This change also makes sure that the cache directory environment
      variable is cleared out when the configuration option is unset. This
      should avoid unpleasant surprises when this environment variable is set
      to some unknown value in the context where backupninja is called, which
      could lead to borg reading and writing to random places on the system.
      e28da8c3
    • Guillaume Subiron's avatar
      Merge branch 'borg-port' into 'master' · edcdf9dc
      Guillaume Subiron authored
      handlers/borg: add port support
      
      Closes #11296
      
      See merge request riseuplabs/backupninja!31
      edcdf9dc
    • Guillaume Subiron's avatar
      Merge branch 'fix_authors' into 'master' · 9b6a5ded
      Guillaume Subiron authored
      fix AUTHORS email address
      
      See merge request riseuplabs/backupninja!26
      9b6a5ded
    • Guillaume Subiron's avatar
      Merge branch 'patch-1' into 'master' · 0742c593
      Guillaume Subiron authored
      Update sys.in: add missing "disk" flag
      
      See merge request riseuplabs/backupninja!24
      0742c593
  4. 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
  5. Jan 26, 2020
  6. Feb 04, 2019
    • Julien's avatar
      Update sys.in to add missing "disk" flag. · ac40f355
      Julien authored
      It seems like only the short output of hwinfo --disk is provided to hardware.txt. I'd suggest we also add disk to the flags for the "complete" output.
      That's especially useful when you need to indicate the serial number of a dead drive in order for it to be replaced. Once the disk is dead, using hardware.txt can be the only way to retrieve this info.
      ac40f355
  7. Nov 17, 2018
  8. 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
  9. Jul 13, 2018
  10. Jul 02, 2018
  11. Jun 29, 2018
  12. Jun 28, 2018
  13. Jun 25, 2018
  14. Jun 07, 2018
  15. May 05, 2018
  16. Apr 30, 2018
Loading