Back up and restore sequences

Because sequences are part of the scope of a database, backing up the database also backs up the sequence.

Note: You should run backups even when there are no changes to sequences. Because sequences are outside standard transaction, changes to them can be reflected in a concurrent backup.