Last active
January 4, 2016 16:30
Revisions
-
noreiller revised this gist
Aug 5, 2014 . 2 changed files with 22 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #!/bin/bash BACKUP_DATE=`date +%Y-%m-%d_%H-%M-%S` BACKUP_DIR="~/PEAK/BACKUPS/$BACKUP_DATE" cd "$BACKUP_DIR" sudo adb push ./ /data/local/storage/persistent/ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ #!/bin/bash BACKUP_DATE=`date +%Y-%m-%d_%H-%M-%S` BACKUP_DIR="~/PEAK/BACKUPS/$BACKUP_DATE" cd "$BACKUP_DIR" sudo adb push 3406066227csotncta.sqlite /data/local/storage/persistent/chrome/idb/3406066227csotncta.sqlite sudo adb push 3406066227csotncta /data/local/storage/persistent/chrome/idb/3406066227csotncta sudo adb push 226660312ssm.sqlite /data/local/storage/persistent/chrome/idb/226660312ssm.sqlite sudo adb push 226660312ssm /data/local/storage/persistent/chrome/idb/226660312ssm sudo adb push 4045445992aslmar.sqlite /data/local/storage/persistent/chrome/idb/4045445992aslmar.sqlite -
noreiller created this gist
Jun 25, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/bin/sh BACKUP_DATE=`date +%Y-%m-%d_%H-%M-%S` BACKUP_DIR="~/PEAK/BACKUPS/$BACKUP_DATE" mkdir -p "$BACKUP_DIR" cd "$BACKUP_DIR" sudo adb pull /data/local/storage/persistent/ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ #!/bin/sh BACKUP_DATE=`date +%Y-%m-%d_%H-%M-%S` BACKUP_DIR="~/PEAK/BACKUPS/$BACKUP_DATE" mkdir -p "$BACKUP_DIR" cd "$BACKUP_DIR" sudo adb pull /data/local/storage/persistent/chrome/idb/3406066227csotncta.sqlite mkdir 3406066227csotncta sudo adb pull /data/local/storage/persistent/chrome/idb/3406066227csotncta 3406066227csotncta sudo adb pull /data/local/storage/persistent/chrome/idb/226660312ssm.sqlite mkdir 226660312ssm sudo adb pull /data/local/storage/persistent/chrome/idb/226660312ssm 226660312ssm sudo adb pull /data/local/storage/persistent/chrome/idb/4045445992aslmar.sqlite