The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

or you can get single packed executable file.

    % 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>