You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Recover a file from sparsebundle

Is it possible to recover a file from a TimeMachine sparsebundle without restoring the whole system?

macOS Catalina - 10.15.1

MacBook Pro Retina

Posted on Dec 8, 2019 5:00 PM

Reply
Question marked as Top-ranking reply

Posted on Dec 11, 2019 5:51 PM

Double-click the sparse bundle disk image to mount it.

The get the file from the file system.

10 replies

Dec 11, 2019 5:39 PM in response to Barney-15E

I did this on terminal

% cd Laszlo’s MacBook Air.sparsebundle
% ls ..
bands                                       com.apple.TimeMachine.SnapshotHistory.plist
com.apple.TimeMachine.MachineID.bckup       Info.bckup
com.apple.TimeMachine.MachineID.plist       Info.plist
com.apple.TimeMachine.Results.plist         token
% du -hs bands
151G	bands
% % du -hs ../Laszlo’s\ MacBook\ Air.sparsebundle
151G	Laszlo’s MacBook Air.sparsebundle

So the file I'm looking for is in bands directory, ok

ls -lah bands
total 157862803
drwxr-xr-x  2 user  wheel    21K Oct 20 10:34 .
drwxr-xr-x  3 user  wheel    10B Dec  7 19:01 ..
-rw-r--r--  1 user  wheel   3.1M Aug  3 21:32 0
-rw-r--r--  1 user  wheel   8.0M Aug  3 22:27 1000
-rw-r--r--  1 user  wheel   8.0M Aug  3 22:27 1001
-rw-r--r--  1 user  wheel   8.0M Aug  3 22:27 1002
-rw-r--r--  1 user  wheel   8.0M Aug  3 22:27 1003
-rw-r--r--  1 user  wheel   8.0M Aug  3 22:27 1004
...

Under bands directory there are 8MB files, data files, a lot of them

% file 1060
1060: data
% ls -lah | wc -l
   21422

My file is compressed, encrypted somewhere here :-)

Recover a file from sparsebundle

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.