Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rsync Time Backup | 2,851 | 18 days ago | 1 | March 03, 2021 | 101 | Shell | ||||
Time Machine style backup with rsync. | ||||||||||
Backintime | 1,545 | 20 days ago | 209 | gpl-2.0 | Python | |||||
Back In Time - A simple backup tool for Linux | ||||||||||
Asimov | 1,209 | 16 days ago | 1 | March 03, 2021 | 34 | mit | PHP | |||
Automatically exclude development dependencies from Apple Time Machine backups | ||||||||||
Acnh Bcats | 186 | a year ago | ||||||||
Animal Crossing New Horizons BCAT Events | ||||||||||
Gbm | 173 | 9 days ago | 1 | gpl-3.0 | Visual Basic .NET | |||||
Game Backup Monitor - Automatically backup your saved games! | ||||||||||
Timedog | 173 | 2 years ago | 1 | February 27, 2018 | 8 | gpl-2.0 | Python | |||
Displays set of files that were saved in Time Machine backups | ||||||||||
Raspberrypi Timemachine | 161 | 5 years ago | 1 | mit | ||||||
Apple Time Machine with raspberry Pi | ||||||||||
Rsync Time Machine | 92 | 3 years ago | 1 | gpl-2.0 | Python | |||||
Time Machine Style backup using rsync | ||||||||||
Time Machine Sparce Bundle Fix | 68 | 9 years ago | 1 | Shell | ||||||
Time Machine Sparsebundle Fix | ||||||||||
Ia.bak | 61 | 3 years ago | 15 | gpl-3.0 | Shell | |||||
We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case. |
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