Patrick J macrumors 65816 Original poster Mar 12, 2009 1,434 7 Oporto, Portugal Nov 12, 2009 #1 I need to uninstall Apple's backup.app 3.1.2, but I can't find a uninstall app. Can anyone help me?
miles01110 macrumors Core Jul 24, 2006 19,260 38 The Ivory Tower (I'm not coming down) Nov 12, 2009 #2 What is backup.app?
O old-wiz macrumors G3 Mar 26, 2008 8,331 228 West Suburban Boston Ma Nov 12, 2009 #3 backup is part of mobile me: http://www.apple.com/downloads/macosx/apple/application_updates/backup312.html Why not just drag it to the trash?
backup is part of mobile me: http://www.apple.com/downloads/macosx/apple/application_updates/backup312.html Why not just drag it to the trash?
Patrick J macrumors 65816 Original poster Mar 12, 2009 1,434 7 Oporto, Portugal Nov 12, 2009 #4 Because it is not bundled inside the app package, it had an installer, and I don't want random files staying in my system.
Because it is not bundled inside the app package, it had an installer, and I don't want random files staying in my system.
chown33 Moderator Staff member Aug 9, 2009 11,493 9,783 A sea of green Nov 12, 2009 #5 It has an installer because it's installed in the privileged /Applications folder. Trash the app itself, then trash this folder: /Library/Application Support/Backup/QuickPicks That should pretty much take care of it. If you're obsessive, delete every file listed in the file created by this command: Code: lsbom /Library/Receipts/Backup.pkg/Contents/Archive.bom >backup-bom.txt You can delete its prefs file in ~/Library/Preferences, or you can leave it. I don't think it's going to matter that much. Also file a bug-report with Apple that Backup.app doesn't have an uninstaller. http://developer.apple.com/bugreporter
It has an installer because it's installed in the privileged /Applications folder. Trash the app itself, then trash this folder: /Library/Application Support/Backup/QuickPicks That should pretty much take care of it. If you're obsessive, delete every file listed in the file created by this command: Code: lsbom /Library/Receipts/Backup.pkg/Contents/Archive.bom >backup-bom.txt You can delete its prefs file in ~/Library/Preferences, or you can leave it. I don't think it's going to matter that much. Also file a bug-report with Apple that Backup.app doesn't have an uninstaller. http://developer.apple.com/bugreporter
Patrick J macrumors 65816 Original poster Mar 12, 2009 1,434 7 Oporto, Portugal Nov 12, 2009 #6 Thanks, I couldn't run the command because that file didn't exist, but I deleted the Backup folder in both Application Support folder, as well as the Application.
Thanks, I couldn't run the command because that file didn't exist, but I deleted the Backup folder in both Application Support folder, as well as the Application.