bbtsoftware / docker-mssql-backup

Docker image for periodic backups from a Microsoft SQL Server container
MIT License
30 stars 19 forks source link

(GH-14) Add backup cleanup function #17

Closed stefangweichinger closed 4 years ago

stefangweichinger commented 4 years ago

Initial draft, to be tested. Relates to #14 .

stefangweichinger commented 4 years ago

That find/rm doesn't work that way. The script runs in the backup-container, but the $BACKUPDIR only exists in the db-container. We would have to mount the target volume in both containers to make that work.

eoehen commented 4 years ago

That find/rm doesn't work that way. The script runs in the backup-container, but the $BACKUPDIR only exists in the db-container. We would have to mount the target volume in both containers to make that work.

eoehen commented 4 years ago

@stefangweichinger your changes have been merged, thanks for your contribution 👍