iphone-dataprotection icon indicating copy to clipboard operation
iphone-dataprotection copied to clipboard

small fixes required for backup_tool.py due to domain folders extraction

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

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 [email protected] on 7 Jan 2014 at 1:17

GoogleCodeExporter avatar Mar 19 '15 02:03 GoogleCodeExporter

Just pushed a fix, thanks !

Original comment by [email protected] on 7 Jan 2014 at 8:12

  • Changed state: Started

GoogleCodeExporter avatar Mar 19 '15 02:03 GoogleCodeExporter