Using SQL Server Express. To get automatic daily backups I have set up this stored procedure from Microsoft instructions here.
Going into Microsoft SQL Server Management studio I see that the backups that are created are available in the Restore feature as a timeline. That's nice.
My question is how to manage the backups? Each time I back up I will end up with about 75Mb of data. This will stack up real quick at 1 backup a day.
Is there a good solution to keep the last 7 backups and then weekly on every Friday or some schedule like that? I'd rather not do that manually.