Sha256: 6fb9a4116771e0ef008f8c02a1ab3c9840117fb9fe9393bc82a6327f1a93437b

Contents?: true

Size: 762 Bytes

Versions: 3

Compression:

Stored size: 762 Bytes

Contents

# tms

Time Machine Status

View avaliable Time Machine backups and show changes

Name from [fernlightning.com](http://www.fernlightning.com/doku.php?id=software:misc:tms)

## INSTALL:

    gem install tms # use sudo if you need

## USAGE:

List backups:

    tms

Show changes for last backup (same as `tms -2 -1`):

    tms -1

Show changes between first and last backups:

    tms 1 -1

Show changes for last backup only under your user dir:

    tms -1 -f ~

List backups from another Time Machine:

    tms -d `/Volumes/Time Machine/Backups.backupdb/user name`

Show backups in progress:

    tms -i

Other options:

    tms -h

## REQUIREMENTS:

* OS X
* ruby
* Time Machine

## Copyright

Copyright (c) 2010-2011 Ivan Kuchin. See LICENSE.txt for details.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tms-1.6.0 README.markdown
tms-1.5.0 README.markdown
tms-1.4.2 README.markdown