debian/0000755000000000000000000000000012231530432007161 5ustar debian/README.Debian0000644000000000000000000000053212136542363011234 0ustar tmfs for Debian --------------- This package includes 'fuse' as a Suggested package as the manpage refers the reader to fuse(8) for a full list of available mount options. fuse(8) is provided by 'fuse', but this package is not required for tmfs to function. -- Nicholas Robinson-Wall Sat, 03 Nov 2012 19:04:38 +0000 debian/tmfs.10000644000000000000000000000410212136542363010223 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2012 Nicholas Robinson-Wall , .TH TMFS 1 "October 31, 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME tmfs \- Time Machine File System .SH SYNOPSIS .B tmfs .I hfs\-root\-mount time\-machine\-mount [fuse options...] .SH DESCRIPTION .B 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. .PP You can browse the mounted .I time\-machine\-mount normally and recover data from any backup point. .PP .B tmfs must be run as the root user, but the mounted .I time\-machine\-mount can be accessed by any user, based upon the options passed to FUSE. See .BR OPTIONS " below." .SH OPTIONS .TP .B hfs\-root\-mount The path to the mount point of your HFS+ Time Machine volume. .br You must mount the Time Machine device prior to running .BR tmfs . See the .B EXAMPLES section below. .TP .B time\-machine\-mount The path where the Time Machine will be mounted. This should be an empty directory. .TP .B fuse options A comma separated list of options that will be passed to .BR fuse (8). See .BR fuse (8) for available options. To be able to access the volume under a normal user account you should set the .BR uid ", " gid " and " "allow_other " options. .SH EXAMPLES .nf mkdir /mnt/hfs /mnt/tm .br mount /dev/sdXX /mnt/hfs .br tmfs /mnt/hfs /mnt/tm \-ouid=$(id \-u $USER),gid=$(id \-g $USER),allow_other .fi .SH AUTHORS Alexandre Bique .PP This manual page was contributed for Debian by .br Nicholas Robinson\-Wall .SH SEE ALSO .BR fuse (8) debian/source/0000755000000000000000000000000012136542363010473 5ustar debian/source/format0000644000000000000000000000001412136542363011701 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000451012136542363011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tmfs Source: https://github.com/abique/tmfs/ Files: * Copyright: 2011-2012 Alexandre Bique License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2012 Nicholas Robinson-Wall License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/changelog0000644000000000000000000000133212231530430011030 0ustar tmfs (3-2build2) trusty; urgency=low * No change rebuild for Boost 1.54 transition. -- Dmitrijs Ledkovs Tue, 22 Oct 2013 18:08:40 +0100 tmfs (3-2build1) saucy; urgency=low * No change rebuild for Boost 1.53 transition. -- Dmitrijs Ledkovs Fri, 26 Apr 2013 19:18:44 +0100 tmfs (3-2) unstable; urgency=low * Update license -- debian/* changes are under the same license as upstream * remove unneeded rules hardening line. -- Nicholas Robinson-Wall Wed, 14 Nov 2012 07:38:26 -0500 tmfs (3-1) unstable; urgency=low * Initial release (Closes: #689630) -- Nicholas Robinson-Wall Tue, 30 Oct 2012 20:28:24 +0000 debian/control0000644000000000000000000000171212136542406010575 0ustar Source: tmfs Section: otherosfs Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Nicholas Robinson-Wall Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, pkg-config, libfuse-dev, libboost-filesystem-dev, libboost-system-dev Standards-Version: 3.9.3 Homepage: https://github.com/abique/tmfs Vcs-Git: git://git.debian.org/collab-maint/tmfs.git Vcs-Browser: http://git.debian.org/?p=collab-maint/tmfs.git;a=summary Package: tmfs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: fuse Description: Apple Time Machine FUSE mount Time Machine File System is 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 tmfs mounted Time Machine normally and easily recover data from any backup point contained within. debian/rules0000755000000000000000000000006112136542363010250 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ debian/watch0000644000000000000000000000010712136542363010222 0ustar version=3 https://github.com/abique/tmfs/downloads .*/tmfs-(.*).tar.xz debian/tmfs.manpages0000644000000000000000000000001612136542363011656 0ustar debian/tmfs.1 debian/patches/0000755000000000000000000000000012136542363010622 5ustar debian/patches/01-usage-message.patch0000644000000000000000000000127012136542363014607 0ustar Description: Correct the binary's usage message Upstream ships the application with a usage message that is inconsistent with the provided example usage documentation. Author: Nicholas Robinson-Wall Bug-Debian: http://bugs.debian.org/689630 Bug: https://github.com/abique/tmfs/issues/10 Forwarded: https://github.com/abique/tmfs/issues/10 Last-Update: 2012-10-31 --- tmfs-3.orig/src/main.cc +++ tmfs-3/src/main.cc @@ -4,7 +4,7 @@ int main(int argc, char ** argv) { if (argc < 3) { - fprintf(stderr, "%s: fuse-options...\n", argv[0]); + fprintf(stderr, "usage: %s