Just a thought... If your storage layer has support for taking a consistent snapshot of your file system then you might be able to use this to get a backup.
You would get a copy of your database that you would need to run log-replay recovery on but after that it should be all good.
Comments
Just a thought... If your storage layer has support for taking a consistent snapshot of your file system then you might be able to use this to get a backup.
You would get a copy of your database that you would need to run log-replay recovery on but after that it should be all good.