Skip to content

Instantly share code, notes, and snippets.

View FaisalFehad's full-sized avatar
🎯
Focusing

Faisal Fehad FaisalFehad

🎯
Focusing
  • Sky UK
View GitHub Profile
@vjt
vjt / copy-from-time-machine.sh
Last active October 29, 2024 18:08
Copy data from a Time Machine volume mounted on a Linux box.
#!/bin/bash
#
# Copy data from a Time Machine volume mounted on a Linux box.
#
# Usage: copy-from-time-machine.sh <source> <target>
#
# source: the source directory inside a time machine backup
# target: the target directory in which to copy the reconstructed
# directory trees. Created if it does not exists.
#