Skip to content

Songmu/App-tmclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 y.songmu@gmail.com