Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songmu/app-tmclean


https://github.com/songmu/app-tmclean

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# NAME

tmclean - cleanup TimeMachine

# SYNOPSIS

% tmclean [--dry-run] [--days=300/--before=2018/01/01]

## Options

- --dry-run
- --days

Delete backups that before the specified number of days (default: 366)

- --before

Delete backups before the specified date

# DESCRIPTION

tmclean is command line utility for cleanup TimeMachine.

# INSTALLATION

% cpanm App::tmclean

## Homebrew

% brew install Songmu/tap/tmclean

## Single Packed Executable

% curl -L https://raw.githubusercontent.com/Songmu/App-tmclean/master/tmclean > /usr/local/bin/tmclean; chmod +x /usr/local/bin/tmclean

# LICENSE

Copyright (C) Songmu.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Songmu