=== ahoneybun_ is now known as ahoneybun === gsilva is now known as gsilvapt [15:26] Hi. Just wanted to let you know of an slight issue in one of the scripts on the docs. [15:27] The first script on this page https://help.ubuntu.com/lts/serverguide/backups-shellscripts-rotation.html has an issue at line 24 if the month is a single digit. [15:27] Because of the padding it reads it as an octal number. [15:28] To fix it just add the no padding option to the date command. Change day_num=$(date +%d) to day_num=$(date +%-d). [15:33] open a bug