Skip to content

Instantly share code, notes, and snippets.

@alexcthomas
alexcthomas / copy_from_time_machine.py
Last active June 9, 2022 23:34
Copy data from a Time Machine volume mounted on a Linux box.
"""
A script to rebuild an Apple Time Machine (TM) drive somewhere sensible
The original and best is from here:
https://gist.github.com/vjt/5183305
"""
import os
import sys
import pdb