Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • debian protected
  • pristine-tar protected
  • upstream protected
  • backupninja.conf.d
  • when-override
  • maethor-master-patch-46063
  • maethor-master-patch-70558
  • expand_pruning_options
  • systemd_integration
  • borg-sftp-support
  • nap-initial
  • mariaback_full-intial
  • borg-ssh-keygen
  • borg-custom-init-options
  • stretch-backports
  • backupninja_debian/1.2.2-1
  • backupninja_upstream/1.2.2
  • backupninja-1.2.2
  • backupninja_debian/1.2.1-1
  • backupninja_upstream/1.2.1
  • backupninja-1.2.1
  • backupninja_debian/1.2.0-1
  • backupninja_upstream/1.2.0
  • backupninja-1.2.0
  • backupninja-1.2.0-rc1
  • backupninja_debian/1.1.0-1
  • backupninja_upstream/1.1.0
  • backupninja-1.1.0
  • backupninja_debian/1.0.2-1
  • backupninja_upstream/1.0.2
  • backupninja-1.0.2
  • backupninja_debian/1.0.1-2
  • backupninja_debian/1.0.1-1
  • backupninja_upstream/1.0.1
  • backupninja-1.0.1
36 results

backupninja.in

  • micah's avatar
    8f81c852
    Allow for disabling reports by email. · 8f81c852
    micah authored
    This diff simply adds one line:
    
    `if [ ! -z "$reportemail" ]; then` and then it indents the if block and adds a
    final `fi`.
    
    This check used to be there, without it, its not possible to disable report
    mails, which might be something desirable if you are getting alerts through the
    prometheus method.
    Allow for disabling reports by email.
    micah authored
    This diff simply adds one line:
    
    `if [ ! -z "$reportemail" ]; then` and then it indents the if block and adds a
    final `fi`.
    
    This check used to be there, without it, its not possible to disable report
    mails, which might be something desirable if you are getting alerts through the
    prometheus method.