Tmfuse

python-fuse for reading time machine backups on linux
Alternatives To Tmfuse
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rsync Time Backup2,851
18 days ago1March 03, 2021101Shell
Time Machine style backup with rsync.
Backintime1,545
20 days ago209gpl-2.0Python
Back In Time - A simple backup tool for Linux
Asimov1,209
16 days ago1March 03, 202134mitPHP
Automatically exclude development dependencies from Apple Time Machine backups
Acnh Bcats186
a year ago
Animal Crossing New Horizons BCAT Events
Gbm173
9 days ago1gpl-3.0Visual Basic .NET
Game Backup Monitor - Automatically backup your saved games!
Timedog173
2 years ago1February 27, 20188gpl-2.0Python
Displays set of files that were saved in Time Machine backups
Raspberrypi Timemachine161
5 years ago1mit
Apple Time Machine with raspberry Pi
Rsync Time Machine92
3 years ago1gpl-2.0Python
Time Machine Style backup using rsync
Time Machine Sparce Bundle Fix68
9 years ago1Shell
Time Machine Sparsebundle Fix
Ia.bak61
3 years ago15gpl-3.0Shell
We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case.
Alternatives To Tmfuse
Select To Compare


Alternative Project Comparisons
Readme

tmfuse

So I find myself with a Airbook reformatted for Debian. This is fine and all, but then I realize that all my old data is on a time machine backup. I didn't figure it to be a problem, as I know I have HFS+ drivers in linux. Alas, the time machine backups have some strange directory indirection. So here is a python FUSE module for reading Mac Time Machine backups on linux.

Requires python-fuse. On Debian/Ubuntu, this is installable via apt.


$ sudo apt-get install python-fuse
$ sudo mkdir -p /mnt/{orig,translated}
$ sudo mount /dev/sdc2 /mnt/orig
$ python tmfuse.py /mnt/orig /mnt/translated

You'll probably need to be root to view the translated directory.

This should also work on python3 with python3-fuse > 1.0.0

Popular Backup Projects
Popular Time Projects
Popular Data Storage Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Time
Backup
Debian
Fuse