Feature: Daily, weekly and monthly backups Scenario Outline: Creating new backups Given it is the correct day for backups When I run the backups Then I can see a backup file And the backup file contains the backup command contents Examples: | Period | | daily | | weekly | | monthly | Scenario Outline: Cleaning up old backups Given it is the correct day for backups And there are old backups When I run the backups Then the old backups have been removed Examples: | Period | | daily | | weekly | | monthly |