Skip to content
Snippets Groups Projects
Select Git revision
  • 11293-partition_table_backup
  • debian
  • tests
  • master default protected
  • stretch-backports
  • no_vservers
  • pristine-tar
  • upstream
  • 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
  • backupninja_debian/1.0-1
  • backupninja_upstream/1.0
  • backupninja-1.0
  • backupninja_debian/1.0_rc1-1
  • backupninja_upstream/1.0_rc1
  • backupninja-1.0-rc1
  • backupninja_debian/0.9.10-2
  • backupninja_debian/0.9.10-1
  • backupninja_upstream/0.9.10
  • backupninja-0.9.10
28 results

backupninja

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Liberate / backupninja
    284 commits behind the upstream repository.
    Jerome Charaoui's avatar
    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
    History