This file contains 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 characters
import sqlite3 | |
import os | |
import uuid | |
import shutil | |
import re | |
print('ios backup python script for linux (ubuntu)') | |
# this function helps traverse the returned results from the db | |
def dict_factory(cursor, row): |