Running backup_tool.py displays the below line-
python keychain_tool.py -d /Users/satishb3/Library/Application
Support/MobileSync/Backup/6c1b7aca59e2eba6f4635cfe7c4b2de1bd812898_extract/keych
ain-backup.plist /Users/satishb3/Library/Application
Support/MobileSync/Backup/6c1b7aca59e2eba6f4635cfe7c4b2de1bd812898_extract/Manif
est.plist
backup_tool script now extracts the backup into domain specific folders and
keychain is placed in KeychainDomain folder. So keychain-backup.plist path
needs to be changed in the backup_tool.py at below line-
print "python keychain_tool.py -d %s %s" % (output_path +
"/keychain-backup.plist", output_path + "/Manifest.plist")
Also, adding double quotes (") to the path would help in directly copy pasting
it (useful in cases when folder name contain spaces).
Original issue reported on code.google.com by satish.b...@gmail.com on 7 Jan 2014 at 1:17
Original issue reported on code.google.com by
satish.b...@gmail.com
on 7 Jan 2014 at 1:17