backup method

Future<void> backup()

Creates .bak version of this db

Implementation

Future<void> backup() async {
  clone("$path.bak");
}