Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.         function backupDatabase(){
  2.             var d   = new LocalBackup();
  3.             d.run({
  4.                 packageName : "org.mypackagename.it",
  5.                 output : "/mnt/sdcard/mypath/mybackup.xx"
  6.                 });
  7.         }