Feature Request - delete copy to files
Giggles220
Posts: 154
I need a way to say delete the backup files older than 60 days and delete copyto files older than 2 days. In our location we need these two values to be different.
as an added note we'd also like to see bigger options than just hours and days. We typically keep things for week or months and it would be much easier if we could say store for 4 weeks instead of 28 days
as an added note we'd also like to see bigger options than just hours and days. We typically keep things for week or months and it would be much easier if we could say store for 4 weeks instead of 28 days
Comments
EXEC master..sqlbackup '-sql "BACKUP .... WITH ERASEFILES = 60, FILEOPTIONS = 1, COPYTO = [\\offsite\backups|2] " '
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8