Comment 2 for bug 342305

Revision history for this message
Caspar Clemens Mierau (leitmedium) wrote :

Let me add, that you can specify the name of the dump file lile:

FILE=${BACKUP_DEST_BASE}/database-something.sql.bz2

Therefore you can develop your own name scheme that does not run into your problems, lile

FILE=${BACKUP_DEST_BASE}/001_database.sql.bz2
FILE=${BACKUP_DEST_BASE}/002_database-something.sql.bz2

This won't affect rotation as the patterns are unique.

Thank you for pointing this out, we'll consider including this hint in the man page.