TMFS(1) | General Commands Manual | TMFS(1) |
tmfs - Time Machine File System
tmfs hfs-root-mount time-machine-mount [fuse options...]
tmfs creates a read-only virtual filesystem which helps you to read your Apple Time Machine backup by reconstructing the hard-linked directories from the HFS+ metadata directory.
You can browse the mounted time-machine-mount normally and recover data from any backup point.
tmfs must be run as the root user, but the mounted time-machine-mount can be accessed by any user, based upon the options passed to FUSE. See OPTIONS below.
mkdir /mnt/hfs /mnt/tm
mount /dev/sdXX /mnt/hfs
tmfs /mnt/hfs /mnt/tm -ouid=$(id -u $USER),gid=$(id -g $USER),allow_other
Alexandre Bique <bique.alexandre@gmail.com>
This manual page was contributed for Debian by
Nicholas Robinson-Wall <nick@robinson-wall.com>
October 31, 2012 |