Sha256: 0ce272f3c48e1109cd51c9abc6df2a1e77243b30cafe2f8c259f1c466246ff75

Contents?: true

Size: 762 Bytes

Versions: 2

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 progress # 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 Ivan Kuchin. See LICENSE.txt for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tms-1.3.2 README.markdown
tms-1.3.1.1 README.markdown